Skip to content

Commit

Permalink
fix security issues spotted by dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Aug 18, 2024
1 parent 23cf234 commit 7d4fabe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
certifi==2023.07.22
certifi>=2024.07.04
chardet==3.0.4
idna==2.7
idna>=3.7
PyGithub==1.40
PyJWT==2.4.0
requests==2.20.0
urllib3==1.24.2
requests>=2.32.0
urllib3>=1.26.19
configparser==3.5.0

0 comments on commit 7d4fabe

Please sign in to comment.