diff --git a/backend/poetry.lock b/backend/poetry.lock index 927fd6140..a5bf1b1f1 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1842,14 +1842,14 @@ diagrams = ["jinja2", "railroad-diagrams"] [[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 = ["ci", "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] @@ -2724,4 +2724,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = ">=3.14" -content-hash = "76dc453547043a3ee57e6a2fecc7858adff52de3802b17d98f4320262e7dcf78" +content-hash = "f4690101672dda8b29693e9bf265985dda4853c8a4a5c989ae989d941227808e" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 06a9298db..8be2996ee 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -98,7 +98,7 @@ psycopg = {extras = ["c"], version = "3.3.3"} [tool.poetry.group.test.dependencies] model_bakery = "1.23.4" -pytest = "9.0.2" +pytest = "9.0.3" pytest-cov = "7.1.0" pytest-django = "4.12.0" pytest-xdist = {extras = ["psutil"], version = "3.8.0"}