diff --git a/poetry.lock b/poetry.lock index dd2bb97..bb13d25 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1642,13 +1642,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] @@ -1773,4 +1773,4 @@ docs = ["Sphinx", "enum-tools", "furo"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ef9c1af6b655dc4da3c1a03f95eab551b03f9eec83276ccc84e027f0ea45ebc6" +content-hash = "d16fca4709292de56228628986ed09e5c5c431f7dead47c2c2e217a7fce852e5" diff --git a/pyproject.toml b/pyproject.toml index 3ec6cdc..b048cb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ black = "^23.11.0" mypy = "^1.7" flake8 = "^6.1.0" isort = "^5.12.0" -tox = "^4.11.3" +tox = "^4.11.4" types-requests = "^2.31.0" requests-mock = "^1.11.0" pytest-cov = "^4.1.0"