-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependabot flip-flop with python_full_version/python_version #6091
Comments
my guess is that dependabot is running different versions of pipenv or python versions which is causing this. but pipenv lock hasn't been updated for a while: I don't know that's the place for the pin that is used to run pip/pipenv updates, but it might be. |
Thanks for the report. This needs fixing, and your description made me 😄 :
Not sure of root cause, but your hunch sounds reasonable as a starting place. |
I think you should update at least the problem i reported there did not repeat with |
Yeah, I already start that at #6104, but it's a tricky upgrade so it may take us some time. |
Unbelievable. it also removes version markers now: because it decided to write: - "markers": "python_version <= '3.7'",
+ "index": "pypi", This is also fixed in newer pipenv or not yet reported? |
Is this the same problem? Removing attributes may damage distribution, if it drops the version range. see commit where I restored it manually: |
This will hopefully be fixed by: |
Can you verify if the recent update of pipenv has fixed thanks? Thanks for all the pipenv reports and patience 🙏. |
Assuming this got fixed since we got no further feedback. |
Is there an existing issue for this?
Package ecosystem
pip, pipenv
Package manager version
No response
Language version
No response
Manifest location and content before the Dependabot update
No response
dependabot.yml content
No response
Updated dependency
No response
What you expected to see, versus what you actually saw
It's becoming ridiculous already how dependabot fight with itself changing
python_version
topython_full_version
and vice versa:python_full_version
topython_version
: Taxel/PlexTraktSync@69dc149python_version
topython_full_version
Taxel/PlexTraktSync@dc86ef1python_version < '4'
topython_version < '4.0'
, dropspython_version >= '3.6'
Taxel/PlexTraktSync@31516d2python_full_version < '4.0.0'
,python_version >= '3.6'
Taxel/PlexTraktSync@bd3501d....and so on!
and typically the changes are not even for packages that are being bumped.
the same changes are visible in
Pipfile.lock
in same commits as well.Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: