Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ updates:
# CI tooling only needs a working numpy, not the newest.
- dependency-name: "numpy"
update-types: ["version-update:semver-minor", "version-update:semver-major"]
# hypothesis >=6.142 requires Python >=3.10, but ci-dev-py39.txt targets
# 3.9. A bump to 6.157 broke every 3.9 matrix row (pip "Ignored the
# following versions that require a different python version"). Freeze
# hypothesis so the 3.9 dev-tooling lockfile stays installable.
- dependency-name: "hypothesis"
update-types: ["version-update:semver-minor", "version-update:semver-major"]

# GitHub Actions — keeps the SHA-pinned actions current (Dependabot reads
# the version comment after each pinned SHA and bumps both together).
Expand Down
Loading