From 1c6be6caa6dd8be851193a3f28834f3947281c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:20:08 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 2 updates Bumps the pip group with 1 update in the /scripts/init-db directory: [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /scripts/platform-init directory: [cryptography](https://github.com/pyca/cryptography). Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0) Updates `cryptography` from 46.0.6 to 48.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.6...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/init-db/requirements.txt | 2 +- scripts/platform-init/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/init-db/requirements.txt b/scripts/init-db/requirements.txt index 228c2abde6..5f54c7e6e9 100644 --- a/scripts/init-db/requirements.txt +++ b/scripts/init-db/requirements.txt @@ -1,4 +1,4 @@ psycopg2-binary==2.9.6 tenacity==8.2.2 -requests==2.32.4 +requests==2.33.0 kubernetes==24.2.0 diff --git a/scripts/platform-init/requirements.txt b/scripts/platform-init/requirements.txt index de57ae9dba..7ebd7ce297 100644 --- a/scripts/platform-init/requirements.txt +++ b/scripts/platform-init/requirements.txt @@ -1,3 +1,3 @@ kubernetes==29.0.0 -cryptography==46.0.6 +cryptography==48.0.1 pyyaml==6.0.1