diff --git a/poetry.lock b/poetry.lock index 275d202..6d3d74a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1316,14 +1316,14 @@ files = [ [[package]] name = "tox" -version = "4.58.0" +version = "4.59.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.10" groups = ["dev"] 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.59.0-py3-none-any.whl", hash = "sha256:fa9a1c968503302544498a98e785e7f46e85d22e9d5bf9bcce1731c8f3ffae01"}, + {file = "tox-4.59.0.tar.gz", hash = "sha256:5fa9d0d4d8137ec2b7ecc0f2777d9dc220cf2bfa21497941ee4af88dec8fa6d3"}, ] [package.dependencies] @@ -1337,7 +1337,7 @@ pyproject-api = ">=1.10" python-discovery = ">=1.4.4" tomli = {version = ">=2.4", markers = "python_version < \"3.11\""} tomli-w = ">=1.2" -typing-extensions = {version = ">=4.15", markers = "python_version < \"3.11\""} +typing-extensions = {version = ">=4.15", markers = "python_version < \"3.13\""} virtualenv = ">=21.1" [package.extras] @@ -1351,11 +1351,11 @@ description = "Backported and Experimental Type Hints for Python 3.9+" optional = false python-versions = ">=3.9" groups = ["main", "dev"] -markers = "python_version == \"3.10\"" 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 = {main = "python_version == \"3.10\"", dev = "python_version < \"3.13\""} [[package]] name = "urllib3"