Replies: 5 comments 1 reply
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
When manually updating to 3.2, I got this message from dependabot:
|
Beta Was this translation helpful? Give feedback.
-
|
The “Looks like sphinx-autodoc-typehints is up-to-date now…” message is just Dependabot (via What I believe may be happening is that this doesn’t change the root cause which is needing to publish v3.2.0 to whichever registry Dependabot is querying or point Dependabot at the registry that hosts 3.2. Once 3.2 really exists in the registry, Dependabot will propose the correct upgrade instead of “downgrading.” |
Beta Was this translation helpful? Give feedback.
-
|
I got a new package downgrade for one of my own packages Now it's proposing a downgrade from 0.9 to 0.7: pyTooling/pyTooling#211 |
Beta Was this translation helpful? Give feedback.
-
|
I noticed another behavior. I have a repository, where DependaBot didn't check for long time, because there were no recent pushes. I updated the dependency to latest and pushed a commit. Then DependaBot created a pull-request containing the downgrade, even when the version is up-to-date. Compared to previous reports (see above), it happened when the dependency got updated, so the dependency was potentially newer then the requirement in my repositories. After receiving the PR, I called for So we can summarize, the bug is in the compare function and independent from modifications in the dependency itself. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Since circa 1..2 months, Dependabot proposes downgrades to all my Python code repositories.
Here is an up-to-date example:
Repository: https://github.com/pyTooling/sphinx-reports
Package: sphinx-autodoc-typehints
PullRequest: pyTooling/sphinx-reports#36
Old version: 3.1
Proposed version: 2.3
Actual version: 3.2 (released yesterday: https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.2.0)
Looks like someone messed up major and minor version (3.2 => 2.3) ...
I also had this already for other Python packages like Sphinx.
Beta Was this translation helpful? Give feedback.
All reactions