diff --git a/requirements/style.txt b/requirements/style.txt index 1ffb329..5418dd0 100644 --- a/requirements/style.txt +++ b/requirements/style.txt @@ -1,3 +1,3 @@ # Code formatter + Code quality + Code linter # ------------------------------------------------------------------------------ -ruff==0.4.3 # 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 7668a1f..419516a 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,6 +1,6 @@ # Testing # ------------------------------------------------------------------------------ -pytest==8.2.0 # 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,8 +13,8 @@ typeguard==2.13.3 # https://github.com/agronholm/typeguard # Code quality # ------------------------------------------------------------------------------ -coverage==7.5.1 # https://github.com/nedbat/coveragepy +coverage==7.6.0 # https://github.com/nedbat/coveragepy # Tools # ------------------------------------------------------------------------------ -requests==2.31.0 # https://github.com/psf/requests +requests==2.32.3 # https://github.com/psf/requests diff --git a/requirements/typing.txt b/requirements/typing.txt index 0ac9d21..9e1f915 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,5 +1,5 @@ # Type check # ------------------------------------------------------------------------------ -mypy==1.10.0;python_version>="3.11" # https://github.com/python/mypy -types_setuptools==69.5.0.20240423 # https://github.com/python/typeshed +mypy==1.11.0;python_version>="3.11" # https://github.com/python/mypy +types_setuptools==71.1.0.20240723 # https://github.com/python/typeshed typeguard==2.13.3 # https://github.com/agronholm/typeguard