diff --git a/poetry.lock b/poetry.lock index 06efb6b..5017f89 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1715,14 +1715,14 @@ testing = ["covdefaults (>=2.3)", "pytest (>=8.4.2)", "pytest-cov (>=7)", "pytes [[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 = ["dev"] 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] @@ -2152,4 +2152,4 @@ pytest = [] [metadata] lock-version = "2.1" python-versions = ">=3.10,<=4.0" -content-hash = "e85327de3685d758b32983ad2d4632d6a6840c87592247696eb3181d6529bef0" +content-hash = "f1f02bedf44ac1ca9e1cab77f2ba309b86e407ba2b2ce06fc89f7460f6a24dd6" diff --git a/pyproject.toml b/pyproject.toml index 09d280f..6033bdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ petname = "^2.9" black = "^26" mypy = "^1.19.0" coverage = "^7.13.4" -pytest = "^9.0.2" +pytest = "^9.0.3" pytest-asyncio = "^1.1.0" tox = "^4.46.3" pytest-httpserver = "^1.1.5"