Merge pull request #558 from GSA/dependabot/pip/arrow-1.3.0

Bump arrow from 1.2.3 to 1.3.0
This commit is contained in:
Carlo Costino
2023-11-02 12:50:13 -04:00
committed by GitHub
2 changed files with 22 additions and 6 deletions

26
poetry.lock generated
View File

@@ -157,17 +157,22 @@ vine = ">=5.0.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 = "asn1crypto"
@@ -4046,6 +4051,17 @@ files = [
{file = "trove_classifiers-2023.9.19-py3-none-any.whl", hash = "sha256:55460364fe248294386d4dfa5d16544ec930493ecc6bd1db07a0d50afb37018e"},
]
[[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 = "types-pyyaml"
version = "6.0.12.12"
@@ -4497,4 +4513,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "96614090c34644513a5b90edfb12ce8f7ebdae97b465a22c24053bb6f8b1169f"
content-hash = "57920386647451091ac38f5ea01eb6b915f8473e1f03127e0a2fe759c39c0b78"

View File

@@ -10,7 +10,7 @@ readme = "README.md"
python = ">=3.9,<3.12"
alembic = "==1.12.0"
amqp = "==5.1.1"
arrow = "==1.2.3"
arrow = "==1.3.0"
asn1crypto = "==1.5.1"
async-timeout = "==4.0.3"
attrs = "==23.1.0"