From b4643371cd854426e466b95c4cd5f529b693a0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 02:06:50 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump proxygen-cli from 2.1.18 to 2.1.19 Bumps [proxygen-cli](https://github.com/NHSDigital/proxygen-cli) from 2.1.18 to 2.1.19. - [Commits](https://github.com/NHSDigital/proxygen-cli/commits) --- updated-dependencies: - dependency-name: proxygen-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 443f043c..d9785835 100644 --- a/poetry.lock +++ b/poetry.lock @@ -893,13 +893,13 @@ tests = ["pytest", "pytest-cov", "pytest-lazy-fixtures"] [[package]] name = "proxygen-cli" -version = "2.1.18" +version = "2.1.19" description = "CLI for interacting with NHSD APIM's proxygen service" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "proxygen_cli-2.1.18-py3-none-any.whl", hash = "sha256:a132c8905fbb7468e6650d5e67475b4ffe5a35ce6c3a2f2a56e4c6479013f72a"}, - {file = "proxygen_cli-2.1.18.tar.gz", hash = "sha256:03f495d755405c6e567ca1bb0f3e3b3c7be54d1e8e05c755fae1cac0cb739eee"}, + {file = "proxygen_cli-2.1.19-py3-none-any.whl", hash = "sha256:5da8bbff8589f395a1d0996d81341071134be857e64fc6c4183696c47e57c92d"}, + {file = "proxygen_cli-2.1.19.tar.gz", hash = "sha256:0cd9d7100ab7e0afc085e7692bcb1439d9a7cda581af251606181b66a65f999e"}, ] [package.dependencies] @@ -1517,4 +1517,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "798fb5af0a6fc8cef7892e7bc779927bb78f6ea4eb10991ab08ca484cd410bb8" +content-hash = "b25ca839c8485db43004c621410394897fe2c126679b77b9fd0c3ab70547b6eb" diff --git a/pyproject.toml b/pyproject.toml index 8207b3c1..4dbeea4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ semver = "^3.0.2" gitpython = "^3.1.43" pre-commit = "^4.0.1" cfn-lint = "^1.20.2" -proxygen-cli = "^2.1.18" +proxygen-cli = "^2.1.19" [tool.poetry.dev-dependencies] flake8 = "^7.1.1"