From 4e28fa0d2a795d479041bb2c4db60edb3ef78f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 10:51:05 +0000 Subject: [PATCH] Upgrade: Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [botocore](https://github.com/boto/botocore), [multidict](https://github.com/aio-libs/multidict) and [sentry-sdk](https://github.com/getsentry/sentry-python). Updates `botocore` from 1.38.37 to 1.39.0 - [Commits](https://github.com/boto/botocore/compare/1.38.37...1.39.0) Updates `multidict` from 6.5.0 to 6.6.3 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.5.0...v6.6.3) Updates `sentry-sdk` from 2.30.0 to 2.32.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.30.0...2.32.0) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: multidict dependency-version: 6.6.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentry-sdk dependency-version: 2.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index cdc2d09..7f962b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,21 +2,21 @@ aiohappyeyeballs==2.6.1 aiohttp==3.12.13 aiosignal==1.3.2 attrs==25.3.0 -botocore==1.38.37 +botocore==1.39.0 certifi==2025.6.15 click==8.1.8 frozenlist==1.7.0 hiredis==3.2.1 idna==3.10 jmespath==1.0.1 -multidict==6.5.0 +multidict==6.6.3 openttd-helpers==1.4.0 pproxy==2.7.9 propcache==0.3.2 pynamodb==6.1.0 python-dateutil==2.9.0.post0 redis==6.2.0 -sentry-sdk==2.30.0 +sentry-sdk==2.32.0 six==1.17.0 urllib3==2.3.0 yarl==1.20.1