diff --git a/poetry.lock b/poetry.lock index f9a0090..99ef27f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -587,14 +587,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "9.0.1" +version = "9.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.0.1-py3-none-any.whl", hash = "sha256:67be0030d194df2dfa7b556f2e56fb3c3315bd5c8822c6951162b92b32ce7dad"}, - {file = "pytest-9.0.1.tar.gz", hash = "sha256:3e9c069ea73583e255c3b21cf46b8d3c56f6e3a1a8f6da94ccb0fcf57b9d73c8"}, + {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, + {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, ] [package.dependencies] @@ -903,4 +903,4 @@ docs = ["Sphinx"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "fca0cf3d2d6e06bea8ba017772c4831c272dfd3537074f5411186e34d4d3f85b" +content-hash = "19b4e96d0e9c1a499d27e1771b22f6cd6118abbc1da8250c3fcc5b9254892662" diff --git a/pyproject.toml b/pyproject.toml index 4e380ae..b4971cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ docs = ["Sphinx (>=9.0.4) ; python_version >= \"3.11\""] [tool.poetry.group.dev.dependencies] mypy = "^1.19.0" types-requests = "^2.32.4.20250913" -pytest = "^9.0.1" +pytest = "^9.0.2" [build-system] requires = ["poetry-core>=2.0"]