diff --git a/pyproject.toml b/pyproject.toml index 3041fa553..8f76cf9af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,6 @@ dev = [ "flake8-bugbear==25.11.29", "flake8-encodings==0.5.1", "flake8-comprehensions==3.17.0", - "flake8-logging-format==0.9.0", "flake8-no-implicit-concat==0.3.5", "flake8-print==5.0.0", "flake8-todos==0.3.1", @@ -166,7 +165,7 @@ build = [ # These dependencies are not used in production environments # and should not conflict with other libraries/tooling. "pyinstaller==6.19.0", - "setuptools==80.10.1", + "setuptools==82.0.1", "build==1.4.0" ] scripts = [ @@ -227,7 +226,6 @@ DEP002 = [ "flake8-comprehensions", "flake8-copyright", "flake8-encodings", - "flake8-logging-format", "flake8-no-implicit-concat", "flake8-print", "flake8-simplify", diff --git a/requirements.txt b/requirements.txt index 2ee2115a8..fefe32c82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ pyyaml==6.0.2 rich==14.3.2 ruamel-yaml==0.19.1 ruamel-yaml-clib==0.2.14 -setuptools==80.10.1 +setuptools==82.0.1 six==1.17.0 sortedcontainers==2.4.0 viv-utils==0.8.0