diff --git a/pyproject.toml b/pyproject.toml index 1934911..f817661 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ lint = [ "platformdirs==3.5.1", "tomli==2.0.1,", "isort==5.12.0", - "flake8==6.0.0", + "flake8==6.1.0", "mccabe==0.7.0", "pycodestyle==2.10.0", "pyflakes==3.0.1", diff --git a/requirements.txt b/requirements.txt index a7da532..71d93b3 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==6.1.0 # via plxcontroller (pyproject.toml) fonttools==4.44.0 # via matplotlib