dependabot / dependabot-core

🤖 Dependabot's core logic for creating update PRs.
https://docs.github.com/en/code-security/dependabot
MIT License
4.74k stars 1.03k forks source link

Incorrect link to `gevent` changelog #3007

Open surkova opened 3 years ago

surkova commented 3 years ago

Package manager/ecosystem pip Manifest contents prior to update requirements.txt Updated dependency gevent What you expected to see, versus what you actually saw gevent changelog is linking to https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst instead of https://github.com/gevent/gevent/blob/master/CHANGES.rst

Screen Shot 2021-01-19 at 09 38 33

Images of the diff or a link to the PR, issue or logs

abdulapopoola commented 5 months ago

@surkova does this still repro?

surkova commented 5 months ago

@abdulapopoola I think it does. Unfortunately the project I'm on now doesn't have gevent dependency, but I found another repo with a fairly recent PR which doesn't show correct changelog https://github.com/bean5/distributed-load-testing-using-kubernetes/pull/5

abdulapopoola commented 5 months ago

Thanks for validating and the context!