From ae5bf8caf7c47f2f504a4bf4ad5f2483a6514662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 00:40:16 +0000 Subject: [PATCH] deps(deps): bump the production-dependencies group with 3 updates Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [requests](https://github.com/psf/requests) and [boto3](https://github.com/boto/boto3) to permit the latest version. Updates `cryptography` to 50.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...50.0.0) Updates `requests` to 2.34.2 - [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.31.0...v2.34.2) Updates `boto3` to 1.43.78 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.0...1.43.78) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: boto3 dependency-version: 1.43.78 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- tools/sandbox_requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/sandbox_requirements.txt b/tools/sandbox_requirements.txt index 0d0cf3ca3..1adb3fd44 100644 --- a/tools/sandbox_requirements.txt +++ b/tools/sandbox_requirements.txt @@ -14,7 +14,7 @@ # this file into an uncurated, contributor-influenced install list, which # defeats the point of pre-installing only what's genuinely common. -requests>=2.31,<3 +requests>=2.34.2,<3 pyyaml>=6.0,<7 -boto3>=1.34,<2 -cryptography>=42.0,<43 +boto3>=1.43.78,<2 +cryptography>=42.0,<51