Skip to content

Commit 4e5aae0

Browse files
authored
⬆️Maintenance: Upgrade of dask-based services and libs (ITISFoundation#5599)
1 parent 5c95fe2 commit 4e5aae0

File tree

23 files changed

+673
-819
lines changed

23 files changed

+673
-819
lines changed

packages/aws-library/requirements/_base.txt

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
aio-pika==9.3.0
2-
aioboto3==12.0.0
3-
aiobotocore==2.7.0
1+
aio-pika==9.4.1
2+
aioboto3==12.3.0
3+
aiobotocore==2.11.2
44
# via aioboto3
55
aiocache==0.12.2
66
aiodebug==2.3.0
77
aiodocker==0.21.0
88
aiofiles==23.2.1
9-
aiohttp==3.8.6
9+
aiohttp==3.9.3
1010
# via
1111
# aiobotocore
1212
# aiodocker
1313
aioitertools==0.11.0
1414
# via aiobotocore
15-
aiormq==6.7.7
15+
aiormq==6.8.0
1616
# via aio-pika
1717
aiosignal==1.3.1
1818
# via aiohttp
@@ -21,92 +21,93 @@ async-timeout==4.0.3
2121
# via
2222
# aiohttp
2323
# redis
24-
attrs==23.1.0
24+
attrs==23.2.0
2525
# via
2626
# aiohttp
2727
# jsonschema
2828
# referencing
29-
boto3==1.28.64
29+
boto3==1.34.34
3030
# via aiobotocore
31-
botocore==1.31.64
31+
botocore==1.34.34
3232
# via
3333
# aiobotocore
3434
# boto3
3535
# s3transfer
36-
botocore-stubs==1.31.85
36+
botocore-stubs==1.34.69
3737
# via types-aiobotocore
38-
charset-normalizer==3.3.2
39-
# via aiohttp
4038
click==8.1.7
4139
# via typer
42-
dnspython==2.4.2
40+
dnspython==2.6.1
4341
# via email-validator
44-
email-validator==2.1.0.post1
42+
email-validator==2.1.1
4543
# via pydantic
46-
frozenlist==1.4.0
44+
frozenlist==1.4.1
4745
# via
4846
# aiohttp
4947
# aiosignal
50-
idna==3.4
48+
idna==3.6
5149
# via
5250
# email-validator
5351
# yarl
5452
jmespath==1.0.1
5553
# via
5654
# boto3
5755
# botocore
58-
jsonschema==4.19.2
56+
jsonschema==4.21.1
5957
jsonschema-specifications==2023.7.1
6058
# via jsonschema
6159
markdown-it-py==3.0.0
6260
# via rich
6361
mdurl==0.1.2
6462
# via markdown-it-py
65-
multidict==6.0.4
63+
multidict==6.0.5
6664
# via
6765
# aiohttp
6866
# yarl
6967
orjson==3.10.0
70-
pamqp==3.2.1
68+
pamqp==3.3.0
7169
# via aiormq
72-
pydantic==1.10.13
73-
pygments==2.16.1
70+
pydantic==1.10.15
71+
pygments==2.17.2
7472
# via rich
75-
pyinstrument==4.6.1
76-
python-dateutil==2.8.2
73+
pyinstrument==4.6.2
74+
python-dateutil==2.9.0.post0
7775
# via
7876
# arrow
7977
# botocore
8078
pyyaml==6.0.1
81-
redis==5.0.1
79+
redis==5.0.3
8280
referencing==0.29.3
8381
# via
8482
# jsonschema
8583
# jsonschema-specifications
86-
rich==13.6.0
87-
rpds-py==0.12.0
84+
rich==13.7.1
85+
# via typer
86+
rpds-py==0.18.0
8887
# via
8988
# jsonschema
9089
# referencing
91-
s3transfer==0.7.0
90+
s3transfer==0.10.1
9291
# via boto3
9392
sh==2.0.6
93+
shellingham==1.5.4
94+
# via typer
9495
six==1.16.0
9596
# via python-dateutil
9697
tenacity==8.2.3
97-
toolz==0.12.0
98-
tqdm==4.66.1
99-
typer==0.9.0
100-
types-aiobotocore==2.7.0
101-
types-aiobotocore-ec2==2.7.0
98+
toolz==0.12.1
99+
tqdm==4.66.2
100+
typer==0.12.1
101+
types-aiobotocore==2.12.2
102+
types-aiobotocore-ec2==2.12.2
102103
# via types-aiobotocore
103-
types-aiobotocore-s3==2.7.0
104+
types-aiobotocore-s3==2.12.2
104105
# via types-aiobotocore
105-
types-awscrt==0.19.10
106+
types-awscrt==0.20.5
106107
# via botocore-stubs
107-
types-python-dateutil==2.8.19.14
108+
types-python-dateutil==2.9.0.20240316
108109
# via arrow
109-
typing-extensions==4.8.0
110+
typing-extensions==4.11.0
110111
# via
111112
# aiodebug
112113
# aiodocker
@@ -119,7 +120,7 @@ urllib3==2.0.7
119120
# via botocore
120121
wrapt==1.16.0
121122
# via aiobotocore
122-
yarl==1.9.2
123+
yarl==1.9.4
123124
# via
124125
# aio-pika
125126
# aiohttp

0 commit comments

Comments
 (0)