diff --git a/requirements/base.txt b/requirements/base.txt index 25231e2..8cb353c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,11 +4,11 @@ Flask>=3.0.0,<4.0 # https://github.com/pallets/flask # Tools # ------------------------------------------------------------------------------ -typeguard==4.4.0 # https://github.com/agronholm/typeguard +typeguard==4.4.1 # https://github.com/agronholm/typeguard typing_extensions>=4.3.0 # https://github.com/python/typing/blob/master/typing_extensions/README.rst typing_inspect==0.9.0 # https://github.com/ilevkivskyi/typing_inspect # Data types # ------------------------------------------------------------------------------ pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4 # https://github.com/pydantic/pydantic -eval-type-backport==0.2.0 # https://github.com/alexmojaki/eval_type_backport +eval-type-backport==0.2.2 # https://github.com/alexmojaki/eval_type_backport diff --git a/requirements/cbuild.txt b/requirements/cbuild.txt index 6a4f9f8..e82bfeb 100644 --- a/requirements/cbuild.txt +++ b/requirements/cbuild.txt @@ -2,10 +2,10 @@ # Tools # ------------------------------------------------------------------------------ -cibuildwheel==2.21.3 # https://github.com/pypa/cibuildwheel -setuptools==75.3.0 # https://github.com/pypa/setuptools +cibuildwheel==2.22.0 # https://github.com/pypa/cibuildwheel +setuptools==75.8.0 # https://github.com/pypa/setuptools # Mypyc # ------------------------------------------------------------------------------ -mypy[mypyc]==1.13.0 # https://github.com/python/mypy +mypy[mypyc]==1.14.1 # https://github.com/python/mypy mypy-extensions==1.0.0 # https://github.com/python/mypy_extensions diff --git a/requirements/style.txt b/requirements/style.txt index 98c63bf..a02f0b7 100644 --- a/requirements/style.txt +++ b/requirements/style.txt @@ -1,3 +1,3 @@ # Code formatter + Code quality + Code linter # ------------------------------------------------------------------------------ -ruff==0.7.1 # https://github.com/astral-sh/ruff +ruff==0.9.1 # https://github.com/astral-sh/ruff diff --git a/requirements/tests.txt b/requirements/tests.txt index dc0cb82..02ad566 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,6 +1,6 @@ # Testing # ------------------------------------------------------------------------------ -pytest==8.3.3 # https://github.com/pytest-dev/pytest +pytest==8.3.4 # https://github.com/pytest-dev/pytest pytest-cov==6.0.0 # https://github.com/pytest-dev/pytest-cov pytest-xdist==3.6.1 # https://github.com/pytest-dev/pytest-xdist pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar @@ -9,11 +9,11 @@ pytest-selenium==4.1.0 # https://github.com/pytest-dev/pytest-selenium # Type check # ------------------------------------------------------------------------------ -typeguard==4.4.0 # https://github.com/agronholm/typeguard +typeguard==4.4.1 # https://github.com/agronholm/typeguard # Code quality # ------------------------------------------------------------------------------ -coverage~=7.6.4 # https://github.com/nedbat/coveragepy +coverage~=7.6.10 # https://github.com/nedbat/coveragepy # Tools # ------------------------------------------------------------------------------ diff --git a/requirements/typing.txt b/requirements/typing.txt index a0cfe93..da4c960 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,7 +1,7 @@ # Type check # ------------------------------------------------------------------------------ -mypy==1.13.0;python_version>="3.11" # https://github.com/python/mypy +mypy==1.14.1;python_version>="3.11" # https://github.com/python/mypy pytype==2024.10.11;python_version~="3.11.0" # https://github.com/google/pytype -types_setuptools==75.2.0.20241025 # https://github.com/python/typeshed -typeguard==4.4.0 # https://github.com/agronholm/typeguard -pyright==1.1.387;python_version>="3.11" # https://github.com/microsoft/pyright +types_setuptools==75.8.0.20250110 # https://github.com/python/typeshed +typeguard==4.4.1 # https://github.com/agronholm/typeguard +pyright==1.1.391;python_version>="3.11" # https://github.com/microsoft/pyright