Skip to content

Commit

Permalink
⬆️Maintenance: Upgrade of dask-based services and libs (#5599)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Apr 8, 2024
1 parent 5c95fe2 commit 4e5aae0
Show file tree
Hide file tree
Showing 23 changed files with 673 additions and 819 deletions.
73 changes: 37 additions & 36 deletions packages/aws-library/requirements/_base.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
aio-pika==9.3.0
aioboto3==12.0.0
aiobotocore==2.7.0
aio-pika==9.4.1
aioboto3==12.3.0
aiobotocore==2.11.2
# via aioboto3
aiocache==0.12.2
aiodebug==2.3.0
aiodocker==0.21.0
aiofiles==23.2.1
aiohttp==3.8.6
aiohttp==3.9.3
# via
# aiobotocore
# aiodocker
aioitertools==0.11.0
# via aiobotocore
aiormq==6.7.7
aiormq==6.8.0
# via aio-pika
aiosignal==1.3.1
# via aiohttp
Expand All @@ -21,92 +21,93 @@ async-timeout==4.0.3
# via
# aiohttp
# redis
attrs==23.1.0
attrs==23.2.0
# via
# aiohttp
# jsonschema
# referencing
boto3==1.28.64
boto3==1.34.34
# via aiobotocore
botocore==1.31.64
botocore==1.34.34
# via
# aiobotocore
# boto3
# s3transfer
botocore-stubs==1.31.85
botocore-stubs==1.34.69
# via types-aiobotocore
charset-normalizer==3.3.2
# via aiohttp
click==8.1.7
# via typer
dnspython==2.4.2
dnspython==2.6.1
# via email-validator
email-validator==2.1.0.post1
email-validator==2.1.1
# via pydantic
frozenlist==1.4.0
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.4
idna==3.6
# via
# email-validator
# yarl
jmespath==1.0.1
# via
# boto3
# botocore
jsonschema==4.19.2
jsonschema==4.21.1
jsonschema-specifications==2023.7.1
# via jsonschema
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
multidict==6.0.5
# via
# aiohttp
# yarl
orjson==3.10.0
pamqp==3.2.1
pamqp==3.3.0
# via aiormq
pydantic==1.10.13
pygments==2.16.1
pydantic==1.10.15
pygments==2.17.2
# via rich
pyinstrument==4.6.1
python-dateutil==2.8.2
pyinstrument==4.6.2
python-dateutil==2.9.0.post0
# via
# arrow
# botocore
pyyaml==6.0.1
redis==5.0.1
redis==5.0.3
referencing==0.29.3
# via
# jsonschema
# jsonschema-specifications
rich==13.6.0
rpds-py==0.12.0
rich==13.7.1
# via typer
rpds-py==0.18.0
# via
# jsonschema
# referencing
s3transfer==0.7.0
s3transfer==0.10.1
# via boto3
sh==2.0.6
shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
tenacity==8.2.3
toolz==0.12.0
tqdm==4.66.1
typer==0.9.0
types-aiobotocore==2.7.0
types-aiobotocore-ec2==2.7.0
toolz==0.12.1
tqdm==4.66.2
typer==0.12.1
types-aiobotocore==2.12.2
types-aiobotocore-ec2==2.12.2
# via types-aiobotocore
types-aiobotocore-s3==2.7.0
types-aiobotocore-s3==2.12.2
# via types-aiobotocore
types-awscrt==0.19.10
types-awscrt==0.20.5
# via botocore-stubs
types-python-dateutil==2.8.19.14
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.8.0
typing-extensions==4.11.0
# via
# aiodebug
# aiodocker
Expand All @@ -119,7 +120,7 @@ urllib3==2.0.7
# via botocore
wrapt==1.16.0
# via aiobotocore
yarl==1.9.2
yarl==1.9.4
# via
# aio-pika
# aiohttp
Expand Down
Loading

0 comments on commit 4e5aae0

Please sign in to comment.