diff --git a/poetry.lock b/poetry.lock index e3ef793..bf17edf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3557,20 +3557,20 @@ nodejs = ["nodejs-wheel-binaries"] [[package]] name = "pytest" -version = "8.4.1" +version = "9.0.2" 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.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, + {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, ] [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" @@ -5450,4 +5450,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 = "4aeaaab463c062bbc4139f91140978cca4d23051187e71ede8d1493875c79219" +content-hash = "bf80e80e7c3295c34a93a2c3ac327de2d2bcc6681fe58838304c4b9491a014b4" diff --git a/pyproject.toml b/pyproject.toml index 90fb89e..707b2e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pre-commit = "4.5.1" ruff = "0.14.10" [tool.poetry.group.test.dependencies] -pytest = "^8.4.1" +pytest = "^9.0.2" coverage = "^7.13.1" [tool.poetry.group.dev.dependencies]