diff --git a/poetry.lock b/poetry.lock index 3b4e41d..20ed010 100644 --- a/poetry.lock +++ b/poetry.lock @@ -345,14 +345,14 @@ pyflakes = ">=3.0.0,<3.1.0" [[package]] name = "flake8-annotations-complexity" -version = "0.0.7" +version = "0.0.8" description = "A flake8 extension that checks for type annotations complexity" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "flake8_annotations_complexity-0.0.7-py3-none-any.whl", hash = "sha256:a1410f5b964927032471ce99932d1670d28ea323b50400b45cc14575be070508"}, - {file = "flake8_annotations_complexity-0.0.7.tar.gz", hash = "sha256:2ecd93375e3dee0d4e11e476087a52fa985c47bc049015ff04a9de38fc0c4dfd"}, + {file = "flake8_annotations_complexity-0.0.8-py3-none-any.whl", hash = "sha256:44e299dac0ab64f3af4b478fac7feb635c113a606036de8b39dadab3531da7ed"}, + {file = "flake8_annotations_complexity-0.0.8.tar.gz", hash = "sha256:8914e76e31672c4063c928b0a250db6b935a16d1799de10457958a71d11bb665"}, ] [package.dependencies] @@ -1059,14 +1059,14 @@ plugins = ["importlib-metadata"] [[package]] name = "pyproject-pre-commit" -version = "0.0.15" +version = "0.0.16" description = "pre-commit hooks for python projects using pyproject.toml." category = "dev" optional = false python-versions = ">=3.8.1,<3.12" files = [ - {file = "pyproject_pre_commit-0.0.15-py3-none-any.whl", hash = "sha256:e295551860186c1432524965ca661e73faf9dadc0b66c5b3672c517afea46714"}, - {file = "pyproject_pre_commit-0.0.15.tar.gz", hash = "sha256:78a47f27240e7fa46c6f57717967aebfa25bc19ec92b989f03be6d4b7a34dd4c"}, + {file = "pyproject_pre_commit-0.0.16-py3-none-any.whl", hash = "sha256:e220c1bb38f6e94141ee45f6413d39c80fc8b54c764314fac60dd7d905e2840b"}, + {file = "pyproject_pre_commit-0.0.16.tar.gz", hash = "sha256:0aa34f2b0e908bf98321eedf36440d78a0283289fef3250ceb1153a8a659b47f"}, ] [package.dependencies] @@ -1075,7 +1075,7 @@ autopep8 = "2.0.2" bandit = {version = "1.7.5", extras = ["toml"]} black = "23.3.0" blacken-docs = "1.14.0" -flake8-annotations-complexity = "0.0.7" +flake8-annotations-complexity = "0.0.8" flake8-bugbear = "23.6.5" flake8-builtins = "2.1.0" flake8-comprehensions = "3.12.0" @@ -1460,4 +1460,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "41a616bf473e3336e73215c4558431f6265b5abe49304663f92a93b7fa5af567" +content-hash = "4311096e95ea4a291edda28116c943e1faccdbdc71b188e6c90ac9521d5eea2a" diff --git a/pyproject.toml b/pyproject.toml index 30d3bb3..2e4460d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = ">=3.8.1,<3.12" pytest = "7.4.0" pytest-cov = "4.1.0" pytest-xdist = "3.3.1" -pyproject-pre-commit = "0.0.15" +pyproject-pre-commit = "0.0.16" [build-system] requires = ["poetry-core>=1.0.0"]