Skip to content

Commit

Permalink
fix(dependencies): Updated dependencies of project
Browse files Browse the repository at this point in the history
Updated cryptography to 41.0.0 to cover security risk:
CVE-2023-23931
  • Loading branch information
rvelaVenafi committed Jun 1, 2023
1 parent f473011 commit d88ea2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions requirements-build.txt
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
6 changes: 3 additions & 3 deletions requirements.txt
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

0 comments on commit d88ea2c

Please sign in to comment.