We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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%| | 0/15 [00:00<?, ?it/s] Traceback (most recent call last): File "/home/chabou1/git/gitlab.com/exfo/products/tandm/basecamp/cloud/admin/.venv/bin/pyup", line 8, in <module> sys.exit(main()) ... File "/home/me/project/.venv/lib/python3.8/site-packages/pyup/requirements.py", line 473, in get_hashes return data["hashes"] KeyError: 'hashes'
And I most likely found a bug in https://github.com/pyupio/pyup/blob/master/pyup/requirements.py#L462-L473
Also, this function looks like is mocked in test, not tested itself. I might have missed something...
The text was updated successfully, but these errors were encountered:
PR started last year: #392
Sorry, something went wrong.
I there are no issue about this, only a PR, so I reopen
yeisonvargasf
Successfully merging a pull request may close this issue.
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
And I most likely found a bug in https://github.com/pyupio/pyup/blob/master/pyup/requirements.py#L462-L473
Also, this function looks like is mocked in test, not tested itself. I might have missed something...
The text was updated successfully, but these errors were encountered: