diff --git a/poetry.lock b/poetry.lock index c018ae4..ea30af2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -431,14 +431,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "9.0.3" +version = "9.1.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, - {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, + {file = "pytest-9.1.1-py3-none-any.whl", hash = "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c"}, + {file = "pytest-9.1.1.tar.gz", hash = "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313"}, ] [package.dependencies] @@ -625,4 +625,4 @@ bracex = ">=2.1.1" [metadata] lock-version = "2.1" python-versions = "~=3.10" -content-hash = "958ce6f8aff4f59cc3888fb462812dce2a90f4924e0b7053263d99f9ccaa43b1" +content-hash = "5e0494230c4ac3dedb886acc3d11f3d7de4919975abc38b0e9e9c4e48ad6e8be" diff --git a/pyproject.toml b/pyproject.toml index e935bfd..9fbb57b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry.group.dev.dependencies] -pytest = ">=6.2" +pytest = ">=9.1.1" pytest-mock = ">=3.13.0" pytest-asyncio = ">=1.4.0" mypy = ">=2.1.0"