Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: Bump the dependencies group with 7 updates #498

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps the dependencies group with 7 updates:

Package From To
aiohttp 3.11.12 3.11.13
boto3 1.36.21 1.37.4
botocore 1.36.21 1.37.4
openttd-helpers 1.4.0 2.0.0
propcache 0.2.1 0.3.0
s3transfer 0.11.2 0.11.3
sentry-sdk 2.21.0 2.22.0

Updates aiohttp from 3.11.12 to 3.11.13

Release notes

Sourced from aiohttp's releases.

3.11.13

Bug fixes

  • Removed a break statement inside the finally block in :py:class:~aiohttp.web.RequestHandler -- by :user:Cycloctane.

    Related issues and pull requests on GitHub: #10434.

  • Changed connection creation to explicitly close sockets if an exception is raised in the event loop's create_connection method -- by :user:top-oai.

    Related issues and pull requests on GitHub: #10464.

Packaging updates and notes for downstreams

  • Fixed test test_write_large_payload_deflate_compression_data_in_eof_writelines failing with Python 3.12.9+ or 3.13.2+ -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10423.

Miscellaneous internal changes

  • Added human-readable error messages to the exceptions for WebSocket disconnects due to PONG not being received -- by :user:bdraco.

    Previously, the error messages were empty strings, which made it hard to determine what went wrong.

    Related issues and pull requests on GitHub: #10422.


Changelog

Sourced from aiohttp's changelog.

3.11.13 (2025-02-24)

Bug fixes

  • Removed a break statement inside the finally block in :py:class:~aiohttp.web.RequestHandler -- by :user:Cycloctane.

    Related issues and pull requests on GitHub: :issue:10434.

  • Changed connection creation to explicitly close sockets if an exception is raised in the event loop's create_connection method -- by :user:top-oai.

    Related issues and pull requests on GitHub: :issue:10464.

Packaging updates and notes for downstreams

  • Fixed test test_write_large_payload_deflate_compression_data_in_eof_writelines failing with Python 3.12.9+ or 3.13.2+ -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10423.

Miscellaneous internal changes

  • Added human-readable error messages to the exceptions for WebSocket disconnects due to PONG not being received -- by :user:bdraco.

    Previously, the error messages were empty strings, which made it hard to determine what went wrong.

    Related issues and pull requests on GitHub: :issue:10422.

... (truncated)

Commits
  • 6f09c51 Release 3.11.13 (#10491)
  • b7187a8 [PR #10464/182198fc backport][3.11] Close the socket if there's a failure in ...
  • 79c5093 [PR #10434/ed84464 backport][3.11] Fix inappropriate "break in finally" (#10476)
  • 094bf4e [PR #10447/343c632d backport][3.11] Fix test when symlink encountered (#10448)
  • cf19b04 [PR #10423/51daf719 backport][3.11] Disable writelines for test_write_large_p...
  • 5942b0b [PR #10422/289259d1 backport][3.11] Add human readable error messages for Web...
  • c4523f3 [PR #10426/fae142f5 backport][3.11] Add benchmark for streaming API iter_chun...
  • 1bd7faa [3.11] Increment version to 3.11.13.dev0 (#10420)
  • See full diff in compare view

Updates boto3 from 1.36.21 to 1.37.4

Commits
  • 0c61b96 Merge branch 'release-1.37.4'
  • b474be9 Bumping version to 1.37.4
  • de332a9 Add changelog entries from botocore
  • b0cfdee Merge branch 'release-1.37.3'
  • 63a9bb2 Merge branch 'release-1.37.3' into develop
  • fd96968 Bumping version to 1.37.3
  • 8c09caa Add changelog entries from botocore
  • 474cfa0 Merge branch 'release-1.37.2'
  • 4245512 Merge branch 'release-1.37.2' into develop
  • d10ead8 Bumping version to 1.37.2
  • Additional commits viewable in compare view

Updates botocore from 1.36.21 to 1.37.4

Commits

Updates openttd-helpers from 1.4.0 to 2.0.0

Release notes

Sourced from openttd-helpers's releases.

2.0.0

What's Changed

Full Changelog: OpenTTD/py-helpers@1.4.0...2.0.0

Commits
  • 286cb58 Fix: replace OpenTTD/actions/checkout action (#46)
  • 8c80a2b Fix: replace upload-release-asset action (#45)
  • 21b6bfe Fix: remove unused (and broken) shields in README (#44)
  • 8ed7f80 Upgrade: Bump the regression group across 1 directory with 9 updates (#41)
  • d31de25 Change: drop support for Python 3.8 .. 3.10 (#42)
  • f2a0e2a Upgrade: Bump the regression group across 1 directory with 2 updates (#36)
  • 7bce22a Upgrade: Bump the regression group across 1 directory with 4 updates (#34)
  • 5fc44cb Upgrade: Bump the regression group in /regression_runner with 4 updates (#27)
  • 2594034 Upgrade: Bump the actions group with 4 updates (#29)
  • f821e90 Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date (#28)
  • Additional commits viewable in compare view

Updates propcache from 0.2.1 to 0.3.0

Release notes

Sourced from propcache's releases.

0.3.0

Features

  • Implemented support for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub: #84.

Packaging updates and notes for downstreams

  • Started building wheels for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub: #84.

Contributor-facing changes

  • GitHub Actions CI/CD is now configured to manage caching pip-ecosystem dependencies using re-actors/cache-python-deps_ -- an action by :user:webknjaz that takes into account ABI stability and the exact version of Python runtime.

    .. _re-actors/cache-python-deps: https://github.com/marketplace/actions/cache-python-deps

    Related issues and pull requests on GitHub: #93.


Changelog

Sourced from propcache's changelog.

0.3.0

(2025-02-20)

Features

  • Implemented support for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub: :issue:84.

Packaging updates and notes for downstreams

  • Started building wheels for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub: :issue:84.

Contributor-facing changes

  • GitHub Actions CI/CD is now configured to manage caching pip-ecosystem dependencies using re-actors/cache-python-deps_ -- an action by :user:webknjaz that takes into account ABI stability and the exact version of Python runtime.

    .. _re-actors/cache-python-deps: https://github.com/marketplace/actions/cache-python-deps

    Related issues and pull requests on GitHub: :issue:93.


Commits
  • 7b88cc0 Revert "Start building wheels for armv7l manylinux (#94)" (#98)
  • 3d74e2d Release 0.3.0 (#96)
  • 9f8918b Start building wheels for armv7l manylinux (#94)
  • 50155c3 Add qemu workaround to fix wheel builds (#95)
  • ccab7f4 Implement support for the free-threaded build of CPython 3.13 (#84)
  • f560940 Bump sphinx from 8.1.3 to 8.2.0 (#92)
  • f203f97 Bump cython from 3.0.11 to 3.0.12 (#91)
  • b67c178 Bump pytest-codspeed from 3.1.2 to 3.2.0 (#90)
  • 4fe87bc Switch caching to use re-actors/cache-python-deps (#93)
  • b8aeb2f Bump pre-commit from 4.0.1 to 4.1.0 (#88)
  • Additional commits viewable in compare view

Updates s3transfer from 0.11.2 to 0.11.3

Changelog

Sourced from s3transfer's changelog.

0.11.3

  • bugfix:awscrt: Fix urlencoding issues for request signing with the awscrt.
Commits
  • df93d5f Merge branch 'release-0.11.3'
  • 807f81c Bumping version to 0.11.3
  • 1cf8b4d Merge pull request #336 from TingDaoK/fix-signing-config
  • 01c1b56 Add changelog
  • 3880d03 add test and lint
  • 37a7f3b fix the signing config
  • 9b1b8e1 Ignore .venv directories (#334)
  • 9a71d52 Output max CPU utilization on summarize-benchmark script JSON output format
  • 136b3c2 Merge branch 'release-0.11.2' into develop
  • f319087 Output max CPU utilization on performance summarize script.
  • Additional commits viewable in compare view

Updates sentry-sdk from 2.21.0 to 2.22.0

Release notes

Sourced from sentry-sdk's releases.

2.22.0

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.22.0

Various fixes & improvements

Commits
  • 1fcd364 Updated Changelog.md
  • 1abad47 release: 2.22.0
  • 6a1b7d4 tests(httplib): Fix flakey https test (#4057)
  • ae68d85 Revert "feat(tracing): Add propagate_traces deprecation warning (#3899)" (#...
  • 7b5904a tests: Generate tox entries for grpc via script (#3979)
  • 24afdb3 tests: Generate some of the Web 2 tox entries by toxgen (#3981)
  • 8f22def tests: Generate part of the Tasks tox entries by a script (#3976)
  • 25ddbca tests: Generate some of the AI tox entries by toxgen (#3977)
  • 85879b4 tests: Generate some of the Web 1 tox entries with toxgen (#3980)
  • feb642b tests: Generate DB group by toxgen script (#3978)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
boto3 [< 1.25, > 1.24.17]
botocore [< 1.28, > 1.27.17]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants