diff --git a/pyproject.toml b/pyproject.toml index 0f0ee4b..21d282b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ lint = [ "platformdirs==3.5.1", "tomli==2.0.1,", "isort==5.12.0", - "flake8==6.0.0", + "flake8==7.0.0", "mccabe==0.7.0", "pycodestyle==2.10.0", "pyflakes==3.0.1", diff --git a/requirements.txt b/requirements.txt index 63c1e88..afa715a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ exceptiongroup==1.1.3 # via pytest executing==2.0.1 # via stack-data -flake8==6.0.0 +flake8==7.0.0 # via plxcontroller (pyproject.toml) fonttools==4.44.0 # via matplotlib