diff --git a/poetry.lock b/poetry.lock index 838e3d1..33b5f95 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1061,18 +1061,18 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-flake8" -version = "1.1.0" +version = "1.1.1" description = "pytest plugin to check FLAKE8 requirements" optional = false python-versions = "*" files = [ - {file = "pytest-flake8-1.1.0.tar.gz", hash = "sha256:358d449ca06b80dbadcb43506cd3e38685d273b4968ac825da871bd4cc436202"}, - {file = "pytest_flake8-1.1.0-py2.py3-none-any.whl", hash = "sha256:f1b19dad0b9f0aa651d391c9527ebc20ac1a0f847aa78581094c747462bfa182"}, + {file = "pytest-flake8-1.1.1.tar.gz", hash = "sha256:ba4f243de3cb4c2486ed9e70752c80dd4b636f7ccb27d4eba763c35ed0cd316e"}, + {file = "pytest_flake8-1.1.1-py2.py3-none-any.whl", hash = "sha256:e0661a786f8cbf976c185f706fdaf5d6df0b1667c3bcff8e823ba263618627e7"}, ] [package.dependencies] -flake8 = ">=3.5" -pytest = ">=3.5" +flake8 = ">=4.0" +pytest = ">=7.0" [[package]] name = "pytz" @@ -1511,4 +1511,4 @@ docs = [] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "04fd441a864644c6d66d631c01b5b1a46c5ae4afd0f146aca47ae5ba839c42f9" +content-hash = "32fd5e7413a24c97d055e25f0969b5482a143074281d5a095374d239ba093dee" diff --git a/pyproject.toml b/pyproject.toml index 6ca5c8b..a304441 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ docs = ["sphinx", "sphinx-immaterial"] [tool.poetry.dev-dependencies] pre-commit = "*" pytest = "^7.3.2" -pytest-flake8 = "=1.1.0" +pytest-flake8 = "=1.1.1" pytest-cov = "^4.1.0" tox = "*" mypy = "^1.3"