Skip to content
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 36 additions & 28 deletions api/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.12.12
aiohttp==3.12.13
# via
# -c ../../requirements/constraints.txt
# -r requirements.in
aiosignal==1.3.2
aiosignal==1.4.0
# via aiohttp
attrs==25.1.0
attrs==25.3.0
# via
# aiohttp
# jsonschema
# referencing
certifi==2025.1.31
certifi==2025.6.15
# via
# -c ../../requirements/constraints.txt
# requests
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
coverage==7.6.12
coverage==7.9.2
# via
# -r requirements.in
# pytest-cov
frozenlist==1.5.0
frozenlist==1.7.0
# via
# aiohttp
# aiosignal
idna==3.10
# via
# requests
# yarl
iniconfig==2.0.0
iniconfig==2.1.0
# via pytest
isodate==0.7.2
# via openapi-core
jsonschema==4.23.0
jsonschema==4.24.0
# via
# openapi-core
# openapi-schema-validator
Expand All @@ -42,52 +42,56 @@ jsonschema-path==0.3.4
# via
# openapi-core
# openapi-spec-validator
jsonschema-specifications==2024.10.1
jsonschema-specifications==2025.4.1
# via
# jsonschema
# openapi-schema-validator
lazy-object-proxy==1.10.0
lazy-object-proxy==1.11.0
# via openapi-spec-validator
markupsafe==3.0.2
# via werkzeug
more-itertools==10.6.0
more-itertools==10.7.0
# via openapi-core
multidict==6.1.0
multidict==6.6.3
# via
# aiohttp
# yarl
openapi-core==0.19.4
openapi-core==0.19.5
# via -r requirements.in
openapi-schema-validator==0.6.3
# via
# openapi-core
# openapi-spec-validator
openapi-spec-validator==0.7.1
openapi-spec-validator==0.7.2
# via openapi-core
packaging==24.2
packaging==25.0
# via
# pytest
# pytest-sugar
parse==1.20.2
# via openapi-core
pathable==0.4.4
# via jsonschema-path
pluggy==1.5.0
# via pytest
propcache==0.3.0
pluggy==1.6.0
# via
# pytest
# pytest-cov
propcache==0.3.2
# via
# aiohttp
# yarl
pytest==8.3.5
pygments==2.19.2
# via pytest
pytest==8.4.1
# via
# -r requirements.in
# pytest-asyncio
# pytest-cov
# pytest-instafail
# pytest-sugar
pytest-asyncio==0.26.0
pytest-asyncio==1.0.0
# via -r requirements.in
pytest-cov==6.0.0
pytest-cov==6.2.1
# via -r requirements.in
pytest-instafail==0.5.0
# via -r requirements.in
Expand All @@ -103,23 +107,27 @@ referencing==0.35.1
# jsonschema
# jsonschema-path
# jsonschema-specifications
requests==2.32.3
requests==2.32.4
# via jsonschema-path
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.23.1
rpds-py==0.26.0
# via
# jsonschema
# referencing
six==1.17.0
# via rfc3339-validator
termcolor==2.5.0
termcolor==3.1.0
# via pytest-sugar
urllib3==2.3.0
typing-extensions==4.14.0
# via
# aiosignal
# openapi-core
urllib3==2.5.0
# via
# -c ../../requirements/constraints.txt
# requests
werkzeug==3.1.3
werkzeug==3.1.1
# via openapi-core
yarl==1.18.3
yarl==1.20.1
# via aiohttp
16 changes: 11 additions & 5 deletions packages/aws-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ pint==0.24.4
platformdirs==4.3.6
# via pint
pluggy==1.5.0
# via pytest
# via
# pytest
# pytest-cov
ply==3.11
# via jsonpath-ng
pprintpp==0.4.0
Expand All @@ -184,9 +186,13 @@ pydantic-core==2.27.2
# via
# -c requirements/_base.txt
# pydantic
pygments==2.19.1
# via
# -c requirements/_base.txt
# pytest
pyparsing==3.2.1
# via moto
pytest==8.3.5
pytest==8.4.1
# via
# -r requirements/_test.in
# pytest-asyncio
Expand All @@ -196,17 +202,17 @@ pytest==8.3.5
# pytest-instafail
# pytest-mock
# pytest-sugar
pytest-asyncio==0.26.0
pytest-asyncio==1.0.0
# via -r requirements/_test.in
pytest-benchmark==5.1.0
# via -r requirements/_test.in
pytest-cov==6.0.0
pytest-cov==6.2.1
# via -r requirements/_test.in
pytest-icdiff==0.9
# via -r requirements/_test.in
pytest-instafail==0.5.0
# via -r requirements/_test.in
pytest-mock==3.14.0
pytest-mock==3.14.1
# via -r requirements/_test.in
pytest-runner==6.0.1
# via -r requirements/_test.in
Expand Down
16 changes: 11 additions & 5 deletions packages/celery-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ pint==0.24.4
platformdirs==4.3.8
# via pint
pluggy==1.6.0
# via pytest
# via
# pytest
# pytest-cov
pprintpp==0.4.0
# via pytest-icdiff
prompt-toolkit==3.0.51
Expand All @@ -106,7 +108,11 @@ psutil==7.0.0
# pytest-celery
py-cpuinfo==9.0.0
# via pytest-benchmark
pytest==8.3.5
pygments==2.19.1
# via
# -c requirements/_base.txt
# pytest
pytest==8.4.1
# via
# -r requirements/_test.in
# pytest-asyncio
Expand All @@ -117,21 +123,21 @@ pytest==8.3.5
# pytest-instafail
# pytest-mock
# pytest-sugar
pytest-asyncio==0.26.0
pytest-asyncio==1.0.0
# via -r requirements/_test.in
pytest-benchmark==5.1.0
# via -r requirements/_test.in
pytest-celery==1.2.0
# via -r requirements/_test.in
pytest-cov==6.1.1
pytest-cov==6.2.1
# via -r requirements/_test.in
pytest-docker-tools==3.1.9
# via pytest-celery
pytest-icdiff==0.9
# via -r requirements/_test.in
pytest-instafail==0.5.0
# via -r requirements/_test.in
pytest-mock==3.14.0
pytest-mock==3.14.1
# via -r requirements/_test.in
pytest-runner==6.0.1
# via -r requirements/_test.in
Expand Down
1 change: 1 addition & 0 deletions packages/celery-library/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ test = pytest

[tool:pytest]
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function

[mypy]
plugins =
Expand Down
14 changes: 9 additions & 5 deletions packages/common-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ packaging==24.2
# pytest
# pytest-sugar
pluggy==1.5.0
# via pytest
# via
# pytest
# pytest-cov
pprintpp==0.4.0
# via pytest-icdiff
pydantic==2.10.6
Expand All @@ -33,7 +35,9 @@ pydantic-settings==2.7.0
# via
# -c requirements/../../../requirements/constraints.txt
# -r requirements/_test.in
pytest==8.3.5
pygments==2.19.2
# via pytest
pytest==8.4.1
# via
# -r requirements/_test.in
# pytest-asyncio
Expand All @@ -42,15 +46,15 @@ pytest==8.3.5
# pytest-instafail
# pytest-mock
# pytest-sugar
pytest-asyncio==0.26.0
pytest-asyncio==1.0.0
# via -r requirements/_test.in
pytest-cov==6.0.0
pytest-cov==6.2.1
# via -r requirements/_test.in
pytest-icdiff==0.9
# via -r requirements/_test.in
pytest-instafail==0.5.0
# via -r requirements/_test.in
pytest-mock==3.14.0
pytest-mock==3.14.1
# via -r requirements/_test.in
pytest-runner==6.0.1
# via -r requirements/_test.in
Expand Down
16 changes: 11 additions & 5 deletions packages/dask-task-models-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@ pint==0.24.4
platformdirs==4.3.8
# via pint
pluggy==1.6.0
# via pytest
# via
# pytest
# pytest-cov
pprintpp==0.4.0
# via pytest-icdiff
pytest==8.3.5
pygments==2.19.1
# via
# -c requirements/_base.txt
# pytest
pytest==8.4.1
# via
# -r requirements/_test.in
# pytest-asyncio
Expand All @@ -34,15 +40,15 @@ pytest==8.3.5
# pytest-instafail
# pytest-mock
# pytest-sugar
pytest-asyncio==0.26.0
pytest-asyncio==1.0.0
# via -r requirements/_test.in
pytest-cov==6.1.1
pytest-cov==6.2.1
# via -r requirements/_test.in
pytest-icdiff==0.9
# via -r requirements/_test.in
pytest-instafail==0.5.0
# via -r requirements/_test.in
pytest-mock==3.14.0
pytest-mock==3.14.1
# via -r requirements/_test.in
pytest-runner==6.0.1
# via -r requirements/_test.in
Expand Down
14 changes: 9 additions & 5 deletions packages/models-library/requirements/_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,18 @@ pint==0.24.4
platformdirs==4.3.6
# via pint
pluggy==1.5.0
# via pytest
# via
# pytest
# pytest-cov
pprintpp==0.4.0
# via pytest-icdiff
propcache==0.3.0
# via yarl
psutil==7.0.0
# via -r requirements/_test.in
pytest==8.3.5
pygments==2.19.2
# via pytest
pytest==8.4.1
# via
# -r requirements/_test.in
# pytest-asyncio
Expand All @@ -47,15 +51,15 @@ pytest==8.3.5
# pytest-instafail
# pytest-mock
# pytest-sugar
pytest-asyncio==0.26.0
pytest-asyncio==1.0.0
# via -r requirements/_test.in
pytest-cov==6.0.0
pytest-cov==6.2.1
# via -r requirements/_test.in
pytest-icdiff==0.9
# via -r requirements/_test.in
pytest-instafail==0.5.0
# via -r requirements/_test.in
pytest-mock==3.14.0
pytest-mock==3.14.1
# via -r requirements/_test.in
pytest-runner==6.0.1
# via -r requirements/_test.in
Expand Down
6 changes: 4 additions & 2 deletions packages/models-library/requirements/_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ platformdirs==4.3.6
# virtualenv
pre-commit==4.1.0
# via -r requirements/../../../requirements/devenv.txt
pygments==2.19.1
# via rich
pygments==2.19.2
# via
# -c requirements/_test.txt
# rich
pylint==3.3.4
# via -r requirements/../../../requirements/devenv.txt
pyproject-hooks==1.2.0
Expand Down
Loading
Loading