diff --git a/poetry.lock b/poetry.lock index 1362861..c85f1af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -1641,13 +1641,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] @@ -1772,4 +1772,4 @@ docs = ["Sphinx", "enum-tools", "furo"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "60219727c4ddeefde5048020a4893b138cb9ff61c9aa907f868c62349a36b628" +content-hash = "d993ec22573920c85eed40f548b10b0a7e9b0003859eed2bd7581ee8f2e81dab" diff --git a/pyproject.toml b/pyproject.toml index c803056..989a678 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ black = "^23.10.1" mypy = "^1.6" 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"