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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.11", "3.12"]
python-version: ["3.12"]
node-version: ["20"]
toxenv:
[
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migrations-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: ["3.11", "3.12"]
python-version: ["3.12"]

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.11
python-version: 3.12

- name: Install pip
run: pip install -r requirements/pip.txt
Expand Down
2 changes: 1 addition & 1 deletion edx_proctoring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""

# Be sure to update the version number in edx_proctoring/package.json
__version__ = '5.2.1'
__version__ = '6.0.0'
4 changes: 2 additions & 2 deletions edx_proctoring/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,11 @@ def save_model(self, request, obj, form, change):
obj.reviewed_by = request.user
obj.save()

def lookup_allowed(self, lookup, value):
def lookup_allowed(self, lookup, value, request=None):
""" Checks if lookup allowed or not """
if lookup == 'exam__course_id':
return True
return super().lookup_allowed(lookup, value)
return super().lookup_allowed(lookup, value, request)


@admin.register(ProctoredExamSoftwareSecureReviewHistory)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@edx/edx-proctoring",
"//": "Note that the version format is slightly different than that of the Python version when using prereleases.",
"version": "5.2.1",
"version": "6.0.0",
"main": "edx_proctoring/static/index.js",
"scripts": {
"test": "gulp test"
Expand Down
125 changes: 61 additions & 64 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -8,25 +8,25 @@ amqp==5.3.1
# via kombu
appdirs==1.4.4
# via fs
asgiref==3.8.1
asgiref==3.11.1
# via django
attrs==24.2.0
attrs==25.4.0
# via openedx-events
billiard==4.2.1
billiard==4.2.4
# via celery
celery==5.4.0
celery==5.6.2
# via
# -c requirements/constraints.txt
# event-tracking
certifi==2024.8.30
certifi==2026.2.25
# via requests
cffi==1.17.1
cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.5
# via requests
click==8.1.7
click==8.3.1
# via
# -c requirements/constraints.txt
# celery
Expand All @@ -37,20 +37,21 @@ click==8.1.7
# edx-django-utils
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1
click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.8.2
code-annotations==2.3.2
# via edx-toggles
cryptography==43.0.3
cryptography==46.0.5
# via pyjwt
django==4.2.16
django==5.2.12
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# django-crum
# django-model-utils
# django-simple-history
# django-waffle
# djangorestframework
# drf-jwt
Expand All @@ -72,11 +73,9 @@ django-model-utils==5.0.0
# via
# -r requirements/base.in
# edx-when
django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django-waffle==4.2.0
django-simple-history==3.11.0
# via -r requirements/base.in
django-waffle==5.0.0
# via
# -r requirements/base.in
# edx-django-utils
Expand All @@ -86,90 +85,88 @@ django-webpack-loader==0.7.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
djangorestframework==3.15.2
djangorestframework==3.16.1
# via
# -r requirements/base.in
# drf-jwt
# edx-drf-extensions
dnspython==2.7.0
dnspython==2.8.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==7.0.1
edx-django-utils==8.0.1
# via
# edx-drf-extensions
# edx-rest-api-client
# edx-toggles
# edx-when
# event-tracking
# openedx-events
edx-drf-extensions==10.5.0
edx-drf-extensions==10.6.0
# via
# -r requirements/base.in
# edx-when
edx-opaque-keys[django]==2.11.0
edx-opaque-keys[django]==3.1.0
# via
# -r requirements/base.in
# edx-ccx-keys
# edx-drf-extensions
# edx-when
# openedx-events
edx-rest-api-client==6.0.0
edx-rest-api-client==6.2.0
# via -r requirements/base.in
edx-toggles==5.2.0
edx-toggles==5.4.1
# via event-tracking
edx-when==2.5.0
edx-when==3.2.1
# via -r requirements/base.in
event-tracking==3.0.0
event-tracking==3.3.0
# via -r requirements/base.in
fastavro==1.9.7
fastavro==1.12.1
# via openedx-events
fs==2.4.16
# via xblock
idna==3.10
idna==3.11
# via requests
jinja2==3.1.4
jinja2==3.1.6
# via code-annotations
jsonfield==3.1.0
jsonfield==3.2.0
# via -r requirements/base.in
kombu==5.4.2
kombu==5.6.2
# via celery
lxml==5.3.0
lxml==6.0.2
# via xblock
mako==1.3.6
mako==1.3.10
# via xblock
markupsafe==3.0.2
markupsafe==3.0.3
# via
# jinja2
# mako
# xblock
newrelic==10.3.0
# via edx-django-utils
openedx-events==9.15.0
openedx-events==10.5.0
# via event-tracking
pbr==6.1.0
# via stevedore
prompt-toolkit==3.0.48
packaging==26.0
# via kombu
prompt-toolkit==3.0.52
# via click-repl
psutil==6.1.0
psutil==7.2.2
# via edx-django-utils
pycparser==2.22
pycparser==3.0
# via cffi
pycryptodomex==3.21.0
pycryptodomex==3.23.0
# via -r requirements/base.in
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.12.0
# via
# -r requirements/base.in
# drf-jwt
# edx-drf-extensions
# edx-rest-api-client
pymongo==4.4.0
pymongo==4.16.0
# via
# edx-opaque-keys
# event-tracking
pynacl==1.5.0
pynacl==1.6.2
# via edx-django-utils
python-dateutil==2.9.0.post0
# via
Expand All @@ -180,60 +177,60 @@ python-ipware==3.0.0
# via django-ipware
python-slugify==8.0.4
# via code-annotations
pytz==2024.2
pytz==2026.1.post1
# via
# -r requirements/base.in
# event-tracking
# xblock
pyyaml==6.0.2
pyyaml==6.0.3
# via
# code-annotations
# xblock
requests==2.32.3
requests==2.32.5
# via
# edx-drf-extensions
# edx-rest-api-client
rules==3.5
# via -r requirements/base.in
semantic-version==2.10.0
# via edx-drf-extensions
simplejson==3.19.3
simplejson==3.20.2
# via xblock
six==1.16.0
six==1.17.0
# via
# edx-ccx-keys
# event-tracking
# fs
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.5
# via django
stevedore==5.4.0
stevedore==5.7.0
# via
# code-annotations
# edx-django-utils
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
typing-extensions==4.15.0
# via edx-opaque-keys
tzdata==2024.2
# via
# celery
# kombu
urllib3==2.2.3
tzdata==2025.3
# via kombu
tzlocal==5.3.1
# via celery
urllib3==2.6.3
# via requests
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.13
wcwidth==0.6.0
# via prompt-toolkit
web-fragments==2.2.0
web-fragments==4.0.0
# via xblock
webob==1.8.9
# via xblock
xblock==5.1.0
xblock==5.3.0
# via edx-when

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/celery50.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
amqp==5.3.1
billiard==4.2.1
celery==5.4.0
click==8.1.7
billiard==4.2.4
celery==5.6.2
click==8.3.1
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.4.2
prompt-toolkit==3.0.48
kombu==5.6.2
prompt-toolkit==3.0.52
vine==5.1.0
Loading
Loading