diff --git a/poetry.lock b/poetry.lock index b12e9c2..efbb586 100644 --- a/poetry.lock +++ b/poetry.lock @@ -904,14 +904,14 @@ files = [ [[package]] name = "tox" -version = "4.61.4" +version = "4.61.5" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.10" groups = ["dev", "test"] files = [ - {file = "tox-4.61.4-py3-none-any.whl", hash = "sha256:1ec27a26f485c408a3f128722959086099894955d1eb74ab973e233bd362e99e"}, - {file = "tox-4.61.4.tar.gz", hash = "sha256:d3fa82dc2fe847fe45b576ed0614e850a674aadec3a664f409e2bf295c473e20"}, + {file = "tox-4.61.5-py3-none-any.whl", hash = "sha256:5f9b109fa0a60b7ccb812e8dacbcf7a06b9a633fa90ae97198334b3464b2f133"}, + {file = "tox-4.61.5.tar.gz", hash = "sha256:d1f535a6ca4827c087e0a2a173dd74621d6e1688c740c8dd44e0377480020431"}, ] [package.dependencies] @@ -965,4 +965,4 @@ python-discovery = ">=1.4.2" [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "00b470a48815a89041e018d08c6ed091f93ed741c8f88e68778f1332df96ffb6" +content-hash = "522bcf0c380b3125c2bab6103683d08b0fd3bceec781b13a45df41d521f8bf39" diff --git a/pyproject.toml b/pyproject.toml index b999543..5f66938 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ packages = [{include = "pam", from = "python-pam"}] pytest = "^9.1.1" pytest-cov = "^7.1.0" pylint = "^4.0.8" -tox = "^4.61.4" +tox = "^4.61.5" bandit = "*" mypy = ">=2.3.1,<3" @@ -26,7 +26,7 @@ mypy = ">=2.3.1,<3" pytest = "^9.1.1" pytest-cov = "^7.1.0" pytest-env = "^1.7.1" -tox = ">=4.61.4,<5" +tox = ">=4.61.5,<5" flake8 = "*" pylint = ">=4.0.8,<5"