diff --git a/requirements/production.txt b/requirements/production.txt index 96c7afe..b65cdb0 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -4,4 +4,4 @@ # WSGI HTTP Server # ------------------------------------------------------------------------------ -gunicorn==22 # https://github.com/benoitc/gunicorn +gunicorn==23.0.0 # https://github.com/benoitc/gunicorn diff --git a/requirements/style.txt b/requirements/style.txt index 1ffb329..4fe2ead 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.6.3 # https://github.com/astral-sh/ruff diff --git a/requirements/tests.txt b/requirements/tests.txt index 7668a1f..3d94419 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.2 # 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.1 # 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..70e2b96 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.2;python_version>="3.11" # https://github.com/python/mypy +types_setuptools==74.0.0.20240831 # https://github.com/python/typeshed typeguard==2.13.3 # https://github.com/agronholm/typeguard