diff --git a/api/poetry.lock b/api/poetry.lock index c74ffecc..24db2dde 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -1014,20 +1014,20 @@ files = [ [[package]] name = "pytest" -version = "8.2.1" +version = "8.3.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.2.1-py3-none-any.whl", hash = "sha256:faccc5d332b8c3719f40283d0d44aa5cf101cec36f88cde9ed8f2bc0538612b1"}, - {file = "pytest-8.2.1.tar.gz", hash = "sha256:5046e5b46d8e4cac199c373041f26be56fdb81eb4e67dc11d4e10811fc3408fd"}, + {file = "pytest-8.3.1-py3-none-any.whl", hash = "sha256:e9600ccf4f563976e2c99fa02c7624ab938296551f280835ee6516df8bc4ae8c"}, + {file = "pytest-8.3.1.tar.gz", hash = "sha256:7e8e5c5abd6e93cb1cc151f23e57adc31fcf8cfd2a3ff2da63e23f732de35db6"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.5,<2.0" +pluggy = ">=1.5,<2" [package.extras] dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] @@ -1382,4 +1382,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "5243c69227a5fb46c329234babfc0fa1b7eaf22270d51c86ee7ecae88f008fa8" +content-hash = "c33205b89f6c71c9901f4e265c6320fe0bc9a0b1a0a53b4b7ddb8b1476a78741" diff --git a/api/pyproject.toml b/api/pyproject.toml index 1662c437..44d3b929 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -25,7 +25,7 @@ django-watchman = "^1.3.0" [tool.poetry.group.dev.dependencies] pytest-django = "4.8.0" -pytest = "8.2.1" +pytest = "8.3.1" pytest-factoryboy = "2.7.0" pytest-cov = "^5.0.0" pytest-mock = "^3.14.0"