Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ updates:
default-days: 7
open-pull-requests-limit: 5
labels: [dependencies]
ignore:
# matplotlib 3.11 dropped Python 3.10, which this package still supports; a
# feature bump would also rewrite the floor in ci.in. Patch releases still flow.
- dependency-name: matplotlib
update-types: ["version-update:semver-major", "version-update:semver-minor"]
groups:
# One PR for the routine patch churn, individual PRs for anything that could
# change behaviour.
Expand Down
3 changes: 2 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ jsonschema>=4.18,<5
pyyaml>=6
pytest>=8
ruff>=0.6
matplotlib>=3.8
# matplotlib 3.11 dropped Python 3.10; lift the ceiling when requires-python does.
matplotlib>=3.8,<3.11
markdown>=3.7