Skip to content

Commit ebd2176

Browse files
Update dependency edx-opaque-keys to v2.12.0
1 parent b0c51bd commit ebd2176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/openedx/pyproject.toml

+1-1
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.12.0",
99
]
1010
readme = "README.md"
1111
license = "BSD-3-Clause"

src/uvtestapp/pyproject.toml

+1-1
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.12.0",
99
]
1010
readme = "README.md"
1111
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)