diff --git a/poetry.lock b/poetry.lock index 71f6aab..12ed2fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1642,13 +1642,13 @@ files = [ [[package]] name = "tox" -version = "4.12.1" +version = "4.13.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.12.1-py3-none-any.whl", hash = "sha256:c07ea797880a44f3c4f200ad88ad92b446b83079d4ccef89585df64cc574375c"}, - {file = "tox-4.12.1.tar.gz", hash = "sha256:61aafbeff1bd8a5af84e54ef6e8402f53c6a6066d0782336171ddfbf5362122e"}, + {file = "tox-4.13.0-py3-none-any.whl", hash = "sha256:1143c7e2489c68026a55d3d4ae84c02c449f073b28e62f80e3e440a3b72a4afa"}, + {file = "tox-4.13.0.tar.gz", hash = "sha256:dd789a554c16c4b532924ba393c92fc8991323c4b3d466712bfecc8c9b9f24f7"}, ] [package.dependencies] @@ -1773,4 +1773,4 @@ docs = ["Sphinx", "enum-tools", "furo"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "3b4419639efd0ed5204d5b593c971075eb4a75d3ebad07c82a334c825d579200" +content-hash = "ac998a9b316f834dda97be2c79957512753e3e3b592cd9ad29c7328fd092178f" diff --git a/pyproject.toml b/pyproject.toml index 6dbcc91..0da5cae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ black = "^24.1.1" mypy = "^1.8" flake8 = "^7.0.0" isort = "^5.13.2" -tox = "^4.12.1" +tox = "^4.13.0" types-requests = "^2.31.0" requests-mock = "^1.11.0" pytest-cov = "^4.1.0"