diff options
author | 2023-10-02 11:50:30 +0100 | |
---|---|---|
committer | 2023-10-02 11:50:30 +0100 | |
commit | 5ff75617309df4d09ddb1f0d640e861914d0a9b7 (patch) | |
tree | 1f6a37e64b632e9f4b3ebe92db574118bcd84ce9 | |
parent | Bump ruff from 0.0.290 to 0.0.291 (#1374) (diff) |
Bump arrow from 1.2.3 to 1.3.0 (#1376)
Bumps [arrow](https://github.com/arrow-py/arrow) from 1.2.3 to 1.3.0.
- [Release notes](https://github.com/arrow-py/arrow/releases)
- [Changelog](https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/arrow-py/arrow/compare/1.2.3...1.3.0)
---
updated-dependencies:
- dependency-name: arrow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 26 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 22 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 904559d4..320eb526 100644 --- a/poetry.lock +++ b/poetry.lock @@ -138,17 +138,22 @@ frozenlist = ">=1.1.0" [[package]] name = "arrow" -version = "1.2.3" +version = "1.3.0" description = "Better dates & times for Python" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "arrow-1.2.3-py3-none-any.whl", hash = "sha256:5a49ab92e3b7b71d96cd6bfcc4df14efefc9dfa96ea19045815914a6ab6b1fe2"}, - {file = "arrow-1.2.3.tar.gz", hash = "sha256:3934b30ca1b9f292376d9db15b19446088d12ec58629bc3f0da28fd55fb633a1"}, + {file = "arrow-1.3.0-py3-none-any.whl", hash = "sha256:c728b120ebc00eb84e01882a6f5e7927a53960aa990ce7dd2b10f39005a67f80"}, + {file = "arrow-1.3.0.tar.gz", hash = "sha256:d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85"}, ] [package.dependencies] python-dateutil = ">=2.7.0" +types-python-dateutil = ">=2.8.10" + +[package.extras] +doc = ["doc8", "sphinx (>=7.0.0)", "sphinx-autobuild", "sphinx-autodoc-typehints", "sphinx_rtd_theme (>=1.3.0)"] +test = ["dateparser (==1.*)", "pre-commit", "pytest", "pytest-cov", "pytest-mock", "pytz (==2021.1)", "simplejson (==3.*)"] [[package]] name = "async-rediscache" @@ -1670,6 +1675,17 @@ files = [ ] [[package]] +name = "types-python-dateutil" +version = "2.8.19.14" +description = "Typing stubs for python-dateutil" +optional = false +python-versions = "*" +files = [ + {file = "types-python-dateutil-2.8.19.14.tar.gz", hash = "sha256:1f4f10ac98bb8b16ade9dbee3518d9ace017821d94b057a425b069f834737f4b"}, + {file = "types_python_dateutil-2.8.19.14-py3-none-any.whl", hash = "sha256:f977b8de27787639986b4e28963263fd0e5158942b3ecef91b9335c130cb1ce9"}, +] + +[[package]] name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" @@ -1818,4 +1834,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "9beed414d8df97abcb37627c1563db789084ea5164f30a6cc7ee1977472a7dc7" +content-hash = "9051fa21350c96d0373244ecb1fd85aa6c439aa78684abbf9e7b24d328964b64" diff --git a/pyproject.toml b/pyproject.toml index 362a866e..84b82f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pydis_core = { version = "10.3.0", extras = ["async-rediscache"] } aiodns = "3.0.0" rapidfuzz = "3.3.1" -arrow = "1.2.3" +arrow = "1.3.0" beautifulsoup4 = "4.12.2" pillow = "10.0.1" sentry-sdk = "1.31.0" |