Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
closes #27
closes #28
closes #29
  • Loading branch information
ewdurbin committed Jun 18, 2024
1 parent d6dda87 commit 9007453
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements.txt requirements.in
#
aiobotocore==2.12.1
aiobotocore==2.13.0
# via -r requirements.in
aiohttp==3.9.3
aiohttp==3.9.5
# via
# -r requirements.in
# aiobotocore
Expand All @@ -16,31 +16,31 @@ aiosignal==1.3.1
# via aiohttp
attrs==23.2.0
# via aiohttp
botocore==1.34.51
botocore==1.34.106
# via aiobotocore
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
gunicorn==21.2.0
gunicorn==22.0.0
# via -r requirements.in
idna==3.6
idna==3.7
# via yarl
jmespath==1.0.1
# via botocore
multidict==6.0.5
# via
# aiohttp
# yarl
packaging==23.2
packaging==24.1
# via
# -r requirements.in
# gunicorn
python-dateutil==2.9.0.post0
# via botocore
six==1.16.0
# via python-dateutil
urllib3==2.0.7
urllib3==2.2.2
# via botocore
wrapt==1.16.0
# via aiobotocore
Expand Down

0 comments on commit 9007453

Please sign in to comment.