Bump the pip group across 2 directories with 1 update#18
Bump the pip group across 2 directories with 1 update#18dependabot[bot] wants to merge 2 commits intomasterfrom
Conversation
Bumps the pip group with 1 update in the /frameworks/Python/aiohttp directory: [aiohttp](https://github.com/aio-libs/aiohttp). Bumps the pip group with 1 update in the /frameworks/Python/api_hour directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.10.2 to 3.10.11 - [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.10.2...v3.10.11) Updates `aiohttp` from 3.10.11 to 3.11.7 - [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.10.2...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis PR updates the aiohttp dependency across two Python frameworks (aiohttp and api_hour). The changes involve version bumps to address several bug fixes, particularly focusing on authentication handling, WebSocket improvements, and connection management. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Bumps the pip group with 1 update in the /frameworks/Python/aiohttp directory: aiohttp.
Bumps the pip group with 1 update in the /frameworks/Python/api_hour directory: aiohttp.
Updates
aiohttpfrom 3.10.2 to 3.10.11Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
3e09325Remove 3.10.11rc0 from 3.10 changelog (#9858)beb7b74Release 3.10.11 (#9857)259edc3[PR #9851/541d86d backport][3.10] Fix incorrect parsing of chunk extensions w...bc15db6[PR #9852/249855a backport][3.10] Fix system routes polluting the middleware ...158bf30Release 3.10.11rc0 (#9848)e5917cd[PR #9844/fabf3884 backport][3.10] Fix compressed get request benchmark paylo...68a1f42[PR #9840/cc5fa316 backport][3.10] Add benchmark for sending compressed paylo...4f4b90f[PR #9835/32ccfc9a backport][3.10] Adjust client payload benchmarks to better...f3dd0f9[PR #9832/006f4070 backport][3.10] Increase allowed import time for Python 3....f2aab2e[PR #9827/14fcfd4c backport][3.10] Adjust client GET read benchmarks to inclu...Updates
aiohttpfrom 3.10.11 to 3.11.7Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
3e09325Remove 3.10.11rc0 from 3.10 changelog (#9858)beb7b74Release 3.10.11 (#9857)259edc3[PR #9851/541d86d backport][3.10] Fix incorrect parsing of chunk extensions w...bc15db6[PR #9852/249855a backport][3.10] Fix system routes polluting the middleware ...158bf30Release 3.10.11rc0 (#9848)e5917cd[PR #9844/fabf3884 backport][3.10] Fix compressed get request benchmark paylo...68a1f42[PR #9840/cc5fa316 backport][3.10] Add benchmark for sending compressed paylo...4f4b90f[PR #9835/32ccfc9a backport][3.10] Adjust client payload benchmarks to better...f3dd0f9[PR #9832/006f4070 backport][3.10] Increase allowed import time for Python 3....f2aab2e[PR #9827/14fcfd4c backport][3.10] Adjust client GET read benchmarks to inclu...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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by Sourcery
Update aiohttp dependencies in two directories to newer versions, addressing several bug fixes and improvements.
Enhancements: