diff --git a/requirements/build.txt b/requirements/build.txt index 85e48ce6..5d10026a 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,7 +1,7 @@ # Tools # ------------------------------------------------------------------------------ wheel==0.43.0 # https://github.com/pypa/wheel -setuptools==70.3.0 # https://github.com/pypa/setuptools +setuptools==71.1.0 # https://github.com/pypa/setuptools build==1.2.1 # https://github.com/pypa/build packaging==24.1 # https://github.com/pypa/packaging pyproject-hooks==1.1.0 # https://github.com/pypa/pyproject-hooks diff --git a/requirements/cbuild.txt b/requirements/cbuild.txt index eada5362..b7342049 100644 --- a/requirements/cbuild.txt +++ b/requirements/cbuild.txt @@ -6,5 +6,5 @@ cibuildwheel==2.19.2 # Mypyc # ------------------------------------------------------------------------------ -mypy[mypyc]==1.10.1 # https://github.com/python/mypy +mypy[mypyc]==1.11.0 # https://github.com/python/mypy mypy-extensions==1.0.0 # https://github.com/python/mypy_extensions diff --git a/requirements/docs.txt b/requirements/docs.txt index 1b2eb1f5..53c68e70 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,6 +1,6 @@ # Documentation # ------------------------------------------------------------------------------ -Sphinx==7.3.7 +Sphinx==7.4.7 sphinx-tabs==3.4.5 sphinx-issues==4.1.0 sphinxcontrib-log-cabinet==1.0.1 diff --git a/requirements/style.txt b/requirements/style.txt index c8126e4e..5418dd0c 100644 --- a/requirements/style.txt +++ b/requirements/style.txt @@ -1,3 +1,3 @@ # Code formatter + Code quality + Code linter # ------------------------------------------------------------------------------ -ruff==0.5.1 # https://github.com/astral-sh/ruff +ruff==0.5.4 # https://github.com/astral-sh/ruff diff --git a/requirements/tests.txt b/requirements/tests.txt index a8466450..419516a0 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,6 +1,6 @@ # Testing # ------------------------------------------------------------------------------ -pytest==8.2.2 # https://github.com/pytest-dev/pytest +pytest==8.3.1 # https://github.com/pytest-dev/pytest pytest-cov==5.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 @@ -13,7 +13,7 @@ typeguard==2.13.3 # https://github.com/agronholm/typeguard # Code quality # ------------------------------------------------------------------------------ -coverage==7.5.4 # https://github.com/nedbat/coveragepy +coverage==7.6.0 # https://github.com/nedbat/coveragepy # Tools # ------------------------------------------------------------------------------ diff --git a/requirements/typing.txt b/requirements/typing.txt index 286d7774..17681f1c 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,6 +1,6 @@ # Type check # ------------------------------------------------------------------------------ -mypy==1.10.1;python_version>="3.11" # https://github.com/python/mypy +mypy==1.11.0;python_version>="3.11" # https://github.com/python/mypy pytype==2024.1.5;python_version>="3.11" and python_version<"3.12" # https://github.com/google/pytype -types_setuptools==70.3.0.20240710 # https://github.com/python/typeshed +types_setuptools==71.0.0.20240722 # https://github.com/python/typeshed typeguard==2.13.3 # https://github.com/agronholm/typeguard