Skip to content

Commit

Permalink
Upgrade requirements (#721)
Browse files Browse the repository at this point in the history
* Upgrade requirements

* Only run Safety on packages in requirements.txt

https://github.com/pyupio/safety?tab=readme-ov-file#configuring-the-target-of-the-scan

Hopefully, this gets around this error which I can't reproduce locally:
https://github.com/brainix/pottery/actions/runs/7213342550/job/19653111668
  • Loading branch information
brainix committed Dec 14, 2023
1 parent 0ab3454 commit 2758ff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Check for security vulnerabilities with Bandit and Safety
run: |
bandit --recursive pottery
safety check
safety check --file requirements.txt
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bandit==1.7.5
bandit==1.7.6
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
Expand All @@ -14,7 +14,7 @@ hiredis==2.2.3
idna==3.6
importlib-metadata==6.8.0
iniconfig==2.0.0
isort==5.12.0
isort==5.13.2
jaraco.classes==3.3.0
keyring==24.3.0
markdown-it-py==3.0.0
Expand Down Expand Up @@ -53,7 +53,7 @@ stevedore==5.1.0
twine==4.0.2
types-pyOpenSSL==23.3.0.0
types-redis==4.6.0.11
typing_extensions==4.8.0
typing_extensions==4.9.0
urllib3==2.1.0
uvloop==0.19.0
wheel==0.42.0
Expand Down

0 comments on commit 2758ff1

Please sign in to comment.