diff --git a/poetry.lock b/poetry.lock index fa880c5..e26d5e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -897,14 +897,14 @@ files = [ [[package]] name = "tox" -version = "4.58.0" +version = "4.60.0" 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.58.0-py3-none-any.whl", hash = "sha256:dcae21f5f015f3a67658e35644cce0d1aa0dedcd06f3927f95d84e1717f6cea5"}, - {file = "tox-4.58.0.tar.gz", hash = "sha256:ab0b126a04dd56bc18e6d216386db09335247f2289b54cf534deb5c4ae3a8d2e"}, + {file = "tox-4.60.0-py3-none-any.whl", hash = "sha256:175abbc4cdef615d66874c0843be4f44c353c14aab6d89939bb22246f84122bd"}, + {file = "tox-4.60.0.tar.gz", hash = "sha256:6f93bb580d35e00fc69cfec1116eecbe21155f747753ca5019374f7c69b2eac9"}, ] [package.dependencies] @@ -917,6 +917,7 @@ pluggy = ">=1.6" pyproject-api = ">=1.10" python-discovery = ">=1.4.4" tomli-w = ">=1.2" +typing-extensions = {version = ">=4.15", markers = "python_version < \"3.13\""} virtualenv = ">=21.1" [package.extras] @@ -929,11 +930,12 @@ version = "4.16.0" description = "Backported and Experimental Type Hints for Python 3.9+" optional = false python-versions = ">=3.9" -groups = ["dev"] +groups = ["dev", "test"] files = [ {file = "typing_extensions-4.16.0-py3-none-any.whl", hash = "sha256:481caa481374e813c1b176ada14e97f1f67a4539ce9cfeb3f350d78d6370c2e8"}, {file = "typing_extensions-4.16.0.tar.gz", hash = "sha256:dc983d19a509c94dba722ee6abd33940f7c05a89e243c47e907eb4db6f1a43e5"}, ] +markers = {test = "python_version < \"3.13\""} [[package]] name = "virtualenv" @@ -956,4 +958,4 @@ python-discovery = ">=1.4.2" [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "1e0edea72db8a3041ad5f330e8c5a238ad7f708e9fc2bc623a38b156b39c529f" +content-hash = "66bc436972f72bdca5e0b80f18be8ffe328bd9228626f5256b3b98c0a2e47f90" diff --git a/pyproject.toml b/pyproject.toml index ed44157..bc0ebc1 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.6" -tox = "^4.0.0" +tox = "^4.60.0" bandit = "*" mypy = "*"