diff --git a/requirements-dev.txt b/requirements-dev.txt index b513599a7..6307923c0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -62,12 +62,12 @@ pkginfo==1.9.6 platformdirs==4.2.0 pluggy==1.4.0 polib==1.2.0 -pycodestyle==2.8.0 +pycodestyle==2.11.1 pycparser==2.21 pydantic==1.10.14 pydantic-yaml==0.11.2 pydocstyle==6.3.0 -pyflakes==2.4.0 +pyflakes==2.5.0 Pygments==2.17.2 pylint==2.17.7 pylint-fixme-info==1.0.3 @@ -88,7 +88,7 @@ requests-toolbelt==1.0.0 requests-unixsocket==0.3.0 rfc3986==2.0.0 rich==13.7.0 -ruff==0.1.6 +ruff==0.3.5 SecretStorage==3.3.3 six==1.16.0 snowballstemmer==2.2.0 @@ -117,10 +117,10 @@ tomlkit==0.12.3 tornado==6.4 tox==4.12.1 twine==4.0.2 -types-Deprecated==1.2.9.20240106 -types-PyYAML==6.0.12.12 -types-requests==2.31.0.6 -types-setuptools==69.0.0.20240125 +types-Deprecated==1.2.9.20240311 +types-PyYAML==6.0.12.20240311 +types-requests==2.31.0.20240402 +types-setuptools==69.2.0.20240317 types-tabulate==0.9.0.20240106 types-urllib3==1.26.25.14 typing_extensions==4.9.0 diff --git a/requirements-doc.txt b/requirements-doc.txt index 15d56919d..7c5aa510c 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -68,8 +68,8 @@ sphinxcontrib-qthelp==1.0.7 sphinxcontrib-serializinghtml==1.1.10 tabulate==0.9.0 tornado==6.4 -types-Deprecated==1.2.9.20240106 -types-PyYAML==6.0.12.12 +types-Deprecated==1.2.9.20240311 +types-PyYAML==6.0.12.20240311 typing_extensions==4.9.0 urllib3==1.26.18 wadllib==1.3.6 diff --git a/requirements.txt b/requirements.txt index 7cab86629..63c9f1a78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,8 +28,8 @@ six==1.16.0 spdx==2.5.1 spdx-lookup==0.3.3 tabulate==0.9.0 -types-Deprecated==1.2.9.20240106 -types-PyYAML==6.0.12.12 +types-Deprecated==1.2.9.20240311 +types-PyYAML==6.0.12.20240311 typing_extensions==4.9.0 urllib3==1.26.18 wadllib==1.3.6 diff --git a/setup.cfg b/setup.cfg index 14d41da67..1cb346bcc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -74,7 +74,7 @@ test = pytest-check>=2.0 pytest-mock pytest-subprocess - ruff==0.1.6 + ruff==0.3.5 tox types-requests types-setuptools