diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index b613046..812aca1 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "factory-boy==3.3.3", "coverage==7.6.12", "debugpy==1.8.13", - "flake8==7.2.0", + "flake8==7.3.0", "flake8-isort==6.1.2", "black==25.1.0", "pre-commit==4.2.0", diff --git a/requirements/local.txt b/requirements/local.txt index c22d9b1..71b1add 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -18,7 +18,7 @@ debugpy==1.8.13 # https://github.com/microsoft/debugpy # Code quality # ------------------------------------------------------------------------------ -flake8==7.2.0 # https://github.com/PyCQA/flake8 +flake8==7.3.0 # https://github.com/PyCQA/flake8 flake8-isort==6.1.2 # https://github.com/gforcada/flake8-isort black==25.1.0 # https://github.com/psf/black pre-commit==4.2.0 # https://github.com/pre-commit/pre-commit