Brad Crittenden

Results 8 comments of Brad Crittenden

I agree. In setup.py I have `VERSION = '0.1.74'` After some trial-and-error I got the following `.bumpversion.cfg` stanza to work. The documentation was misleading. ``` [bumpversion:file:setup.py] search = VERSION \=...

Hi Timothée, please review the linked CVE, which was filed by Pyup themselves and the link to `pip` in my comment. Based on your comment I'm not sure you understood...

The files are included, they just aren't referenced properly. I installed `safety-db` into a virtualenv and the files are at: `./venv/lib/python3.6/site-packages/safety_db/insecure_full.json`. The code expects them in a `data` directly below...

This issue is affecting my project. Anyone have a work-around?

When installing `jira==2.0.0` I find that pipdeptree 2.3.1 still shows cryptography as a top-level package. From reading the discussion above I expected the issue to be resolved.

I'm on a macOS ARM laptop and ran into this problem. The current documentation still has a few problems. * `sudo curl` to grab the signatures does not need sudo....

From `man make` ``` make executes commands in the makefile to update one or more target names, where name is typically a program. If no -f option is present, make...