supervisor/requirements_tests.txt
Stefan Agner b7412b0679
Update Python to 3.13 (#5564)
* Bump Supervisor to Python 3.13

* Update ruff configuration to 0.9.1

Adjust pyproject.toml for ruff 0.9.1. Also make sure that latest version
of ruff is used in pre-commit.

* Set default configuration for pytest-asyncio

* Run ruff check

* Drop deprecated decorator no_type_check_decorator

The upstream PR (https://github.com/python/cpython/issues/106309) says
this never got really implemented by type checkers.

* Bump devcontainer to latest release
2025-01-21 11:57:30 +01:00

14 lines
237 B
Plaintext

astroid==3.3.8
coverage==7.6.10
pre-commit==4.1.0
pylint==3.3.3
pytest-aiohttp==1.0.5
pytest-asyncio==0.25.2
pytest-cov==6.0.0
pytest-timeout==2.3.1
pytest==8.3.4
ruff==0.9.2
time-machine==2.16.0
typing_extensions==4.12.2
urllib3==2.3.0