Skip to content

Commit b4e4078

Browse files
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.11.12` | `3.11.13` | | [boto3](https://github.com/boto/boto3) | `1.36.21` | `1.37.4` | | [botocore](https://github.com/boto/botocore) | `1.36.21` | `1.37.4` | | [openttd-helpers](https://github.com/OpenTTD/py-helpers) | `1.4.0` | `2.0.0` | | [propcache](https://github.com/aio-libs/propcache) | `0.2.1` | `0.3.0` | | [s3transfer](https://github.com/boto/s3transfer) | `0.11.2` | `0.11.3` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.21.0` | `2.22.0` | Updates `aiohttp` from 3.11.12 to 3.11.13 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.11.12...v3.11.13) Updates `boto3` from 1.36.21 to 1.37.4 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.36.21...1.37.4) Updates `botocore` from 1.36.21 to 1.37.4 - [Commits](boto/botocore@1.36.21...1.37.4) Updates `openttd-helpers` from 1.4.0 to 2.0.0 - [Release notes](https://github.com/OpenTTD/py-helpers/releases) - [Commits](OpenTTD/py-helpers@1.4.0...2.0.0) Updates `propcache` from 0.2.1 to 0.3.0 - [Release notes](https://github.com/aio-libs/propcache/releases) - [Changelog](https://github.com/aio-libs/propcache/blob/master/CHANGES.rst) - [Commits](aio-libs/propcache@v0.2.1...v0.3.0) Updates `s3transfer` from 0.11.2 to 0.11.3 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](boto/s3transfer@0.11.2...0.11.3) Updates `sentry-sdk` from 2.21.0 to 2.22.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.21.0...2.22.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: openttd-helpers dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: propcache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: s3transfer 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] <[email protected]>
1 parent 2c05f36 commit b4e4078

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

regression_runner/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohappyeyeballs==2.4.6
2-
aiohttp==3.11.12
2+
aiohttp==3.11.13
33
aiosignal==1.3.2
44
attrs==25.1.0
55
certifi==2025.1.31
@@ -10,7 +10,7 @@ frozenlist==1.5.0
1010
humanfriendly==10.0
1111
idna==3.10
1212
multidict==6.1.0
13-
propcache==0.2.1
13+
propcache==0.3.0
1414
PyYAML==6.0.2
1515
requests==2.32.3
1616
tinydb==4.8.2

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
aioauth-client==0.29.0
22
aiohappyeyeballs==2.4.6
3-
aiohttp==3.11.12
3+
aiohttp==3.11.13
44
aiosignal==1.3.2
55
anyio==4.8.0
66
attrs==25.1.0
7-
boto3==1.36.21
8-
botocore==1.36.21
7+
boto3==1.37.4
8+
botocore==1.37.4
99
certifi==2025.1.31
1010
cffi==1.17.1
1111
charset-normalizer==3.4.1
@@ -23,16 +23,16 @@ jmespath==1.0.1
2323
marshmallow==3.26.1
2424
marshmallow-enum==1.5.1
2525
multidict==6.1.0
26-
openttd-helpers==1.4.0
26+
openttd-helpers==2.0.0
2727
packaging==24.2
28-
propcache==0.2.1
28+
propcache==0.3.0
2929
pycparser==2.22
3030
PyJWT==2.10.1
3131
python-dateutil==2.9.0.post0
3232
PyYAML==6.0.2
3333
requests==2.32.3
34-
s3transfer==0.11.2
35-
sentry-sdk==2.21.0
34+
s3transfer==0.11.3
35+
sentry-sdk==2.22.0
3636
six==1.17.0
3737
smmap==5.0.2
3838
sniffio==1.3.1

0 commit comments

Comments
 (0)