Skip to content

Commit 171d5f5

Browse files
authored
⬆️ Maintenance/week 05: test and tooling libs (ITISFoundation#2809)
1 parent 441542e commit 171d5f5

File tree

43 files changed

+651
-582
lines changed

Some content is hidden

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

43 files changed

+651
-582
lines changed

api/tests/requirements.txt

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ aiohttp==3.8.1
1111
# pytest-aiohttp
1212
aiosignal==1.2.0
1313
# via aiohttp
14-
async-timeout==4.0.1
14+
async-timeout==4.0.2
1515
# via aiohttp
16-
attrs==21.2.0
16+
attrs==21.4.0
1717
# via
1818
# aiohttp
1919
# jsonschema
2020
# openapi-core
2121
# pytest
22-
charset-normalizer==2.0.8
22+
charset-normalizer==2.0.11
2323
# via aiohttp
24-
coverage[toml]==6.1.2
24+
coverage[toml]==6.3.1
2525
# via
2626
# -r requirements.in
2727
# pytest-cov
2828
dictpath==0.1.3
2929
# via openapi-core
30-
frozenlist==1.2.0
30+
frozenlist==1.3.0
3131
# via
3232
# aiohttp
3333
# aiosignal
@@ -39,29 +39,27 @@ importlib-resources==5.4.0 ; python_version < "3.9"
3939
# jsonschema
4040
iniconfig==1.1.1
4141
# via pytest
42-
isodate==0.6.0
43-
# via
44-
# openapi-core
45-
# openapi-schema-validator
46-
jsonschema==4.2.1
42+
isodate==0.6.1
43+
# via openapi-core
44+
jsonschema==4.4.0
4745
# via
4846
# openapi-schema-validator
4947
# openapi-spec-validator
50-
lazy-object-proxy==1.6.0
48+
lazy-object-proxy==1.7.1
5149
# via openapi-core
5250
more-itertools==8.12.0
5351
# via openapi-core
54-
multidict==5.2.0
52+
multidict==6.0.2
5553
# via
5654
# aiohttp
5755
# yarl
5856
openapi-core==0.14.2
5957
# via -r requirements.in
60-
openapi-schema-validator==0.1.5
58+
openapi-schema-validator==0.2.3
6159
# via
6260
# openapi-core
6361
# openapi-spec-validator
64-
openapi-spec-validator==0.3.1
62+
openapi-spec-validator==0.4.0
6563
# via openapi-core
6664
packaging==21.3
6765
# via
@@ -73,19 +71,22 @@ pluggy==1.0.0
7371
# via pytest
7472
py==1.11.0
7573
# via pytest
76-
pyparsing==3.0.6
74+
pyparsing==3.0.7
7775
# via packaging
78-
pyrsistent==0.18.0
76+
pyrsistent==0.18.1
7977
# via jsonschema
80-
pytest==6.2.5
78+
pytest==7.0.0
8179
# via
8280
# -r requirements.in
8381
# pytest-aiohttp
82+
# pytest-asyncio
8483
# pytest-cov
8584
# pytest-instafail
8685
# pytest-sugar
87-
pytest-aiohttp==0.3.0
86+
pytest-aiohttp==1.0.3
8887
# via -r requirements.in
88+
pytest-asyncio==0.18.0
89+
# via pytest-aiohttp
8990
pytest-cov==3.0.0
9091
# via -r requirements.in
9192
pytest-instafail==0.4.2
@@ -100,19 +101,19 @@ six==1.16.0
100101
# via
101102
# isodate
102103
# openapi-core
103-
# openapi-schema-validator
104-
# openapi-spec-validator
105104
termcolor==1.1.0
106105
# via pytest-sugar
107-
toml==0.10.2
108-
# via pytest
109-
tomli==1.2.2
110-
# via coverage
111-
typing-extensions==4.0.0
112-
# via async-timeout
113-
werkzeug==2.0.2
106+
tomli==1.2.3
107+
# via
108+
# -c ../../requirements/constraints.txt
109+
# coverage
110+
# pytest
111+
werkzeug==2.0.3
114112
# via openapi-core
115113
yarl==1.7.2
116114
# via aiohttp
117-
zipp==3.6.0
115+
zipp==3.7.0
118116
# via importlib-resources
117+
118+
# The following packages are considered to be unsafe in a requirements file:
119+
# setuptools

ci/helpers/requirements.txt

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ aiohttp==3.8.1
88
# via -r requirements.in
99
aiosignal==1.2.0
1010
# via aiohttp
11-
anyio==3.4.0
11+
anyio==3.5.0
1212
# via starlette
13-
async-timeout==4.0.1
13+
async-timeout==4.0.2
1414
# via aiohttp
15-
attrs==21.2.0
15+
attrs==21.4.0
1616
# via aiohttp
1717
certifi==2021.10.8
1818
# via requests
19-
charset-normalizer==2.0.8
19+
charset-normalizer==2.0.11
2020
# via
2121
# aiohttp
2222
# requests
2323
docker==5.0.3
2424
# via -r requirements.in
25-
fastapi==0.70.0
25+
fastapi==0.73.0
2626
# via -r requirements.in
27-
frozenlist==1.2.0
27+
frozenlist==1.3.0
2828
# via
2929
# aiohttp
3030
# aiosignal
@@ -33,27 +33,25 @@ idna==3.3
3333
# anyio
3434
# requests
3535
# yarl
36-
multidict==5.2.0
36+
multidict==6.0.2
3737
# via
3838
# aiohttp
3939
# yarl
4040
pydantic==1.9.0
4141
# via fastapi
4242
pyjwt==2.3.0
4343
# via -r requirements.in
44-
requests==2.26.0
44+
requests==2.27.1
4545
# via docker
4646
sniffio==1.2.0
4747
# via anyio
48-
starlette==0.16.0
48+
starlette==0.17.1
4949
# via fastapi
50-
typing-extensions==4.0.0
51-
# via
52-
# async-timeout
53-
# pydantic
54-
urllib3==1.26.7
50+
typing-extensions==4.0.1
51+
# via pydantic
52+
urllib3==1.26.8
5553
# via requests
56-
websocket-client==1.2.1
54+
websocket-client==1.2.3
5755
# via docker
5856
yarl==1.7.2
5957
# via aiohttp

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ cloudpickle==2.0.0
1010
# via
1111
# dask
1212
# distributed
13-
dask==2021.12.0
13+
dask==2022.01.1
1414
# via
1515
# -r requirements/_base.in
1616
# distributed
17-
distributed==2021.12.0
17+
distributed==2022.01.1
1818
# via dask
19-
dnspython==2.1.0
19+
dnspython==2.2.0
2020
# via email-validator
2121
email-validator==1.1.3
2222
# via pydantic
23-
fsspec==2021.11.0
23+
fsspec==2022.1.0
2424
# via dask
2525
heapdict==1.0.1
2626
# via zict
@@ -41,18 +41,20 @@ markupsafe==2.0.1
4141
msgpack==1.0.3
4242
# via distributed
4343
packaging==21.3
44-
# via dask
44+
# via
45+
# dask
46+
# distributed
4547
partd==1.2.0
4648
# via dask
47-
psutil==5.8.0
49+
psutil==5.9.0
4850
# via distributed
4951
pydantic==1.9.0
5052
# via
5153
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
5254
# -c requirements/../../../requirements/constraints.txt
5355
# -r requirements/../../../packages/models-library/requirements/_base.in
5456
# -r requirements/_base.in
55-
pyparsing==3.0.6
57+
pyparsing==3.0.7
5658
# via packaging
5759
pyyaml==6.0
5860
# via
@@ -71,7 +73,7 @@ toolz==0.11.2
7173
# partd
7274
tornado==6.1
7375
# via distributed
74-
typing-extensions==4.0.0 ; python_version < "3.9"
76+
typing-extensions==4.0.1 ; python_version < "3.9"
7577
# via
7678
# -r requirements/_base.in
7779
# pydantic

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

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ aiohttp==3.8.1
1010
# pytest-aiohttp
1111
aiosignal==1.2.0
1212
# via aiohttp
13-
astroid==2.9.0
13+
astroid==2.9.3
1414
# via pylint
15-
async-timeout==4.0.1
15+
async-timeout==4.0.2
1616
# via aiohttp
17-
attrs==21.2.0
17+
attrs==21.4.0
1818
# via
1919
# aiohttp
2020
# pytest
2121
certifi==2021.10.8
2222
# via requests
23-
charset-normalizer==2.0.8
23+
charset-normalizer==2.0.11
2424
# via
2525
# aiohttp
2626
# requests
27-
coverage==6.1.2
27+
coverage==6.3.1
2828
# via
2929
# -r requirements/_test.in
3030
# coveralls
@@ -33,9 +33,9 @@ coveralls==3.3.1
3333
# via -r requirements/_test.in
3434
docopt==0.6.2
3535
# via coveralls
36-
faker==9.8.3
36+
faker==12.1.0
3737
# via -r requirements/_test.in
38-
frozenlist==1.2.0
38+
frozenlist==1.3.0
3939
# via
4040
# aiohttp
4141
# aiosignal
@@ -50,11 +50,11 @@ iniconfig==1.1.1
5050
# via pytest
5151
isort==5.10.1
5252
# via pylint
53-
lazy-object-proxy==1.6.0
53+
lazy-object-proxy==1.7.1
5454
# via astroid
5555
mccabe==0.6.1
5656
# via pylint
57-
multidict==5.2.0
57+
multidict==6.0.2
5858
# via
5959
# aiohttp
6060
# yarl
@@ -66,38 +66,41 @@ packaging==21.3
6666
# pytest-sugar
6767
pint==0.18
6868
# via -r requirements/_test.in
69-
platformdirs==2.4.0
69+
platformdirs==2.5.0
7070
# via pylint
7171
pluggy==1.0.0
7272
# via pytest
7373
pprintpp==0.4.0
7474
# via pytest-icdiff
7575
py==1.11.0
7676
# via pytest
77-
pylint==2.12.1
77+
pylint==2.12.2
7878
# via -r requirements/_test.in
79-
pyparsing==3.0.6
79+
pyparsing==3.0.7
8080
# via
8181
# -c requirements/_base.txt
8282
# packaging
83-
pytest==6.2.5
83+
pytest==7.0.0
8484
# via
8585
# -r requirements/_test.in
8686
# pytest-aiohttp
87+
# pytest-asyncio
8788
# pytest-cov
8889
# pytest-icdiff
8990
# pytest-instafail
9091
# pytest-mock
9192
# pytest-sugar
92-
pytest-aiohttp==0.3.0
93+
pytest-aiohttp==1.0.3
9394
# via -r requirements/_test.in
95+
pytest-asyncio==0.18.0
96+
# via pytest-aiohttp
9497
pytest-cov==3.0.0
9598
# via -r requirements/_test.in
9699
pytest-icdiff==0.5
97100
# via -r requirements/_test.in
98101
pytest-instafail==0.4.2
99102
# via -r requirements/_test.in
100-
pytest-mock==3.6.1
103+
pytest-mock==3.7.0
101104
# via -r requirements/_test.in
102105
pytest-runner==5.3.1
103106
# via -r requirements/_test.in
@@ -110,27 +113,25 @@ pyyaml==6.0
110113
# -c requirements/../../../requirements/constraints.txt
111114
# -c requirements/_base.txt
112115
# -r requirements/_test.in
113-
requests==2.26.0
116+
requests==2.27.1
114117
# via coveralls
115118
six==1.16.0
116119
# via python-dateutil
117120
termcolor==1.1.0
118121
# via pytest-sugar
119-
text-unidecode==1.3
120-
# via faker
121122
toml==0.10.2
123+
# via pylint
124+
tomli==1.2.3
122125
# via
123-
# pylint
126+
# -c requirements/../../../requirements/constraints.txt
127+
# coverage
124128
# pytest
125-
tomli==1.2.2
126-
# via coverage
127-
typing-extensions==4.0.0 ; python_version < "3.9"
129+
typing-extensions==4.0.1 ; python_version < "3.9"
128130
# via
129131
# -c requirements/_base.txt
130132
# astroid
131-
# async-timeout
132133
# pylint
133-
urllib3==1.26.7
134+
urllib3==1.26.8
134135
# via
135136
# -c requirements/../../../requirements/constraints.txt
136137
# requests

0 commit comments

Comments
 (0)