Skip to content

Commit

Permalink
chore: Updating Python Requirements (#2419)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Mar 23, 2024
1 parent 883bb6a commit 77a45c9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ django==4.2.11
# edx-toggles
# openedx-events
# social-auth-app-django
# xss-utils
django-appconf==1.0.6
# via
# -r requirements/dev.txt
Expand Down Expand Up @@ -784,6 +785,10 @@ websocket-client==0.59.0
# via
# -r requirements/dev.txt
# docker-compose
xss-utils==0.5.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
zipp==3.18.1
# via
# -r requirements/dev.txt
Expand Down
3 changes: 3 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ django==4.2.11
# edx-toggles
# openedx-events
# social-auth-app-django
# xss-utils
django-appconf==1.0.6
# via django-statici18n
django-cors-headers==4.3.1
Expand Down Expand Up @@ -316,5 +317,7 @@ urllib3==1.26.18
# requests
webencodings==0.5.1
# via bleach
xss-utils==0.5.0
# via -r requirements/base.in
zipp==3.18.1
# via importlib-metadata
3 changes: 3 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ django==4.2.11
# edx-toggles
# openedx-events
# social-auth-app-django
# xss-utils
django-appconf==1.0.6
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -602,6 +603,8 @@ webencodings==0.5.1
# bleach
websocket-client==0.59.0
# via docker-compose
xss-utils==0.5.0
# via -r requirements/test.txt
zipp==3.18.1
# via
# -r requirements/test.txt
Expand Down
3 changes: 3 additions & 0 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ django==4.2.11
# edx-toggles
# openedx-events
# social-auth-app-django
# xss-utils
django-appconf==1.0.6
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -434,6 +435,8 @@ webencodings==0.5.1
# via
# -r requirements/base.txt
# bleach
xss-utils==0.5.0
# via -r requirements/base.txt
zipp==3.18.1
# via
# -r requirements/base.txt
Expand Down
3 changes: 3 additions & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ distlib==0.3.8
# edx-toggles
# openedx-events
# social-auth-app-django
# xss-utils
django-appconf==1.0.6
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -519,6 +520,8 @@ webencodings==0.5.1
# via
# -r requirements/base.txt
# bleach
xss-utils==0.5.0
# via -r requirements/base.txt
zipp==3.18.1
# via
# -r requirements/base.txt
Expand Down

0 comments on commit 77a45c9

Please sign in to comment.