-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dependencies): Upgrade dependencies
Upgrade plugin dependencies to cover security risks Ignore Safety ID 51457 dues to a false-positive reported here: pytest-dev/py#287 Ignore bandit B113 request timeout issue
- Loading branch information
1 parent
f473011
commit 1f6db3b
Showing
6 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pytest==6.2.5 | ||
pytest-cov==3.0.0 | ||
safety==1.10.3 | ||
bandit==1.7.1 | ||
pytest==7.3.1 | ||
pytest-cov==4.1.0 | ||
safety==2.3.5 | ||
bandit==1.7.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
requests==2.27.1 | ||
requests==2.31.0 | ||
python-dateutil==2.8.2 | ||
cryptography==36.0.1 | ||
cryptography==41.0.0 | ||
six==1.16.0 | ||
ruamel.yaml==0.17.20 | ||
ruamel.yaml==0.17.31 | ||
pynacl==1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters