diff --git a/requirements/build.txt b/requirements/build.txt index 653d5f96..34a6637b 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,6 +1,6 @@ # Tools # ------------------------------------------------------------------------------ -wheel==0.43.0 # https://github.com/pypa/wheel +wheel==0.44.0 # https://github.com/pypa/wheel setuptools==72.1.0 # https://github.com/pypa/setuptools build==1.2.1 # https://github.com/pypa/build packaging==24.1 # https://github.com/pypa/packaging diff --git a/requirements/cbuild.txt b/requirements/cbuild.txt index 50ca7393..c3e3fc14 100644 --- a/requirements/cbuild.txt +++ b/requirements/cbuild.txt @@ -2,7 +2,7 @@ # Tools # ------------------------------------------------------------------------------ -cibuildwheel==2.19.2 +cibuildwheel==2.20.0 # Mypyc # ------------------------------------------------------------------------------ diff --git a/requirements/style.txt b/requirements/style.txt index 229d2482..30d6576c 100644 --- a/requirements/style.txt +++ b/requirements/style.txt @@ -1,3 +1,3 @@ # Code formatter + Code quality + Code linter # ------------------------------------------------------------------------------ -ruff==0.5.5 # https://github.com/astral-sh/ruff +ruff==0.5.6 # https://github.com/astral-sh/ruff diff --git a/requirements/tests.txt b/requirements/tests.txt index df5e9b3b..3d944195 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -13,7 +13,7 @@ typeguard==2.13.3 # https://github.com/agronholm/typeguard # Code quality # ------------------------------------------------------------------------------ -coverage==7.6.0 # https://github.com/nedbat/coveragepy +coverage==7.6.1 # https://github.com/nedbat/coveragepy # Tools # ------------------------------------------------------------------------------ diff --git a/requirements/typing.txt b/requirements/typing.txt index 8d7e790f..9bc564bf 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -2,5 +2,5 @@ # ------------------------------------------------------------------------------ mypy==1.11.1;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==71.1.0.20240726 # https://github.com/python/typeshed +types_setuptools==71.1.0.20240806 # https://github.com/python/typeshed typeguard==2.13.3 # https://github.com/agronholm/typeguard