Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Jul 28, 2024
1 parent 77fe21d commit 088a5be
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 64 deletions.
20 changes: 10 additions & 10 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
black==24.3.0
cython==3.0.9
mkdocs==1.5.3
moto==4.1.8
mypy==1.2.0
pytest==7.3.1
requests-toolbelt==0.10.1
ruff==0.0.262
twine==4.0.2
black==24.4.2
cython==3.0.10
mkdocs==1.6.0
moto==5.0.11
mypy==1.11.0
pytest==8.3.2
requests-toolbelt==1.0.0
ruff==0.5.5
twine==5.1.1
urllib3==1.26.19
wheel==0.40.0
wheel==0.43.0
104 changes: 50 additions & 54 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
black==24.3.0
backports-tarfile==1.2.0
# via jaraco-context
black==24.4.2
# via -r requirements.in
boto3==1.34.65
boto3==1.34.149
# via moto
botocore==1.34.65
botocore==1.34.149
# via
# boto3
# moto
Expand All @@ -23,32 +25,28 @@ click==8.1.7
# via
# black
# mkdocs
cryptography==42.0.5
# via
# moto
# secretstorage
cython==3.0.9
cryptography==43.0.0
# via moto
cython==3.0.10
# via -r requirements.in
docutils==0.20.1
docutils==0.21.2
# via readme-renderer
exceptiongroup==1.2.0
# via pytest
ghp-import==2.1.0
# via mkdocs
idna==3.7
# via requests
importlib-metadata==7.0.2
importlib-metadata==8.2.0
# via
# keyring
# twine
iniconfig==2.0.0
# via pytest
jaraco-classes==3.3.1
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# mkdocs
Expand All @@ -57,7 +55,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
keyring==24.3.1
keyring==25.2.1
# via twine
markdown==3.6
# via mkdocs
Expand All @@ -71,22 +69,28 @@ markupsafe==2.1.5
mdurl==0.1.2
# via markdown-it-py
mergedeep==1.3.4
# via mkdocs
mkdocs==1.5.3
# via
# mkdocs
# mkdocs-get-deps
mkdocs==1.6.0
# via -r requirements.in
more-itertools==10.2.0
# via jaraco-classes
moto==4.1.8
mkdocs-get-deps==0.2.0
# via mkdocs
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
moto==5.0.11
# via -r requirements.in
mypy==1.2.0
mypy==1.11.0
# via -r requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
nh3==0.2.15
nh3==0.2.18
# via readme-renderer
packaging==24.0
packaging==24.1
# via
# black
# mkdocs
Expand All @@ -97,19 +101,19 @@ pathspec==0.12.1
# mkdocs
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
platformdirs==4.2.2
# via
# black
# mkdocs
pluggy==1.4.0
# mkdocs-get-deps
pluggy==1.5.0
# via pytest
pycparser==2.21
pycparser==2.22
# via cffi
pygments==2.17.2
pygments==2.18.0
# via
# readme-renderer
# rich
pytest==7.3.1
pytest==8.3.2
# via -r requirements.in
python-dateutil==2.9.0.post0
# via
Expand All @@ -119,61 +123,53 @@ python-dateutil==2.9.0.post0
pyyaml==6.0.1
# via
# mkdocs
# mkdocs-get-deps
# pyyaml-env-tag
# responses
pyyaml-env-tag==0.1
# via mkdocs
readme-renderer==43.0
readme-renderer==44.0
# via twine
requests==2.32.0
requests==2.32.3
# via
# moto
# requests-toolbelt
# responses
# twine
requests-toolbelt==0.10.1
requests-toolbelt==1.0.0
# via
# -r requirements.in
# twine
responses==0.25.0
responses==0.25.3
# via moto
rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
ruff==0.0.262
ruff==0.5.5
# via -r requirements.in
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
secretstorage==3.3.3
# via keyring
six==1.16.0
# via python-dateutil
tomli==2.0.1
# via
# black
# mypy
# pytest
twine==4.0.2
twine==5.1.1
# via -r requirements.in
typing-extensions==4.10.0
# via
# black
# mypy
typing-extensions==4.12.2
# via mypy
urllib3==1.26.19
# via
# -r requirements.in
# botocore
# requests
# responses
# twine
watchdog==4.0.0
watchdog==4.0.1
# via mkdocs
werkzeug==3.0.3
# via moto
wheel==0.40.0
wheel==0.43.0
# via -r requirements.in
xmltodict==0.13.0
# via moto
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata

0 comments on commit 088a5be

Please sign in to comment.