diff --git a/poetry.lock b/poetry.lock index 61a6f42..86603cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1265,14 +1265,14 @@ markers = {integration = "python_full_version <= \"3.11.0a6\"", lint = "python_v [[package]] name = "tox" -version = "4.41.0" +version = "4.44.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.10" groups = ["integration", "unit"] files = [ - {file = "tox-4.41.0-py3-none-any.whl", hash = "sha256:9579cc7b2c4c0d465e70f91f7897a6d58d6509cdadf20f75ade3510c0b7ce96a"}, - {file = "tox-4.41.0.tar.gz", hash = "sha256:58c82bd68d970abc0fd001ca413b10e7422cd83d13f25580f658afab61a85f86"}, + {file = "tox-4.44.0-py3-none-any.whl", hash = "sha256:b850fb8d1803d132c3120a189b2ae7fe319a07a9cb4254d81ac9c94e3230bc0f"}, + {file = "tox-4.44.0.tar.gz", hash = "sha256:0c911cbc448a2ac5dd7cbb6be2f9ffa26d0a10405982f9efea654803b23cec77"}, ] [package.dependencies] @@ -1422,4 +1422,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "8e790731f800558c912a01f280a43cca5db91d975ab948e8a1487a0ddab3acbd" +content-hash = "6535c34c98e712fcf7d97467018eb5e34bfe7c1b3695221f515ce51594313732" diff --git a/pyproject.toml b/pyproject.toml index d3b9fc2..f172d5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,13 +23,13 @@ typing-extensions = "^4.15.0" optional = true [tool.poetry.group.fmt.dependencies] -ruff = "^0.15.1" +ruff = "^0.15.2" [tool.poetry.group.lint] optional = true [tool.poetry.group.lint.dependencies] -ruff = "^0.15.1" +ruff = "^0.15.2" codespell = "^2.4.1" mypy = "^1.19.1" pytest-mypy = ">=1.0.1" @@ -46,7 +46,7 @@ pytest-cov = ">=7.0.0" pytest = "^9.0.2" pytest-mock = ">=3.15.1" pyOpenSSL = ">=25.3.0" -tox = "^4.35.0" +tox = "^4.44.0" [tool.poetry.group.integration] optional = true @@ -54,7 +54,7 @@ optional = true [tool.poetry.group.integration.dependencies] pytest-cov = ">=7.0.0" pytest = "^9.0.2" -tox = "^4.35.0" +tox = "^4.44.0" [build-system] requires = ["poetry-core"]