Skip to content

Commit

Permalink
feat: edx-rbac 1.10.0 to ignore invalid JWT cookies instead of raise
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveagent57 committed Aug 20, 2024
1 parent 3112bba commit 990b386
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ edx-opaque-keys[django]==2.10.0
# edx-ccx-keys
# edx-drf-extensions
# openedx-events
edx-rbac==1.9.0
edx-rbac==1.10.0
# via -r requirements/base.in
edx-rest-api-client==5.7.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ edx-opaque-keys[django]==2.10.0
# edx-ccx-keys
# edx-drf-extensions
# openedx-events
edx-rbac==1.9.0
edx-rbac==1.10.0
# via -r requirements/validation.txt
edx-rest-api-client==5.7.1
# via
Expand Down Expand Up @@ -312,7 +312,7 @@ idna==3.7
# via
# -r requirements/validation.txt
# requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# -r requirements/validation.txt
# twine
Expand All @@ -337,7 +337,7 @@ jaraco-classes==3.4.0
# via
# -r requirements/validation.txt
# keyring
jaraco-context==5.3.0
jaraco-context==6.0.1
# via
# -r requirements/validation.txt
# keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ edx-opaque-keys[django]==2.10.0
# edx-ccx-keys
# edx-drf-extensions
# openedx-events
edx-rbac==1.9.0
edx-rbac==1.10.0
# via -r requirements/test.txt
edx-rest-api-client==5.7.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.2.0
setuptools==73.0.1
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ edx-opaque-keys[django]==2.10.0
# edx-ccx-keys
# edx-drf-extensions
# openedx-events
edx-rbac==1.9.0
edx-rbac==1.10.0
# via -r requirements/base.txt
edx-rest-api-client==5.7.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ edx-opaque-keys[django]==2.10.0
# edx-ccx-keys
# edx-drf-extensions
# openedx-events
edx-rbac==1.9.0
edx-rbac==1.10.0
# via -r requirements/test.txt
edx-rest-api-client==5.7.1
# via
Expand Down Expand Up @@ -298,7 +298,7 @@ idna==3.7
# via
# -r requirements/test.txt
# requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via twine
inflection==0.5.1
# via
Expand All @@ -320,7 +320,7 @@ itypes==1.2.0
# coreapi
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ edx-opaque-keys[django]==2.10.0
# edx-ccx-keys
# edx-drf-extensions
# openedx-events
edx-rbac==1.9.0
edx-rbac==1.10.0
# via -r requirements/base.txt
edx-rest-api-client==5.7.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ edx-opaque-keys[django]==2.10.0
# edx-ccx-keys
# edx-drf-extensions
# openedx-events
edx-rbac==1.9.0
edx-rbac==1.10.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -393,7 +393,7 @@ idna==3.7
# -r requirements/quality.txt
# -r requirements/test.txt
# requests
importlib-metadata==8.2.0
importlib-metadata==8.4.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -422,7 +422,7 @@ jaraco-classes==3.4.0
# via
# -r requirements/quality.txt
# keyring
jaraco-context==5.3.0
jaraco-context==6.0.1
# via
# -r requirements/quality.txt
# keyring
Expand Down

0 comments on commit 990b386

Please sign in to comment.