diff --git a/poetry.lock b/poetry.lock index e10c2f55..a058e550 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2411,13 +2411,13 @@ files = [ [[package]] name = "tox" -version = "4.9.0" +version = "4.10.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" files = [ - {file = "tox-4.9.0-py3-none-any.whl", hash = "sha256:c80de60fe26f9a009b0a763888bf2099ccfbef50a0279a6b9f6de40eb4eb7457"}, - {file = "tox-4.9.0.tar.gz", hash = "sha256:9b6d38fe422599d084afd89375b4803f4bc1f8f16573c77c8fd8ffcc6938f1ff"}, + {file = "tox-4.10.0-py3-none-any.whl", hash = "sha256:e4a1b1438955a6da548d69a52350054350cf6a126658c20943261c48ed6d4c92"}, + {file = "tox-4.10.0.tar.gz", hash = "sha256:e041b2165375be690aca0ec4d96360c6906451380520e4665bf274f66112be35"}, ] [package.dependencies] @@ -2723,4 +2723,4 @@ docs = ["Sphinx", "autoapi", "nbsphinx", "sphinx-autoapi", "sphinx-autodoc-typeh [metadata] lock-version = "2.0" python-versions = ">=3.8.0,<=3.11" -content-hash = "87b5715d702444194e725a0ebc0a8886a420567814602ee997a086401f1cd3b1" +content-hash = "2e085522a054deb65f8ac45114b75c68dbbf92a7417986339640f153276ebc02" diff --git a/pyproject.toml b/pyproject.toml index c0b228b0..4a3251ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ bump2version = "1.0.1" wheel = "0.41.1" watchdog = "3.0.0" flake8 = "5.0.4" -tox = "4.9.0" +tox = "4.10.0" coverage = "7.3.0" twine = "4.0.2" pytest = "7.4.0"