Skip to content

Commit

Permalink
chore: update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Jul 28, 2024
1 parent 77fe21d commit 3695b8a
Showing 1 changed file with 34 additions and 43 deletions.
77 changes: 34 additions & 43 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
#
backports-tarfile==1.2.0
# via jaraco-context
black==24.3.0
# 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
cryptography==43.0.0
# via moto
cython==3.0.9
# 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 @@ -74,8 +72,10 @@ mergedeep==1.3.4
# via mkdocs
mkdocs==1.5.3
# via -r requirements.in
more-itertools==10.2.0
# via jaraco-classes
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
moto==4.1.8
# via -r requirements.in
mypy==1.2.0
Expand All @@ -84,9 +84,9 @@ 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 @@ -95,17 +95,17 @@ pathspec==0.12.1
# via
# black
# mkdocs
pkginfo==1.10.0
pkginfo==1.11.1
# via twine
platformdirs==4.2.0
platformdirs==4.2.2
# via
# black
# mkdocs
pluggy==1.4.0
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
Expand All @@ -123,9 +123,9 @@ pyyaml==6.0.1
# 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
Expand All @@ -135,45 +135,36 @@ requests-toolbelt==0.10.1
# 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
# 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
# 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
# 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 3695b8a

Please sign in to comment.