Skip to content

Fix dependencies - #424

Open
ZryletTC wants to merge 3 commits into
pyupio:masterfrom
ZryletTC:makeitwork
Open

Fix dependencies#424
ZryletTC wants to merge 3 commits into
pyupio:masterfrom
ZryletTC:makeitwork

Conversation

@ZryletTC

@ZryletTC ZryletTC commented Jul 8, 2026

Copy link
Copy Markdown

The PR fixes issues that cause pyup to fail, to resolve #422.

The main issue was that pyup/safety and pyup/dparse have had incompatible api changes since this repository was last edited, so I limited the versions of those packages used.

Since this repository might not be otherwise updated in the future, I also decided to pin every dependency to a working version, so it will continue to work when new incompatible changes are released for other dependencies. If there will be further development, feel free to remove/revert the last commit.

This PR also fixes an issue I experienced where pyup instantiated the Github object with url=None, overriding the default url and causing it to fail.

Tested with a Github repository. Gitlab access not tested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

It fails when I just run the "pyup" command

1 participant