build(deps): bump the pip-dependencies group across 1 directory with 3 updates - #3592
Merged
Merged
Conversation
dependabot
Bot
requested review from
BaseMax,
anufdo,
ayushrana182,
jbampton and
smriad
as code owners
September 19, 2026 07:53
This was referenced Sep 19, 2026
jbampton
approved these changes
Sep 19, 2026
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The dependency updates have unresolved compatibility concerns.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: None
What changed in this PR
Updates minimum versions of Matplotlib, Requests, and Scrapy.
Changes:
- Raises dependency floors in
requirements.txt. - Raises the Matplotlib floor for chart tooling.
| File | Description |
|---|---|
requirements.txt |
Updates Matplotlib, Requests, and Scrapy constraints. |
charts/requirements.txt |
Updates the Matplotlib constraint. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
…3 updates Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib), [requests](https://github.com/psf/requests) and [scrapy](https://github.com/scrapy/scrapy) to permit the latest version. Updates `matplotlib` to 3.11.2 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.0...v3.11.2) Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.0...v2.34.2) Updates `scrapy` to 2.19.0 - [Release notes](https://github.com/scrapy/scrapy/releases) - [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst) - [Commits](scrapy/scrapy@2.14.0...2.19.0) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.2 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: pip-dependencies - dependency-name: scrapy dependency-version: 2.19.0 dependency-type: direct:production dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/pip-dependencies-fe2b38f916
branch
from
September 20, 2026 06:47
35f3b03 to
059a1d1
Compare
jbampton
approved these changes
Sep 20, 2026
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.
Updates the requirements on matplotlib, requests and scrapy to permit the latest version.
Updates
matplotlibto 3.11.2Release notes
Sourced from matplotlib's releases.
Commits
d3ca917REL: v3.11.2b76fea9DOC: Set current version to 3.11.239c7f06DOC: Prepare GitHub stats for 3.11.25dd13e3Merge branch 'v3.11.1-doc' into release-3.11.2aa484beMerge branch 'v3.11.0-doc' into v3.11.1-doc0e10f83Merge pull request #32330 from meeseeksmachine/auto-backport-of-pr-32324-on-v...ebe947bBackport PR #32324: Don't force any diagnostics to be errors in bundled Harfbuzz8f4b7c5Merge pull request #32322 from meeseeksmachine/auto-backport-of-pr-32321-on-v...93278adBackport PR #32321: DOC: correct note about PyOS_InputHookb0aee78Merge pull request #32319 from meeseeksmachine/auto-backport-of-pr-32305-on-v...Updates
requeststo 2.34.2Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
6e83187v2.34.284d10f0Move Request.headers back to Mapping (#7441)b7b549bv2.34.1e511bc7Fix mutability issues with headers input types (#7431)5691f59Update JsonType containers to read-based collections (#7436)2144213Constrain Response.reason to str (#7437)6404f34Fixprepare_bodystream detection for__getattr__-based file wrappers (#7...0b401c7v2.34.086b378dAlign Session.get parameters with requests.get (#7429)a4f9a59Port bpo-39057 to Requests (#7427)Updates
scrapyto 2.19.0Release notes
Sourced from scrapy's releases.
Changelog
Sourced from scrapy's changelog.
... (truncated)
Commits
8026deeBump version: 2.18.0 → 2.19.0b1f1cbaRelease notes for 2.19.0 (#8124)a410975Fix LocalCache evicting a different key when updating an existing key (#8113)41c3f3eAdd AiohttpDownloadHandler and switch reactorless to it (#8118)20dcf82Implement some idioms from newer Python versions. (#8123)3fd2a40Agents docs page. (#8120)6995549Exclude news and contributing from llms-full.txt only (#8119)6057f02Expose HTTP cache storage timestamp via the cache_timestamp meta key (#8034)1d5fa5aInclude bind address in HTTP/1.1 and HTTP/2 pool keys (#8081)544f4d2Fix missing certificate and IP address on HTTP/1.1 responses without a body (...