Skip to content

Commit 9da5df1

Browse files
authored
⬆️ Maintenance/week 36: tests and tooling weekly upgrade (ITISFoundation#3328)
1 parent 9fbf6b3 commit 9da5df1

File tree

62 files changed

+254
-192
lines changed

Some content is hidden

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

62 files changed

+254
-192
lines changed

api/tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ multidict==6.0.2
5151
# via
5252
# aiohttp
5353
# yarl
54-
openapi-core==0.14.2
54+
openapi-core==0.14.5
5555
# via -r requirements.in
5656
openapi-schema-validator==0.2.3
5757
# via
@@ -73,7 +73,7 @@ pyparsing==3.0.9
7373
# via packaging
7474
pyrsistent==0.18.1
7575
# via jsonschema
76-
pytest==7.1.2
76+
pytest==7.1.3
7777
# via
7878
# -r requirements.in
7979
# pytest-aiohttp

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ cloudpickle==2.1.0
1212
# via
1313
# dask
1414
# distributed
15-
dask==2022.8.1
15+
dask==2022.9.0
1616
# via
1717
# -r requirements/_base.in
1818
# distributed
19-
distributed==2022.8.1
19+
distributed==2022.9.0
2020
# via dask
2121
dnspython==2.2.1
2222
# via email-validator
@@ -49,9 +49,9 @@ packaging==21.3
4949
# distributed
5050
partd==1.3.0
5151
# via dask
52-
psutil==5.9.1
52+
psutil==5.9.2
5353
# via distributed
54-
pydantic==1.10.1
54+
pydantic==1.10.2
5555
# via
5656
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
5757
# -c requirements/../../../requirements/constraints.txt

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aiohttp==3.8.1
1010
# pytest-aiohttp
1111
aiosignal==1.2.0
1212
# via aiohttp
13-
astroid==2.12.5
13+
astroid==2.12.9
1414
# via pylint
1515
async-timeout==4.0.2
1616
# via aiohttp
@@ -82,7 +82,7 @@ pyparsing==3.0.9
8282
# via
8383
# -c requirements/_base.txt
8484
# packaging
85-
pytest==7.1.2
85+
pytest==7.1.3
8686
# via
8787
# -r requirements/_test.in
8888
# pytest-aiohttp

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ distlib==0.3.6
2121
# via virtualenv
2222
filelock==3.8.0
2323
# via virtualenv
24-
identify==2.5.3
24+
identify==2.5.5
2525
# via pre-commit
2626
isort==5.10.1
2727
# via
@@ -36,7 +36,7 @@ packaging==21.3
3636
# -c requirements/_base.txt
3737
# -c requirements/_test.txt
3838
# build
39-
pathspec==0.10.0
39+
pathspec==0.10.1
4040
# via black
4141
pep517==0.13.0
4242
# via build

packages/models-library/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ idna==3.3
1414
# via email-validator
1515
jsonschema==4.15.0
1616
# via -r requirements/_base.in
17-
pydantic==1.10.1
17+
pydantic==1.10.2
1818
# via
1919
# -c requirements/../../../requirements/constraints.txt
2020
# -r requirements/_base.in

packages/models-library/requirements/_test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aiosignal==1.2.0
1313
# via aiohttp
1414
alembic==1.8.1
1515
# via -r requirements/../../../packages/postgres-database/requirements/_base.in
16-
astroid==2.12.5
16+
astroid==2.12.9
1717
# via pylint
1818
async-timeout==4.0.2
1919
# via aiohttp
@@ -90,7 +90,7 @@ pylint==2.15.0
9090
# via -r requirements/_test.in
9191
pyparsing==3.0.9
9292
# via packaging
93-
pytest==7.1.2
93+
pytest==7.1.3
9494
# via
9595
# -r requirements/_test.in
9696
# pytest-aiohttp
@@ -127,7 +127,7 @@ requests==2.28.1
127127
# via coveralls
128128
six==1.16.0
129129
# via python-dateutil
130-
sqlalchemy==1.4.40
130+
sqlalchemy==1.4.41
131131
# via
132132
# -c requirements/../../../packages/postgres-database/requirements/../../../requirements/constraints.txt
133133
# -c requirements/../../../requirements/constraints.txt

packages/models-library/requirements/_tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ distlib==0.3.6
2121
# via virtualenv
2222
filelock==3.8.0
2323
# via virtualenv
24-
identify==2.5.3
24+
identify==2.5.5
2525
# via pre-commit
2626
isort==5.10.1
2727
# via
@@ -35,7 +35,7 @@ packaging==21.3
3535
# via
3636
# -c requirements/_test.txt
3737
# build
38-
pathspec==0.10.0
38+
pathspec==0.10.1
3939
# via black
4040
pep517==0.13.0
4141
# via build

packages/postgres-database/requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ multidict==6.0.2
1818
# via yarl
1919
psycopg2-binary==2.9.3
2020
# via sqlalchemy
21-
sqlalchemy==1.4.40
21+
sqlalchemy==1.4.41
2222
# via
2323
# -c requirements/../../../requirements/constraints.txt
2424
# -r requirements/_base.in

packages/postgres-database/requirements/_migration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ requests==2.28.1
4444
# via docker
4545
six==1.16.0
4646
# via websocket-client
47-
sqlalchemy==1.4.40
47+
sqlalchemy==1.4.41
4848
# via
4949
# -c requirements/../../../requirements/constraints.txt
5050
# -c requirements/_base.txt

packages/postgres-database/requirements/_test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aiopg==1.3.4
1212
# via -r requirements/_test.in
1313
aiosignal==1.2.0
1414
# via aiohttp
15-
astroid==2.12.5
15+
astroid==2.12.9
1616
# via pylint
1717
async-timeout==4.0.2
1818
# via
@@ -95,7 +95,7 @@ pyparsing==3.0.9
9595
# via
9696
# -c requirements/_migration.txt
9797
# packaging
98-
pytest==7.1.2
98+
pytest==7.1.3
9999
# via
100100
# -r requirements/_test.in
101101
# pytest-aiohttp
@@ -129,7 +129,7 @@ six==1.16.0
129129
# via
130130
# -c requirements/_migration.txt
131131
# python-dateutil
132-
sqlalchemy==1.4.40
132+
sqlalchemy==1.4.41
133133
# via
134134
# -c requirements/../../../requirements/constraints.txt
135135
# -c requirements/_base.txt

0 commit comments

Comments
 (0)