diff --git a/poetry.lock b/poetry.lock index 51e8d853..bfdd8dfa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -117,13 +117,13 @@ files = [ [[package]] name = "invoke" -version = "2.1.2" +version = "2.1.3" description = "Pythonic task execution" optional = false python-versions = ">=3.6" files = [ - {file = "invoke-2.1.2-py3-none-any.whl", hash = "sha256:bfc904df1c9e9fe1a881933de661fe054b8db616ff2c4cf78e00407fe473ba5d"}, - {file = "invoke-2.1.2.tar.gz", hash = "sha256:a6cc1f06f75bacd0b1e11488fa3bf3e62f85e31f62e2c0172188613ba5b070e2"}, + {file = "invoke-2.1.3-py3-none-any.whl", hash = "sha256:51e86a08d964160e01c44eccd22f50b25842bd96a9c63c11177032594cb86740"}, + {file = "invoke-2.1.3.tar.gz", hash = "sha256:a3b15d52d50bbabd851b8a39582c772180b614000fa1612b4d92484d54d38c6b"}, ] [[package]] @@ -339,4 +339,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "69762e22d01952f49aef7effcb315eaae196e7fc6fb2bddf805fd9588c3defbc" +content-hash = "4fdc4bd6f50e4f2f3899573491c2831f22f244974e3e7c792fbf8178d2fa77ab" diff --git a/pyproject.toml b/pyproject.toml index 3f99a6bf..00a0405d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = "^3.9" [tool.poetry.dev-dependencies] pytest = "^7.3.2" -invoke = "^2.1.2" +invoke = "^2.1.3" black = "^23.3" flake8 = "^6.0.0" pep8-naming = "^0.13.3"