From 2b0600212d7894d5cc55f080dcd6f8a19585f0c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:06:31 +0000 Subject: [PATCH] Bump the python group across 1 directory with 3 updates Bumps the python group with 3 updates in the /python directory: [certifi](https://github.com/certifi/python-certifi), [cryptography](https://github.com/pyca/cryptography) and [requests](https://github.com/psf/requests). Updates `certifi` from 2024.2.2 to 2024.6.2 - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02) Updates `cryptography` from 42.0.7 to 42.0.8 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.7...42.0.8) Updates `requests` from 2.32.2 to 2.32.3 - [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.2...v2.32.3) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 620a3803..a58e6960 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -12,13 +12,13 @@ botocore==1.34.53 # via # boto3 # s3transfer -certifi==2024.2.2 +certifi==2024.6.2 # via requests cffi==1.16.0 # via cryptography charset-normalizer==3.3.2 # via requests -cryptography==42.0.7 +cryptography==42.0.8 # via nitor-vault (setup.py) future==1.0.0 # via nitor-vault (setup.py) @@ -32,7 +32,7 @@ pycparser==2.22 # via cffi python-dateutil==2.9.0.post0 # via botocore -requests==2.32.2 +requests==2.32.3 # via # nitor-vault (setup.py) # threadlocal-aws