Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opaque_keys/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def _drivers(cls: type[OpaqueKey]):
if cls not in cls.LOADED_DRIVERS:
cls.LOADED_DRIVERS[cls] = EnabledExtensionManager(
cls.KEY_TYPE,
check_func=lambda extension: issubclass(extension.plugin, cls),
check_func=lambda extension: issubclass(extension.plugin, cls), # type: ignore
invoke_on_load=False,
)
return cls.LOADED_DRIVERS[cls]
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dnspython==2.8.0
# via pymongo
pymongo==4.15.4
# via -r requirements/base.in
stevedore==5.5.0
stevedore==5.6.0
# via -r requirements/base.in
typing-extensions==4.15.0
# via -r requirements/base.in
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.11.3
coverage==7.12.0
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -102,7 +102,7 @@ filelock==3.20.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.148.1
hypothesis==6.148.2
# via -r requirements/doc.txt
idna==3.11
# via
Expand Down Expand Up @@ -295,7 +295,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r requirements/doc.txt
# sphinx
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/doc.txt
# code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -43,7 +43,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.148.1
hypothesis==6.148.2
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -146,7 +146,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test.txt
# hypothesis
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -62,7 +62,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.148.1
hypothesis==6.148.2
# via -r requirements/test.txt
idna==3.11
# via requests
Expand Down Expand Up @@ -206,7 +206,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -33,7 +33,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.2
# via pytest-xdist
hypothesis==6.148.1
hypothesis==6.148.2
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -98,7 +98,7 @@ six==1.17.0
# via edx-lint
sortedcontainers==2.4.0
# via hypothesis
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down