diff --git a/poetry.lock b/poetry.lock index c742244..a5533a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3347,20 +3347,20 @@ nodejs = ["nodejs-wheel-binaries"] [[package]] name = "pytest" -version = "8.4.1" +version = "9.0.1" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main", "test"] files = [ - {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, - {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, + {file = "pytest-9.0.1-py3-none-any.whl", hash = "sha256:67be0030d194df2dfa7b556f2e56fb3c3315bd5c8822c6951162b92b32ce7dad"}, + {file = "pytest-9.0.1.tar.gz", hash = "sha256:3e9c069ea73583e255c3b21cf46b8d3c56f6e3a1a8f6da94ccb0fcf57b9d73c8"}, ] [package.dependencies] colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} -iniconfig = ">=1" -packaging = ">=20" +iniconfig = ">=1.0.1" +packaging = ">=22" pluggy = ">=1.5,<2" pygments = ">=2.7.2" @@ -5195,4 +5195,4 @@ test = ["big-O", "importlib-resources ; python_version < \"3.9\"", "jaraco.funct [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.12" -content-hash = "3bce86d61f18a38e6762e2fa26a5acac14d381bd57da3e51ac4e6cd02fcf38a1" +content-hash = "3df8dc4a4641006f9d6897347976088bdbd8d89053523efe626fc45a3c384d3b" diff --git a/pyproject.toml b/pyproject.toml index 7f9924f..d7cf5fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pre-commit = "4.5.0" ruff = "0.14.6" [tool.poetry.group.test.dependencies] -pytest = "^8.4.1" +pytest = "^9.0.1" coverage = "^7.11.3" [tool.poetry.group.dev.dependencies]