diff --git a/api/poetry.lock b/api/poetry.lock index b745ef22..858d6676 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "asgiref" @@ -914,13 +914,13 @@ tests = ["pytest"] [[package]] name = "pyaml" -version = "24.9.0" +version = "25.1.0" description = "PyYAML-based module to produce a bit more pretty and readable YAML-serialized data" optional = false python-versions = ">=3.8" files = [ - {file = "pyaml-24.9.0-py3-none-any.whl", hash = "sha256:31080551502f1014852b3c966a96c796adc79b4cf86e165f28ed83455bf19c62"}, - {file = "pyaml-24.9.0.tar.gz", hash = "sha256:e78dee8b0d4fed56bb9fa11a8a7858e6fade1ec70a9a122cee6736efac3e69b5"}, + {file = "pyaml-25.1.0-py3-none-any.whl", hash = "sha256:f7b40629d2dae88035657c860f539db3525ddd0120a11e0bcb44d47d5968b3bc"}, + {file = "pyaml-25.1.0.tar.gz", hash = "sha256:33a93ac49218f57e020b81e280d2706cea554ac5a76445ac79add760d019c709"}, ] [package.dependencies] @@ -931,13 +931,13 @@ anchors = ["unidecode"] [[package]] name = "pyarn" -version = "0.2.0" +version = "0.3.0" description = "Yarn JS package manager lockfile parser" optional = false python-versions = ">=3.7" files = [ - {file = "pyarn-0.2.0-py3-none-any.whl", hash = "sha256:d06e8b79bb830f142187b57ee664dc0104f658efdb2b2bae7ed99eaf7746eb1a"}, - {file = "pyarn-0.2.0.tar.gz", hash = "sha256:542ff739af2b81a1200776eff2b4d2566a330846decbd0f815999b196d7b067d"}, + {file = "pyarn-0.3.0-py3-none-any.whl", hash = "sha256:e8eaed3ae80c1891a8ea7f6b7538c049a79dd7e7d3b4279f275699b3477b38c2"}, + {file = "pyarn-0.3.0.tar.gz", hash = "sha256:8f799d94a9b2fd4bd54185149d8745187c7ededcde98576ff70bf0823fd8a710"}, ] [package.dependencies] @@ -1378,4 +1378,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "72e7f42660cefef9066c70ccf0ab877a1d8165c2db80e5bcbe5655d78df2573a" +content-hash = "0ec19591d21b052e62bd41564cb3a4df3187ecfca29a5359618de7cfca11b918" diff --git a/api/pyproject.toml b/api/pyproject.toml index 5c0cddc5..d0ce8da7 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -17,8 +17,8 @@ django-filter = "^24.3" gunicorn = "^23.0.0" semver = "^3.0.0" mozilla-django-oidc = "^4.0.1" -pyaml = "^24.9.0" -pyarn = "^0.2.0" +pyaml = "^25.1.0" +pyarn = "^0.3.0" python-dateutil = "^2.9.0.post0" django-watchman = "^1.3.0"