diff --git a/poetry.lock b/poetry.lock index d0169e6..a432116 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1211,13 +1211,13 @@ files = [ [[package]] name = "tox" -version = "4.11.3" +version = "4.11.4" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.11.3-py3-none-any.whl", hash = "sha256:599af5e5bb0cad0148ac1558a0b66f8fff219ef88363483b8d92a81e4246f28f"}, - {file = "tox-4.11.3.tar.gz", hash = "sha256:5039f68276461fae6a9452a3b2c7295798f00a0e92edcd9a3b78ba1a73577951"}, + {file = "tox-4.11.4-py3-none-any.whl", hash = "sha256:2adb83d68f27116812b69aa36676a8d6a52249cb0d173649de0e7d0c2e3e7229"}, + {file = "tox-4.11.4.tar.gz", hash = "sha256:73a7240778fabf305aeb05ab8ea26e575e042ab5a18d71d0ed13e343a51d6ce1"}, ] [package.dependencies] @@ -1294,4 +1294,4 @@ docs = ["Sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8b8cbad86638113512de4ddef56a4f7326fd8f00e574a2f5c737b803b801e8cc" +content-hash = "943b7bda3c80f4df07d089ae101770e696e064986422393098e61d886697b40f" diff --git a/pyproject.toml b/pyproject.toml index 75504cc..519e2d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ docs = [ [tool.poetry.dev-dependencies] pytest = "^7.4" pytest-cov = "^4.1.0" -tox = "^4.11.3" +tox = "^4.11.4" pre-commit = "^3.5.0" [tool.mypy]