Skip to content

Commit 6de9559

Browse files
authored
⬆️Dependencies upgrade (#4610)
1 parent ab4cd65 commit 6de9559

File tree

65 files changed

+556
-717
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+556
-717
lines changed

api/tests/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ aiosignal==1.3.1
1313
# via aiohttp
1414
asgiref==3.7.2
1515
# via openapi-core
16-
async-timeout==4.0.2
16+
async-timeout==4.0.3
1717
# via aiohttp
1818
attrs==23.1.0
1919
# via
2020
# aiohttp
2121
# jsonschema
2222
# referencing
23-
certifi==2023.5.7
23+
certifi==2023.7.22
2424
# via requests
2525
charset-normalizer==3.2.0
2626
# via
2727
# aiohttp
2828
# requests
29-
coverage==7.2.7
29+
coverage==7.3.0
3030
# via
3131
# -r requirements.in
3232
# pytest-cov
33-
exceptiongroup==1.1.2
33+
exceptiongroup==1.1.3
3434
# via pytest
3535
frozenlist==1.4.0
3636
# via
@@ -44,7 +44,7 @@ iniconfig==2.0.0
4444
# via pytest
4545
isodate==0.6.1
4646
# via openapi-core
47-
jsonschema==4.18.4
47+
jsonschema==4.19.0
4848
# via
4949
# openapi-core
5050
# openapi-schema-validator
@@ -61,7 +61,7 @@ lazy-object-proxy==1.9.0
6161
# via openapi-spec-validator
6262
markupsafe==2.1.3
6363
# via werkzeug
64-
more-itertools==9.1.0
64+
more-itertools==10.1.0
6565
# via openapi-core
6666
multidict==6.0.4
6767
# via
@@ -136,7 +136,7 @@ urllib3==2.0.4
136136
# via
137137
# -c ../../requirements/constraints.txt
138138
# requests
139-
werkzeug==2.3.6
139+
werkzeug==2.3.7
140140
# via openapi-core
141141
yarl==1.9.2
142142
# via aiohttp

packages/dask-task-models-library/requirements/_base.txt

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@
44
#
55
# pip-compile --output-file=requirements/_base.txt --strip-extras requirements/_base.in
66
#
7-
anyio==3.7.1
8-
# via httpcore
97
arrow==1.2.3
108
# via -r requirements/../../../packages/models-library/requirements/_base.in
119
attrs==23.1.0
1210
# via
1311
# jsonschema
1412
# referencing
15-
certifi==2023.7.22
16-
# via httpcore
1713
click==8.1.6
1814
# via
1915
# dask
@@ -22,36 +18,28 @@ cloudpickle==2.2.1
2218
# via
2319
# dask
2420
# distributed
25-
dask==2023.7.1
21+
dask==2023.8.0
2622
# via
2723
# -r requirements/_base.in
2824
# distributed
29-
distributed==2023.7.1
25+
distributed==2023.8.0
3026
# via dask
31-
dnspython==2.4.0
27+
dnspython==2.4.2
3228
# via email-validator
3329
email-validator==2.0.0.post2
3430
# via pydantic
35-
exceptiongroup==1.1.2
36-
# via anyio
3731
fsspec==2023.6.0
3832
# via dask
39-
h11==0.14.0
40-
# via httpcore
41-
httpcore==0.17.3
42-
# via dnspython
4333
idna==3.4
44-
# via
45-
# anyio
46-
# email-validator
34+
# via email-validator
4735
importlib-metadata==6.8.0
4836
# via dask
4937
jinja2==3.1.2
5038
# via
5139
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
5240
# -c requirements/../../../requirements/constraints.txt
5341
# distributed
54-
jsonschema==4.18.4
42+
jsonschema==4.19.0
5543
# via -r requirements/../../../packages/models-library/requirements/_base.in
5644
jsonschema-specifications==2023.7.1
5745
# via jsonschema
@@ -71,7 +59,7 @@ partd==1.4.0
7159
# via dask
7260
psutil==5.9.5
7361
# via distributed
74-
pydantic==1.10.11
62+
pydantic==1.10.12
7563
# via
7664
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
7765
# -c requirements/../../../requirements/constraints.txt
@@ -85,7 +73,7 @@ pyyaml==6.0.1
8573
# -c requirements/../../../requirements/constraints.txt
8674
# dask
8775
# distributed
88-
referencing==0.30.0
76+
referencing==0.30.2
8977
# via
9078
# jsonschema
9179
# jsonschema-specifications
@@ -95,11 +83,6 @@ rpds-py==0.9.2
9583
# referencing
9684
six==1.16.0
9785
# via python-dateutil
98-
sniffio==1.3.0
99-
# via
100-
# anyio
101-
# dnspython
102-
# httpcore
10386
sortedcontainers==2.4.0
10487
# via distributed
10588
tblib==2.0.0
@@ -109,7 +92,7 @@ toolz==0.12.0
10992
# dask
11093
# distributed
11194
# partd
112-
tornado==6.3.2
95+
tornado==6.3.3
11396
# via distributed
11497
typing-extensions==4.7.1
11598
# via pydantic

packages/dask-task-models-library/requirements/_test.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,21 @@ aiohttp==3.8.5
1010
# pytest-aiohttp
1111
aiosignal==1.3.1
1212
# via aiohttp
13-
async-timeout==4.0.2
13+
async-timeout==4.0.3
1414
# via aiohttp
1515
attrs==23.1.0
1616
# via
1717
# -c requirements/_base.txt
1818
# aiohttp
1919
charset-normalizer==3.2.0
2020
# via aiohttp
21-
coverage==7.2.7
21+
coverage==7.3.0
2222
# via
2323
# -r requirements/_test.in
2424
# pytest-cov
25-
exceptiongroup==1.1.2
26-
# via
27-
# -c requirements/_base.txt
28-
# pytest
29-
faker==19.2.0
25+
exceptiongroup==1.1.3
26+
# via pytest
27+
faker==19.3.0
3028
# via -r requirements/_test.in
3129
frozenlist==1.4.0
3230
# via

packages/dask-task-models-library/requirements/_tools.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build==0.10.0
1212
# via pip-tools
1313
bump2version==1.0.1
1414
# via -r requirements/../../../requirements/devenv.txt
15-
cfgv==3.3.1
15+
cfgv==3.4.0
1616
# via pre-commit
1717
click==8.1.6
1818
# via
@@ -45,18 +45,18 @@ packaging==23.1
4545
# -c requirements/_test.txt
4646
# black
4747
# build
48-
pathspec==0.11.1
48+
pathspec==0.11.2
4949
# via black
50-
pip-tools==7.1.0
50+
pip-tools==7.3.0
5151
# via -r requirements/../../../requirements/devenv.txt
52-
platformdirs==3.9.1
52+
platformdirs==3.10.0
5353
# via
5454
# black
5555
# pylint
5656
# virtualenv
5757
pre-commit==3.3.3
5858
# via -r requirements/../../../requirements/devenv.txt
59-
pylint==2.17.4
59+
pylint==2.17.5
6060
# via -r requirements/../../../requirements/devenv.txt
6161
pyproject-hooks==1.0.0
6262
# via build
@@ -66,7 +66,7 @@ pyyaml==6.0.1
6666
# -c requirements/_base.txt
6767
# -c requirements/_test.txt
6868
# pre-commit
69-
ruff==0.0.280
69+
ruff==0.0.284
7070
# via -r requirements/../../../requirements/devenv.txt
7171
tomli==2.0.1
7272
# via
@@ -76,16 +76,16 @@ tomli==2.0.1
7676
# pip-tools
7777
# pylint
7878
# pyproject-hooks
79-
tomlkit==0.11.8
79+
tomlkit==0.12.1
8080
# via pylint
8181
typing-extensions==4.7.1
8282
# via
8383
# -c requirements/_base.txt
8484
# -c requirements/_test.txt
8585
# astroid
86-
virtualenv==20.24.1
86+
virtualenv==20.24.3
8787
# via pre-commit
88-
wheel==0.41.0
88+
wheel==0.41.1
8989
# via pip-tools
9090
wrapt==1.15.0
9191
# via astroid

packages/models-library/requirements/_base.txt

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,29 @@
44
#
55
# pip-compile --output-file=requirements/_base.txt --strip-extras requirements/_base.in
66
#
7-
anyio==3.7.1
8-
# via httpcore
97
arrow==1.2.3
108
# via -r requirements/_base.in
119
attrs==23.1.0
1210
# via
1311
# jsonschema
1412
# referencing
15-
certifi==2023.5.7
16-
# via httpcore
17-
dnspython==2.4.0
13+
dnspython==2.4.2
1814
# via email-validator
1915
email-validator==2.0.0.post2
2016
# via pydantic
21-
exceptiongroup==1.1.2
22-
# via anyio
23-
h11==0.14.0
24-
# via httpcore
25-
httpcore==0.17.3
26-
# via dnspython
2717
idna==3.4
28-
# via
29-
# anyio
30-
# email-validator
31-
jsonschema==4.18.4
18+
# via email-validator
19+
jsonschema==4.19.0
3220
# via -r requirements/_base.in
3321
jsonschema-specifications==2023.7.1
3422
# via jsonschema
35-
pydantic==1.10.11
23+
pydantic==1.10.12
3624
# via
3725
# -c requirements/../../../requirements/constraints.txt
3826
# -r requirements/_base.in
3927
python-dateutil==2.8.2
4028
# via arrow
41-
referencing==0.30.0
29+
referencing==0.30.2
4230
# via
4331
# jsonschema
4432
# jsonschema-specifications
@@ -48,10 +36,5 @@ rpds-py==0.9.2
4836
# referencing
4937
six==1.16.0
5038
# via python-dateutil
51-
sniffio==1.3.0
52-
# via
53-
# anyio
54-
# dnspython
55-
# httpcore
5639
typing-extensions==4.7.1
5740
# via pydantic

packages/models-library/requirements/_test.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,21 @@ aiohttp==3.8.5
1010
# pytest-aiohttp
1111
aiosignal==1.3.1
1212
# via aiohttp
13-
async-timeout==4.0.2
13+
async-timeout==4.0.3
1414
# via aiohttp
1515
attrs==23.1.0
1616
# via
1717
# -c requirements/_base.txt
1818
# aiohttp
1919
charset-normalizer==3.2.0
2020
# via aiohttp
21-
coverage==7.2.7
21+
coverage==7.3.0
2222
# via
2323
# -r requirements/_test.in
2424
# pytest-cov
25-
exceptiongroup==1.1.2
26-
# via
27-
# -c requirements/_base.txt
28-
# pytest
29-
faker==19.1.0
25+
exceptiongroup==1.1.3
26+
# via pytest
27+
faker==19.3.0
3028
# via -r requirements/_test.in
3129
frozenlist==1.4.0
3230
# via

0 commit comments

Comments
 (0)