From 32021199ad34f021452a1fcdcf8a96f52a2a99ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 11:47:55 +0000 Subject: [PATCH] chore(deps): bump the python group across 1 directory with 2 updates Bumps the python group with 2 updates in the /api directory: [pyaml](https://github.com/mk-fg/pretty-yaml) and [pyarn](https://github.com/containerbuildsystem/pyarn). Updates `pyaml` from 24.9.0 to 25.1.0 - [Commits](https://github.com/mk-fg/pretty-yaml/compare/24.9.0...25.1.0) Updates `pyarn` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/containerbuildsystem/pyarn/releases) - [Commits](https://github.com/containerbuildsystem/pyarn/compare/0.2.0...0.3.0) --- updated-dependencies: - dependency-name: pyaml dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: pyarn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- api/poetry.lock | 16 ++++++++-------- api/pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) 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"