From c5f9c7deedb4f1607f2c25f52a0ba9eb09ab4fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:54:37 +0000 Subject: [PATCH] build(deps): bump the python group in /python with 2 updates Bumps the python group in /python with 2 updates: [certifi](https://github.com/certifi/python-certifi) and [ruff](https://github.com/astral-sh/ruff). Updates `certifi` from 2024.8.30 to 2024.12.14 - [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14) Updates `ruff` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.2...0.8.3) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- python/dev-requirements.txt | 4 ++-- python/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/dev-requirements.txt b/python/dev-requirements.txt index 05c827a9..358e6213 100644 --- a/python/dev-requirements.txt +++ b/python/dev-requirements.txt @@ -10,7 +10,7 @@ botocore==1.35.56 # s3transfer build==1.2.2.post1 # via nitor-vault (pyproject.toml) -certifi==2024.8.30 +certifi==2024.12.14 # via requests cffi==1.17.1 # via cryptography @@ -85,7 +85,7 @@ rfc3986==2.0.0 # via twine rich==13.9.4 # via twine -ruff==0.8.2 +ruff==0.8.3 # via nitor-vault (pyproject.toml) s3transfer==0.10.4 # via boto3 diff --git a/python/requirements.txt b/python/requirements.txt index 1830bb9e..32a251fa 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -8,7 +8,7 @@ botocore==1.35.56 # via # boto3 # s3transfer -certifi==2024.8.30 +certifi==2024.12.14 # via requests cffi==1.17.1 # via cryptography