diff --git a/poetry.lock b/poetry.lock index fb82cd4..5c653c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -191,14 +191,14 @@ pyflakes = ">=2.3.0,<2.4.0" [[package]] name = "flake8-annotations" -version = "2.6.2" +version = "2.7.0" description = "Flake8 Type Annotation Checks" category = "dev" optional = false -python-versions = ">=3.6.1,<4.0.0" +python-versions = ">=3.6.2,<4.0.0" [package.dependencies] -flake8 = ">=3.7,<4.0" +flake8 = ">=3.7,<5.0" [[package]] name = "flake8-bandit" @@ -953,7 +953,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "f13486e2fd6427b2cb137af0adb1a9f1449c3c3eb129f7dbd51c256161813b22" +content-hash = "d7fc058e769dcb86322ded817c3edeaa237128d8fd38e1b3d46e36bb4c70ac1f" [metadata.files] appdirs = [ @@ -1021,8 +1021,8 @@ flake8 = [ {file = "flake8-3.9.2.tar.gz", hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b"}, ] flake8-annotations = [ - {file = "flake8-annotations-2.6.2.tar.gz", hash = "sha256:0d6cd2e770b5095f09689c9d84cc054c51b929c41a68969ea1beb4b825cac515"}, - {file = "flake8_annotations-2.6.2-py3-none-any.whl", hash = "sha256:d10c4638231f8a50c0a597c4efce42bd7b7d85df4f620a0ddaca526138936a4f"}, + {file = "flake8-annotations-2.7.0.tar.gz", hash = "sha256:52e53c05b0c06cac1c2dec192ea2c36e85081238add3bd99421d56f574b9479b"}, + {file = "flake8_annotations-2.7.0-py3-none-any.whl", hash = "sha256:3edfbbfb58e404868834fe6ec3eaf49c139f64f0701259f707d043185545151e"}, ] flake8-bandit = [ {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, diff --git a/pyproject.toml b/pyproject.toml index 24371f4..9aa9b03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ taskipy = "^1.6.0" # linting black = "^21.7b0" flake8 = "~=3.8" -flake8-annotations = "~=2.3" +flake8-annotations = "~=2.7" flake8-bandit = "^2.1.2" flake8-bugbear = "~=21.9" flake8-docstrings = "~=1.5"