Bump the pip group with 4 updates#715
Merged
ezio-melotti merged 1 commit intomainfrom May 1, 2025
Merged
Conversation
Bumps the pip group with 4 updates: [aiohttp](https://github.com/aio-libs/aiohttp), [celery](https://github.com/celery/celery), [sentry-sdk](https://github.com/getsentry/sentry-python) and [pytest-cov](https://github.com/pytest-dev/pytest-cov). Updates `aiohttp` from 3.11.15 to 3.11.18 - [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.15...v3.11.18) Updates `celery` from 5.4.0 to 5.5.2 - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](celery/celery@v5.4.0...v5.5.2) Updates `sentry-sdk` from 2.25.0 to 2.27.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.25.0...2.27.0) Updates `pytest-cov` from 6.1.0 to 6.1.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.1.0...v6.1.1) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.11.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: celery dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: sentry-sdk dependency-version: 2.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #715 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 360 360
Branches 14 14
=========================================
Hits 360 360
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
ezio-melotti
approved these changes
May 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip group with 4 updates: aiohttp, celery, sentry-sdk and pytest-cov.
Updates
aiohttpfrom 3.11.15 to 3.11.18Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
2be611aRelease 3.11.18 (#10773)58b512c[PR #10770/a88a2436 backport][3.11] Increase benchmark timeout to 9 minutes i...a003df3[PR #10726/feff48d backport][3.11] Disable TLS in TLS warning for uvloop (#10...f69333d[PR #10764/e0cc020 backport][3.11] Fix WebSocket reader with fragmented maske...83690e5Increment version to 3.11.18.dev0 (#10758)11be7e2Release 3.11.17 (#10756)0615314[PR #10752/07590cd2 backport][3.11] Add a test to the WebSocket parser for se...8b9888d[PR #10749/d702fb30 backport][3.11] Add compressed binary WebSocket roundtrip...1d00bd2[PR #10744/23d3ee06 backport][3.11] Refactor WebSocket reader to avoid freque...099cc0c[PR #10740/0d21d8d backport][3.11] Refactor WebSocket reader to avoid creatin...Updates
celeryfrom 5.4.0 to 5.5.2Release notes
Sourced from celery's releases.
... (truncated)
Changelog
Sourced from celery's changelog.
... (truncated)
Commits
e8adf7fPrepare for release: v5.5.2 (#9675)2287801fix mongodb bullet and fix contribution github links (#9672)1aabeecRemovesetup_loggerfrom COMPAT_MODULES (#9668)f0c7261Fix calculating remaining time across DST changes (#9669)d643c7cPrepare for release: v5.5.1 (#9660)f110e3cFixed "AttributeError: list object has no attribute strip" with quorum queues...d1c35bbPrepare for release: v5.5.0 (#9644)c05269aBump Kombu to v5.5.2 (#9643)4e2faceAdd Codecov Test Analytics0436c55Lock pytest-celery to v1.2.x (using urllib3 instead of pycurl) (#9633)Updates
sentry-sdkfrom 2.25.0 to 2.27.0Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
919bdeaUpdate CHANGELOG.md049f2a0release: 2.27.0bbb41a3Make sure to use the default decimal context in our code (#4231)2c3776ctests: Move aiohttp under toxgen (#4319)434e8aftests: Fix version picking in toxgen (#4323)b96e2b6fix(integrations): ASGI integration not capture transactions in Websocket (#4...d1819c7Make all relevant types public (#4315)11e2648build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#4318)c361337test(logs): Avoid failure when running with integrations enabled (#4316)f3687fcfeat(spans): Record flag evaluations as span attributes (#4280)Updates
pytest-covfrom 6.1.0 to 6.1.1Changelog
Sourced from pytest-cov's changelog.
Commits
9463242Bump version: 6.1.0 → 6.1.17f2781bUpdate changelog.a59548fAllow the context plugin to check if the controller is running or not. Fixes ...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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