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 Oct 6, 2023
1 parent ef0a405 commit d2c1e4a
Showing 1 changed file with 24 additions and 29 deletions.
53 changes: 24 additions & 29 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,29 @@
#
black==23.3.0
# via -r requirements.in
bleach==6.0.0
# via readme-renderer
boto3==1.28.39
boto3==1.28.62
# via moto
botocore==1.31.39
botocore==1.31.62
# via
# boto3
# moto
# s3transfer
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via black
cryptography==41.0.4
# via
# moto
# secretstorage
# via moto
cython==0.29.34
# via -r requirements.in
docutils==0.20.1
# via readme-renderer
exceptiongroup==1.1.3
# via pytest
idna==3.4
# via requests
importlib-metadata==6.8.0
Expand All @@ -41,10 +39,6 @@ iniconfig==2.0.0
# via pytest
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via moto
jmespath==1.0.1
Expand All @@ -71,15 +65,17 @@ mypy-extensions==1.0.0
# via
# black
# mypy
packaging==23.1
nh3==0.2.14
# via readme-renderer
packaging==23.2
# via
# black
# pytest
pathspec==0.11.2
# via black
pkginfo==1.9.6
# via twine
platformdirs==3.10.0
platformdirs==3.11.0
# via black
pluggy==1.3.0
# via pytest
Expand All @@ -97,7 +93,7 @@ python-dateutil==2.8.2
# moto
pyyaml==6.0.1
# via responses
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -113,37 +109,36 @@ responses==0.23.3
# via moto
rfc3986==2.0.0
# via twine
rich==13.5.2
rich==13.6.0
# via twine
ruff==0.0.262
# via -r requirements.in
s3transfer==0.6.2
s3transfer==0.7.0
# via boto3
secretstorage==3.3.3
# via keyring
six==1.16.0
# via python-dateutil
tomli==2.0.1
# via
# bleach
# python-dateutil
# black
# mypy
# pytest
twine==4.0.2
# via -r requirements.in
types-pyyaml==6.0.12.11
types-pyyaml==6.0.12.12
# via responses
typing-extensions==4.7.1
typing-extensions==4.8.0
# via mypy
urllib3==1.26.17
urllib3==2.0.6
# via
# botocore
# requests
# responses
# twine
webencodings==0.5.1
# via bleach
werkzeug==2.3.7
werkzeug==3.0.0
# via moto
wheel==0.40.0
# via -r requirements.in
xmltodict==0.13.0
# via moto
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

0 comments on commit d2c1e4a

Please sign in to comment.