Skip to content

Commit

Permalink
Merge pull request #622 from UW-GAC/maint/security-updates
Browse files Browse the repository at this point in the history
Security updates
  • Loading branch information
amstilp authored Jun 25, 2024
2 parents 71cf7b2 + 7910014 commit c17254d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
6 changes: 3 additions & 3 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ filelock==3.13.1
# via virtualenv
identify==2.5.34
# via pre-commit
idna==3.3
idna==3.7
# via
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
Expand Down Expand Up @@ -131,7 +131,7 @@ pyyaml==6.0.1
# via
# -c requirements/test-requirements.txt
# pre-commit
requests==2.31.0
requests==2.32.3
# via
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
Expand Down Expand Up @@ -199,7 +199,7 @@ typing-extensions==4.8.0
# django-stubs-ext
# ipython
# mypy
urllib3==2.1.0
urllib3==2.2.2
# via
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
Expand Down
5 changes: 3 additions & 2 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ django-anvil-consortium-manager @ git+https://github.com/UW-GAC/django-anvil-con
django-simple-history

# Making HTTP requests to get dbgap study versions.
requests
requests>=2.32.0

# For json schema validation.
jsonschema
Expand Down Expand Up @@ -69,8 +69,9 @@ django-htmx

# Temporary(?) pins to fix security alerts.
certifi>=2023.7.22
urllib3>=1.26.18
urllib3>=2.2.2
sqlparse>=0.4.4
idna>=3.7

# Dynamic settings
django-constance
Expand Down
10 changes: 6 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@ fontawesomefree==6.5.1
# via django-anvil-consortium-manager
google-auth==2.28.1
# via django-anvil-consortium-manager
idna==3.3
# via requests
idna==3.7
# via
# -r requirements/requirements.in
# requests
importlib-metadata==7.0.0
# via build
importlib-resources==6.1.1
Expand Down Expand Up @@ -184,7 +186,7 @@ referencing==0.33.0
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
requests==2.32.3
# via
# -r requirements/requirements.in
# django-allauth
Expand Down Expand Up @@ -220,7 +222,7 @@ typing-extensions==4.8.0
# via asgiref
tzdata==2023.4
# via pandas
urllib3==2.1.0
urllib3==2.2.2
# via
# -r requirements/requirements.in
# requests
Expand Down
6 changes: 3 additions & 3 deletions requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ faker==23.2.1
# via factory-boy
freezegun==1.5.1
# via -r requirements/test-requirements.in
idna==3.3
idna==3.7
# via
# -c requirements/requirements.txt
# requests
Expand Down Expand Up @@ -75,7 +75,7 @@ python-dateutil==2.8.2
# freezegun
pyyaml==6.0.1
# via responses
requests==2.31.0
requests==2.32.3
# via
# -c requirements/requirements.txt
# responses
Expand All @@ -97,7 +97,7 @@ typing-extensions==4.8.0
# -c requirements/requirements.txt
# django-test-migrations
# faker
urllib3==2.1.0
urllib3==2.2.2
# via
# -c requirements/requirements.txt
# requests
Expand Down

0 comments on commit c17254d

Please sign in to comment.