diff --git a/poetry.lock b/poetry.lock index 309bdc3..9b56e15 100644 --- a/poetry.lock +++ b/poetry.lock @@ -711,14 +711,14 @@ files = [ [[package]] name = "tox" -version = "4.60.0" +version = "4.60.1" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.10" groups = ["tests"] files = [ - {file = "tox-4.60.0-py3-none-any.whl", hash = "sha256:175abbc4cdef615d66874c0843be4f44c353c14aab6d89939bb22246f84122bd"}, - {file = "tox-4.60.0.tar.gz", hash = "sha256:6f93bb580d35e00fc69cfec1116eecbe21155f747753ca5019374f7c69b2eac9"}, + {file = "tox-4.60.1-py3-none-any.whl", hash = "sha256:6f23a6417ad761b17c047e14b6e278968c09eb9b1fc00025269f82ec8327bc75"}, + {file = "tox-4.60.1.tar.gz", hash = "sha256:2611b77ebe06fa571ae2f4176eaf644115d08891befb9c7cb705cb038d5ab38e"}, ] [package.dependencies] @@ -792,4 +792,4 @@ typing-extensions = {version = ">=4.13.2", markers = "python_version < \"3.11\"" [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "c5f532a23617c27d05e2690ef8aa46c2a678ed648763439289761c5833342781" +content-hash = "9e02dd70fa7ad5250023863d980dbf0bf699a4671b55a5cab219fe0f2a1822dd" diff --git a/pyproject.toml b/pyproject.toml index f36702a..82dd761 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ optional = true [tool.poetry.group.tests.dependencies] pytest = "^9.1.1" pytest-cov = "^7.1.0" -tox = "^4.60.0" +tox = "^4.60.1" tox-gh-actions = "^3.5.0"