diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index 33bcebcf..06c3cfcb 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -2443,13 +2443,13 @@ files = [ [[package]] name = "pytest" -version = "8.2.1" +version = "8.2.2" 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.2.2-py3-none-any.whl", hash = "sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343"}, + {file = "pytest-8.2.2.tar.gz", hash = "sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977"}, ] [package.dependencies] @@ -3813,4 +3813,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d526b828ecfee495af9617ac3a9f2ad5cfbd8418e175c299e66479ad65c1d2f1" +content-hash = "c7ba5358c038da6f9a6575a6ae209236b48305c90f69f7051651ba9c0798013c" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 36840eb3..83ddde7f 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -23,7 +23,7 @@ openai = "^1.30.5" passlib = "^1.7.4" psycopg2-binary = "^2.9.9" pydantic = {version = ">=1.8.0,<2.0.0", extras = ["email"]} -pytest = "^8.2.1" +pytest = "^8.2.2" python = "^3.12" python-dotenv = "^1.0.0" python-jose = "^3.3.0"