Skip to content

Commit

Permalink
Handle certifi security update that wouldn't automatically work
Browse files Browse the repository at this point in the history
This security update failed because dependabot couldn't update
dependencies that are only dependencies of ACM. Not entirely sure
why, so fixing manually for now.
  • Loading branch information
amstilp committed Nov 17, 2023
1 parent e0cfcb3 commit 117fb10
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ backcall==0.2.0
# via ipython
black==22.12.0
# via -r requirements/dev-requirements.in
certifi==2021.10.8
certifi==2023.7.22
# via
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
Expand Down
3 changes: 3 additions & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ mysqlclient # https://github.com/PyMySQL/mysqlclient
# Required for django < 4.2 and django-simple-history is updated.
# See issue https://github.com/jazzband/django-simple-history/issues/1255
asgiref>=3.6

# Temporary fixes to handle dependabot not reading django-anvil-consortium-manager dependencies
certifi>=2023.7.22
6 changes: 4 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ build==1.0.3
# via pip-tools
cachetools==5.2.0
# via google-auth
certifi==2021.10.8
# via requests
certifi==2023.7.22
# via
# -r requirements/requirements.in
# requests
cffi==1.15.0
# via
# argon2-cffi-bindings
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements/test-requirements.in
#
certifi==2021.10.8
certifi==2023.7.22
# via
# -c requirements/requirements.txt
# requests
Expand Down

0 comments on commit 117fb10

Please sign in to comment.