Skip to content

Commit ff455c1

Browse files
Upgrade: Bump the dependencies group with 4 updates
Bumps the dependencies group with 4 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [multidict](https://github.com/aio-libs/multidict) and [sentry-sdk](https://github.com/getsentry/sentry-python). Updates `boto3` from 1.38.37 to 1.39.0 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.38.37...1.39.0) Updates `botocore` from 1.38.37 to 1.39.0 - [Commits](boto/botocore@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](aio-libs/multidict@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](getsentry/sentry-python@2.30.0...2.32.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: 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] <[email protected]>
1 parent 24a9bb7 commit ff455c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

regression_runner/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coloredlogs==15.0.1
99
frozenlist==1.7.0
1010
humanfriendly==10.0
1111
idna==3.10
12-
multidict==6.5.0
12+
multidict==6.6.3
1313
propcache==0.3.2
1414
PyYAML==6.0.2
1515
requests==2.32.4

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ aiohttp==3.12.13
44
aiosignal==1.3.2
55
anyio==4.9.0
66
attrs==25.3.0
7-
boto3==1.38.37
8-
botocore==1.38.37
7+
boto3==1.39.0
8+
botocore==1.39.0
99
certifi==2025.6.15
1010
cffi==1.17.1
1111
charset-normalizer==3.4.2
@@ -21,7 +21,7 @@ httpx==0.28.1
2121
idna==3.10
2222
jmespath==1.0.1
2323
marshmallow==4.0.0
24-
multidict==6.5.0
24+
multidict==6.6.3
2525
openttd-helpers==1.4.0
2626
packaging==25.0
2727
propcache==0.3.2
@@ -31,7 +31,7 @@ python-dateutil==2.9.0.post0
3131
PyYAML==6.0.2
3232
requests==2.32.4
3333
s3transfer==0.13.0
34-
sentry-sdk==2.30.0
34+
sentry-sdk==2.32.0
3535
six==1.17.0
3636
smmap==5.0.2
3737
sniffio==1.3.1

0 commit comments

Comments
 (0)