pyup
pyup copied to clipboard
A tool to update your project's dependencies on GitHub. Runs on pyup.io, comes with a command line interface.
Hi, I'm using CFFI in my project, and over the past few days I've had repeated PRs from pyup to update it to the so-called latest version (1.14.3). Since pip...
In our [weekly update](https://github.com/web-platform-tests/wpt.fyi/pull/2330), we noticed branch deletions use the user token who originally setup pyup, rather than using its own bot account (which appears to be the thing used...
Hello there! I'm trying out the bot before even considering the service. I have a requirements.txt file with hashes. I get the following error ``` Update cryptography to 3.4.7: 0%|...
Since https://github.com/PyGithub/PyGithub/pull/1890 `get_emails` is now a named tuple rather than a dict which is causing ``` Traceback (most recent call last): File "/tmp/bin/pyup", line 8, in sys.exit(main()) File "/tmp/lib/python3.9/site-packages/click/core.py", line...
After installing pyup via pip and trying it out, I keep getting this AssertionError which is confusing as isinstance(base_url, str) shouldn't return None in this case. Does anybody know why...
We (@timko98 and I) would like to propose an additional provider to pyup. The provider implements support for Atlassian Bitbucket Server by using [Stashy ](https://github.com/cosmin/stashy) with additional functionality by us....
Recent reports seem to indicate false positive related to `celery`. https://pyup.io/repos/github/crim-ca/weaver/commits/?page=1#0d9d2e845c11a48a39cab0a73962ce87dae6428f | Package | Installed | Affected | Info | |---------|--------------|----------|-----------------------------------------------------------------------------------------------------------| | celery | 3.1.26.post2 |
Hello dear PyUPers, I have a few projects, which I can't update right now due to missing Django 2.0 compatible dependencies. Which lead to the following behavior: - PyUP is...
Currently there is no way to enable the `integration` flag which the providers uses to filter out some actions. It is possible to run the bot using an oauth app...
v1.55 of PyGithub changed `get_emails` to return a named tuple (#1890) rather than a dict directly from the decoded API response. Update the code to access the fields as a...