Bump aiohttp from 3.14.1 to 3.14.3 in the pip group across 1 directory - #5045
Bump aiohttp from 3.14.1 to 3.14.3 in the pip group across 1 directory#5045dependabot[bot] wants to merge 2 commits into
Conversation
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates pinned Python dependency versions across runtime and test requirement files.
Changes:
- Bumped
aiohttpfrom3.14.1to3.14.3in multiple components. - Bumped
starlettefrom1.3.1to1.6.0in E2E test dependencies.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| resource_processor/vmss_porter/requirements.txt | Updates aiohttp pin for the vmss porter runtime. |
| e2e_tests/requirements.txt | Updates starlette pin used by E2E tests. |
| cli/requirements.txt | Updates aiohttp pin for the CLI environment. |
| api_app/requirements.txt | Updates aiohttp pin for the API application environment. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Unit Test Results0 tests 0 ✅ 0s ⏱️ Results for commit dfa9284. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.
Suppressed comments (1)
e2e_tests/requirements.txt:5
- This changes Starlette from 1.3.1 to 1.6.0 even though the PR title and description scope the update exclusively to aiohttp. Remove this unrelated dependency change (or split it into a separately described and validated update) so the reviewed behavior matches the declared PR scope.
starlette==1.6.0
Bumps the pip group with 1 update in the / directory: aiohttp.
Updates
aiohttpfrom 3.14.1 to 3.14.3Dependabot 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 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.