From d92d7fd1dc22265e4d2680e728d66859c3101e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:36:10 +0000 Subject: [PATCH] Upgrade: Bump the dependencies group with 7 updates Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.5` | `3.10.0` | | [boto3](https://github.com/boto/boto3) | `1.34.138` | `1.34.151` | | [botocore](https://github.com/boto/botocore) | `1.34.138` | `1.34.151` | | [certifi](https://github.com/certifi/python-certifi) | `2024.6.2` | `2024.7.4` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.8` | `43.0.0` | | [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.2.1` | `1.2.2` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.7.1` | `2.12.0` | Updates `aiohttp` from 3.9.5 to 3.10.0 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.0) Updates `boto3` from 1.34.138 to 1.34.151 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.138...1.34.151) Updates `botocore` from 1.34.138 to 1.34.151 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.138...1.34.151) Updates `certifi` from 2024.6.2 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) Updates `cryptography` from 42.0.8 to 43.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.0) Updates `exceptiongroup` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](https://github.com/agronholm/exceptiongroup/compare/1.2.1...1.2.2) Updates `sentry-sdk` from 2.7.1 to 2.12.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.7.1...2.12.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: exceptiongroup dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- regression_runner/requirements.txt | 4 ++-- requirements.txt | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/regression_runner/requirements.txt b/regression_runner/requirements.txt index 17a894c..4ce0600 100644 --- a/regression_runner/requirements.txt +++ b/regression_runner/requirements.txt @@ -1,8 +1,8 @@ -aiohttp==3.9.5 +aiohttp==3.10.0 aiosignal==1.3.1 async-timeout==4.0.3 attrs==23.2.0 -certifi==2024.6.2 +certifi==2024.7.4 charset-normalizer==3.3.2 click==8.1.7 coloredlogs==15.0.1 diff --git a/requirements.txt b/requirements.txt index 70980d4..b84f523 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,17 @@ aioauth-client==0.28.1 -aiohttp==3.9.5 +aiohttp==3.10.0 aiosignal==1.3.1 anyio==4.4.0 async-timeout==4.0.3 attrs==23.2.0 -boto3==1.34.138 -botocore==1.34.138 -certifi==2024.6.2 +boto3==1.34.151 +botocore==1.34.151 +certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 click==8.1.7 -cryptography==42.0.8 -exceptiongroup==1.2.1 +cryptography==43.0.0 +exceptiongroup==1.2.2 frozenlist==1.4.1 gitdb==4.0.11 github3.py==4.0.1 @@ -32,7 +32,7 @@ python-dateutil==2.9.0.post0 PyYAML==6.0.1 requests==2.32.3 s3transfer==0.10.2 -sentry-sdk==2.7.1 +sentry-sdk==2.12.0 six==1.16.0 smmap==5.0.1 sniffio==1.3.1