Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: no-commit-to-branch
# NOTE: Keep order as pyupgrade (will update code) then pycln (remove unused imports), then isort (sort them) and black (final formatting)
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.1
rev: v3.20.0
hooks:
- id: pyupgrade
args:
Expand All @@ -36,7 +36,7 @@ repos:
args: [--all, --expand-stars]
name: prune imports
- repo: https://github.com/PyCQA/isort
rev: 6.0.0
rev: 6.0.1
hooks:
- id: isort
args: ["--profile", "black"]
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -502,11 +502,6 @@ push-version: tag-version
.venv: .check-uv-installed
@uv venv $@
@echo "# upgrading tools to latest version in" && $@/bin/python --version
@uv pip --quiet install --upgrade \
pip~=24.0 \
wheel \
setuptools \
uv
@uv pip list

devenv: .venv test_python_version .vscode/settings.json .vscode/launch.json ## create a development environment (configs, virtual-env, hooks, ...)
Expand Down
60 changes: 33 additions & 27 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
# 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.1
# 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.5.0
# 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,25 @@ 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.25.1
# 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 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
Loading
Loading