Open Zippy1999 opened 2 months ago
I have reported a similar case, but in my case I suspect that the issue might be related to the way dependabot is calculating the ranges? And therefore is not respecting the ignore condition with version-update:semver-major
.
Is there an existing issue for this?
Package ecosystem
pip
Package manager version
pip
Language version
python
Manifest location and content before the Dependabot update
No response
dependabot.yml content
version: 2 updates:
Updated dependency
dependencies = [ "pytest>7.0.0,<=7.4.4", ]
What you expected to see, versus what you actually saw
Dependabot should not exceed version 7.4.4 but dependabot actually updates to 8.3.2
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Smallest manifest that reproduces the issue
No response