diff --git a/poetry.lock b/poetry.lock index ff5cad1..1efd340 100644 --- a/poetry.lock +++ b/poetry.lock @@ -58,14 +58,6 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [package.dependencies] pytz = ">=2015.7" -[[package]] -name = "bacon" -version = "0.2.0" -description = "Bacon Game Engine" -category = "dev" -optional = false -python-versions = "*" - [[package]] name = "bandit" version = "1.6.2" @@ -181,9 +173,6 @@ category = "dev" optional = false python-versions = "*" -[package.dependencies] -bacon = "<=0.2" - [[package]] name = "docutils" version = "0.16" @@ -509,7 +498,7 @@ virtualenv = ">=20.0.8" [[package]] name = "pre-commit-hooks" -version = "3.2.0" +version = "3.3.0" description = "Some out-of-the-box hooks for pre-commit." category = "dev" optional = false @@ -977,7 +966,7 @@ testing = ["jaraco.itertools", "func-timeout"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "c93e2665a5ac3dcaf1819756c26d732c008a2663fbc42b847cd96aef783de890" +content-hash = "595daa6a69e2598762a963e41911556631125508ea548e4e3d7b991957e9925d" [metadata.files] alabaster = [ @@ -1004,9 +993,6 @@ babel = [ {file = "Babel-2.8.0-py2.py3-none-any.whl", hash = "sha256:d670ea0b10f8b723672d3a6abeb87b565b244da220d76b4dba1b66269ec152d4"}, {file = "Babel-2.8.0.tar.gz", hash = "sha256:1aac2ae2d0d8ea368fa90906567f5c08463d98ade155c0c4bfedd6a0f7160e38"}, ] -bacon = [ - {file = "bacon-0.2.0.zip", hash = "sha256:62bd99edd7a3d3e8fddbc7cd7e164313fc01cad6e84c4a010026aadc3129cc0f"}, -] bandit = [ {file = "bandit-1.6.2-py2.py3-none-any.whl", hash = "sha256:336620e220cf2d3115877685e264477ff9d9abaeb0afe3dc7264f55fa17a3952"}, {file = "bandit-1.6.2.tar.gz", hash = "sha256:41e75315853507aa145d62a78a2a6c5e3240fe14ee7c601459d0df9418196065"}, @@ -1237,8 +1223,8 @@ pre-commit = [ {file = "pre_commit-2.7.1.tar.gz", hash = "sha256:c54fd3e574565fe128ecc5e7d2f91279772ddb03f8729645fa812fe809084a70"}, ] pre-commit-hooks = [ - {file = "pre_commit_hooks-3.2.0-py2.py3-none-any.whl", hash = "sha256:8a174237326576c5f2279eba18ccbf2ca2a19fcaab8844db80f576c8fe76c2c2"}, - {file = "pre_commit_hooks-3.2.0.tar.gz", hash = "sha256:917bce8feb048f8271e3a4a900c6d780118d23e8ddf4557ddec9384c0d1dba79"}, + {file = "pre_commit_hooks-3.3.0-py2.py3-none-any.whl", hash = "sha256:2190d72ac867bd9b8880de32d9304ec54182c89720cce56f22742890ed8ba90f"}, + {file = "pre_commit_hooks-3.3.0.tar.gz", hash = "sha256:1e18c0451279fb88653c7b9f8fd73ccc35925e95b636c5b64095538f68a23b06"}, ] py = [ {file = "py-1.8.2-py2.py3-none-any.whl", hash = "sha256:a673fa23d7000440cc885c17dbd34fafcb7d7a6e230b29f6766400de36a33c44"}, diff --git a/pyproject.toml b/pyproject.toml index 2a05354..30a09f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ darglint = "^1.5.5" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.0.14" pep8-naming = "^0.11.1" -pre-commit-hooks = "^3.2.0" +pre-commit-hooks = "^3.3.0" reorder-python-imports = "^2.3.5" [tool.poetry.scripts]