diff --git a/pyproject.toml b/pyproject.toml index 4bf9666..8b29fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ lint = [ "flake8==6.0.0", "mccabe==0.7.0", "pycodestyle==2.10.0", - "pyflakes==3.0.1", + "pyflakes==3.1.0", 'pandas-stubs>2,<3', 'types-tqdm>4,<5', ] diff --git a/requirements.txt b/requirements.txt index e10357d..4617325 100644 --- a/requirements.txt +++ b/requirements.txt @@ -221,7 +221,7 @@ pycodestyle==2.10.0 # via # flake8 # py-vibracore (pyproject.toml) -pyflakes==3.0.1 +pyflakes==3.1.0 # via # flake8 # py-vibracore (pyproject.toml)