Skip to content

Commit 5c0b580

Browse files
Update dependency edx-opaque-keys to v2.13.0
1 parent cf131c4 commit 5c0b580

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/apigateway/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "MIT Open Learning Django app for API Gateway support"
55
dependencies = [
66
"django-stubs>=1.13.1",
77
"django>=3.0",
8-
"edx-opaque-keys==2.2.2",
8+
"edx-opaque-keys==2.13.0",
99
"channels>=4.2.0",
1010
]
1111
readme = "README.md"

src/openedx/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "MIT Open Learning django app extensions for edx related utilities
55
dependencies = [
66
"django-stubs>=1.13.1",
77
"django>=3.0",
8-
"edx-opaque-keys==2.2.2",
8+
"edx-opaque-keys==2.13.0",
99
]
1010
readme = "README.md"
1111
license = "BSD-3-Clause"

src/uvtestapp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "MIT Open Learning Django app template"
55
dependencies = [
66
"django-stubs>=1.13.1",
77
"django>=3.0",
8-
"edx-opaque-keys==2.2.2",
8+
"edx-opaque-keys==2.13.0",
99
]
1010
readme = "README.md"
1111
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)