From 01edd59fc1845b2b37d3369d26b5ea366a2ce70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:10:17 +0000 Subject: [PATCH] chore(deps): bump pyarn from 0.2.0 to 0.3.0 in /api in the python group Bumps the python group in /api with 1 update: [pyarn](https://github.com/containerbuildsystem/pyarn). 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: pyarn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index b745ef22..b76c271b 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -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 = "ae4ed8999b08ee1ce281f54834bcecae5b472a210c33385fbe21dcc42fe9b405" diff --git a/api/pyproject.toml b/api/pyproject.toml index 5c0cddc5..36f8a756 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -18,7 +18,7 @@ gunicorn = "^23.0.0" semver = "^3.0.0" mozilla-django-oidc = "^4.0.1" pyaml = "^24.9.0" -pyarn = "^0.2.0" +pyarn = "^0.3.0" python-dateutil = "^2.9.0.post0" django-watchman = "^1.3.0"