Skip to content

Commit

Permalink
include requests vulnerability fix (closes #130)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jul 19, 2024
1 parent 36362d5 commit fd89ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ zope.sqlalchemy>=1.3,!=1.4.*
# oauth2
pyramid_oauthlib>=0.4.1
oauthlib<3
requests>=2.32.2
requests_oauthlib<1.2.0
PyJWT>=2
setuptools>=71.0.3
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r requirements.txt
pytest>=5.0.0
pytest-cov
WebTest
Expand Down

0 comments on commit fd89ad7

Please sign in to comment.