pyupio / pyup

A tool to update your project's dependencies on GitHub. Runs on pyup.io, comes with a command line interface.
https://pyup.io
MIT License
448 stars 67 forks source link

Safety being updated to 1.10.2.post1 #401

Closed pzelnip closed 3 years ago

pzelnip commented 3 years ago

Pyup keeps opening PRs on my repos that have safety as a dependency to 1.10.2.post1 which isn't an "official" release version.

Both https://github.com/pyupio/safety and https://pyup.io/changelogs/safety/ report 1.10.2 as being the latest version. 1.10.2.post1 doesn't appear to be documented anywhere so I'm reluctant to use it (is it a beta version? an official release version? etc)

harlekeyn commented 3 years ago

Hi Adam. You can ignore version 1.10.2.post1. It was only necessary to release simply to update our readme.

pzelnip commented 3 years ago

Does this mean that Pyup will stop opening PRs on my repos trying to update safety to that version? Currently I have 1.10.2 in my requirements.txt and Pyup has been repeatedly opening PR's saying I should update to 1.10.2.post1

Right now my workaround has been to tell Pyup to ignore safety in my requirements.txt files.

rafaelpivato commented 3 years ago

I will push a 1.10.3 release now to stop that.

pzelnip commented 3 years ago

Awesome, thank you very much!

rafaelpivato commented 3 years ago

This should be fixed now. Let me know otherwise.