diff --git a/api/poetry.lock b/api/poetry.lock index 65728e42..c95e4eb6 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -899,13 +899,13 @@ tests = ["pytest"] [[package]] name = "pyaml" -version = "23.9.7" +version = "23.12.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-23.9.7-py3-none-any.whl", hash = "sha256:fdb4c111b676d2381d1aa88c378fcde46c167575dfd688e656977a77075b692c"}, - {file = "pyaml-23.9.7.tar.gz", hash = "sha256:581ea4e99f0e308864407e04c03c609241aefa3a15dfba8964da7644baf3b217"}, + {file = "pyaml-23.12.0-py3-none-any.whl", hash = "sha256:90407d74c95a55d9b41d3860fcc1759640444d2795df748a328d077bc4f58393"}, + {file = "pyaml-23.12.0.tar.gz", hash = "sha256:ce6f648efdfb1b3a5579f8cedb04facf0fa1e8f64846b639309b585bb322b4e5"}, ] [package.dependencies] @@ -1376,4 +1376,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "bbaeb5308ee2556147c7436ea95c002099e1c658b8414e2d772336c6132f7bdf" +content-hash = "ecf5c2fadf091d415d59debbab190a01fc2e55e88d6270cce291b609800d549f" diff --git a/api/pyproject.toml b/api/pyproject.toml index 7fab6c09..6894cf94 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -17,7 +17,7 @@ django-filter = "^23.5" gunicorn = "^21.2.0" semver = "^3.0.0" mozilla-django-oidc = "^4.0.0" -pyaml = "^23.9.7" +pyaml = "^23.12.0" [tool.poetry.group.dev.dependencies]