Skip to content

Commit

Permalink
⬆️ Maintenance: upgrades tests and tools of non-services (#3640)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov authored Dec 7, 2022
1 parent 6a8d3be commit 7afec12
Show file tree
Hide file tree
Showing 37 changed files with 419 additions and 603 deletions.
20 changes: 10 additions & 10 deletions api/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
#
Expand All @@ -9,7 +9,7 @@ aiohttp==3.8.3
# -c ../../requirements/constraints.txt
# -r requirements.in
# pytest-aiohttp
aiosignal==1.2.0
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.2
# via aiohttp
Expand All @@ -27,9 +27,9 @@ coverage[toml]==6.5.0
# pytest-cov
dictpath==0.1.3
# via openapi-core
exceptiongroup==1.0.1
exceptiongroup==1.0.4
# via pytest
frozenlist==1.3.1
frozenlist==1.3.3
# via
# aiohttp
# aiosignal
Expand All @@ -39,7 +39,7 @@ iniconfig==1.1.1
# via pytest
isodate==0.6.1
# via openapi-core
jsonschema==4.17.0
jsonschema==4.17.3
# via
# openapi-schema-validator
# openapi-spec-validator
Expand All @@ -49,7 +49,7 @@ markupsafe==2.1.1
# via werkzeug
more-itertools==9.0.0
# via openapi-core
multidict==6.0.2
multidict==6.0.3
# via
# aiohttp
# yarl
Expand Down Expand Up @@ -83,7 +83,7 @@ pytest==7.2.0
# pytest-sugar
pytest-aiohttp==1.0.4
# via -r requirements.in
pytest-asyncio==0.20.1
pytest-asyncio==0.20.2
# via pytest-aiohttp
pytest-cov==4.0.0
# via -r requirements.in
Expand All @@ -99,15 +99,15 @@ six==1.16.0
# via
# isodate
# openapi-core
termcolor==2.1.0
termcolor==2.1.1
# via pytest-sugar
tomli==2.0.1
# via
# coverage
# pytest
werkzeug==2.2.2
# via openapi-core
yarl==1.8.1
yarl==1.8.2
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down
25 changes: 10 additions & 15 deletions packages/dask-task-models-library/requirements/_base.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/_base.txt --strip-extras requirements/_base.in
# pip-compile --output-file=requirements/_base.txt --resolver=backtracking --strip-extras requirements/_base.in
#
attrs==22.1.0
# via jsonschema
Expand All @@ -14,17 +14,17 @@ cloudpickle==2.2.0
# via
# dask
# distributed
dask==2022.10.2
dask==2022.12.0
# via
# -r requirements/_base.in
# distributed
distributed==2022.10.2
distributed==2022.12.0
# via dask
dnspython==2.2.1
# via email-validator
email-validator==1.3.0
# via pydantic
fsspec==2022.10.0
fsspec==2022.11.0
# via dask
heapdict==1.0.1
# via zict
Expand All @@ -33,9 +33,8 @@ idna==3.4
jinja2==3.1.2
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../requirements/constraints.txt
# distributed
jsonschema==4.17.0
jsonschema==4.17.3
# via -r requirements/../../../packages/models-library/requirements/_base.in
locket==1.0.0
# via
Expand All @@ -51,12 +50,10 @@ packaging==21.3
# distributed
partd==1.3.0
# via dask
psutil==5.9.3
psutil==5.9.4
# via distributed
pydantic==1.10.2
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../requirements/constraints.txt
# -r requirements/../../../packages/models-library/requirements/_base.in
# -r requirements/_base.in
pyparsing==3.0.9
Expand All @@ -66,7 +63,6 @@ pyrsistent==0.19.2
pyyaml==6.0
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../requirements/constraints.txt
# dask
# distributed
sortedcontainers==2.4.0
Expand All @@ -78,14 +74,13 @@ toolz==0.12.0
# dask
# distributed
# partd
tornado==6.1
tornado==6.2
# via distributed
typing-extensions==4.4.0
# via pydantic
urllib3==1.26.12
urllib3==1.26.13
# via
# -c requirements/../../../packages/models-library/requirements/../../../requirements/constraints.txt
# -c requirements/../../../requirements/constraints.txt
# distributed
zict==2.2.0
# via distributed
30 changes: 13 additions & 17 deletions packages/dask-task-models-library/requirements/_test.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/_test.txt --strip-extras requirements/_test.in
# pip-compile --output-file=requirements/_test.txt --resolver=backtracking --strip-extras requirements/_test.in
#
aiohttp==3.8.3
# via
# -c requirements/../../../requirements/constraints.txt
# pytest-aiohttp
aiosignal==1.2.0
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.2
# via aiohttp
Expand All @@ -32,11 +32,11 @@ coveralls==3.3.1
# via -r requirements/_test.in
docopt==0.6.2
# via coveralls
exceptiongroup==1.0.1
exceptiongroup==1.0.4
# via pytest
faker==15.2.0
faker==15.3.4
# via -r requirements/_test.in
frozenlist==1.3.1
frozenlist==1.3.3
# via
# aiohttp
# aiosignal
Expand All @@ -49,7 +49,7 @@ idna==3.4
# yarl
iniconfig==1.1.1
# via pytest
multidict==6.0.2
multidict==6.0.3
# via
# aiohttp
# yarl
Expand Down Expand Up @@ -80,7 +80,7 @@ pytest==7.2.0
# pytest-sugar
pytest-aiohttp==1.0.4
# via -r requirements/_test.in
pytest-asyncio==0.20.1
pytest-asyncio==0.20.2
# via pytest-aiohttp
pytest-cov==4.0.0
# via -r requirements/_test.in
Expand All @@ -97,24 +97,20 @@ pytest-sugar==0.9.6
python-dateutil==2.8.2
# via faker
pyyaml==6.0
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
# -r requirements/_test.in
# via -r requirements/_test.in
requests==2.28.1
# via coveralls
six==1.16.0
# via python-dateutil
termcolor==2.1.0
termcolor==2.1.1
# via pytest-sugar
tomli==2.0.1
# via
# coverage
# pytest
urllib3==1.26.12
urllib3==1.26.13
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
# requests
yarl==1.8.1
yarl==1.8.2
# via aiohttp
28 changes: 12 additions & 16 deletions packages/dask-task-models-library/requirements/_tools.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/_tools.txt --strip-extras requirements/_tools.in
# pip-compile --output-file=requirements/_tools.txt --resolver=backtracking --strip-extras requirements/_tools.in
#
astroid==2.12.12
astroid==2.12.13
# via pylint
black==22.10.0
# via -r requirements/../../../requirements/devenv.txt
Expand All @@ -23,9 +23,9 @@ dill==0.3.6
# via pylint
distlib==0.3.6
# via virtualenv
filelock==3.8.0
filelock==3.8.2
# via virtualenv
identify==2.5.8
identify==2.5.9
# via pre-commit
isort==5.10.1
# via
Expand All @@ -41,33 +41,29 @@ nodeenv==1.7.0
# via pre-commit
packaging==21.3
# via
# -c requirements/_base.txt
# -c requirements/_test.txt
# build
pathspec==0.10.1
pathspec==0.10.2
# via black
pep517==0.13.0
# via build
pip-tools==6.9.0
pip-tools==6.11.0
# via -r requirements/../../../requirements/devenv.txt
platformdirs==2.5.3
platformdirs==2.5.4
# via
# black
# pylint
# virtualenv
pre-commit==2.20.0
# via -r requirements/../../../requirements/devenv.txt
pylint==2.15.5
pylint==2.15.8
# via -r requirements/../../../requirements/devenv.txt
pyparsing==3.0.9
# via
# -c requirements/_base.txt
# -c requirements/_test.txt
# packaging
pyyaml==6.0
# via
# -c requirements/../../../requirements/constraints.txt
# -c requirements/_base.txt
# -c requirements/_test.txt
# pre-commit
toml==0.10.2
Expand All @@ -87,9 +83,9 @@ typing-extensions==4.4.0
# astroid
# black
# pylint
virtualenv==20.16.6
virtualenv==20.17.1
# via pre-commit
wheel==0.38.2
wheel==0.38.4
# via pip-tools
wrapt==1.14.1
# via astroid
Expand Down
12 changes: 5 additions & 7 deletions packages/models-library/requirements/_base.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/_base.txt --strip-extras requirements/_base.in
# pip-compile --output-file=requirements/_base.txt --resolver=backtracking --strip-extras requirements/_base.in
#
attrs==22.1.0
# via jsonschema
Expand All @@ -12,12 +12,10 @@ email-validator==1.3.0
# via pydantic
idna==3.4
# via email-validator
jsonschema==4.17.0
jsonschema==4.17.3
# via -r requirements/_base.in
pydantic==1.10.2
# via
# -c requirements/../../../requirements/constraints.txt
# -r requirements/_base.in
# via -r requirements/_base.in
pyrsistent==0.19.2
# via jsonschema
typing-extensions==4.4.0
Expand Down
Loading

0 comments on commit 7afec12

Please sign in to comment.