diff --git a/poetry.lock b/poetry.lock index d9f369a6..5212483b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3871,14 +3871,14 @@ files = [ [[package]] name = "pytest" -version = "9.0.2" +version = "9.0.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["test"] files = [ - {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, - {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, + {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, + {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, ] [package.dependencies] @@ -5519,4 +5519,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f5f4ac4c44b87f62e4e8dbcf4d31a83b83122ec037ca0c5343c21bf4533b4f5c" +content-hash = "d158f3d1e293f294b74cfac04b45aa64a617704c4c9d6d0ba15424d11fa36a93" diff --git a/pyproject.toml b/pyproject.toml index 657ff428..c877008b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ sphinx-rtd-theme = "3.0.1" optional = true [tool.poetry.group.test.dependencies] -pytest = "9.0.2" +pytest = "9.0.3" coverage = "7.13.1" pytest-mock = "3.15.1" pytest-timeout = "2.3.1"