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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
14 changes: 10 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,21 @@
# Note: Changes to this file will automatically be used by other repos, referencing
# this file from Github directly. It does not require packaging in edx-lint.


# using LTS django version
Django<4.0
Django<5.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

setuptools<60

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
20 changes: 12 additions & 8 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
click==8.1.3
build==1.2.2.post1
# via pip-tools
pep517==0.12.0
click==8.1.8
# via pip-tools
pip-tools==6.6.2
packaging==25.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
tomli==2.0.1
# via pep517
wheel==0.37.1
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
wheel==0.37.1
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.1.2
# via -r requirements/pip.in
setuptools==59.8.0
pip==24.2
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==79.0.0
# via -r requirements/pip.in
18 changes: 9 additions & 9 deletions requirements/server.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
certifi==2022.6.15
certifi==2025.1.31
# via requests
charset-normalizer==2.0.12
charset-normalizer==3.4.1
# via requests
click==7.1.2
# via flask
flask==1.1.4
# via -r requirements/server.in
idna==3.3
idna==3.10
# via requests
itsdangerous==1.1.0
# via flask
jinja2==2.11.3
# via flask
markupsafe==2.1.1
markupsafe==3.0.2
# via jinja2
pyjwt==2.4.0
pyjwt==2.10.1
# via -r requirements/server.in
requests==2.28.0
requests==2.32.3
# via -r requirements/server.in
urllib3==1.26.9
urllib3==2.4.0
# via requests
werkzeug==1.0.1
# via flask
71 changes: 26 additions & 45 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,95 +1,76 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
astroid==2.11.6
astroid==3.3.9
# via
# pylint
# pylint-celery
attrs==21.4.0
# via pytest
click==8.1.3
click==8.1.8
# via
# click-log
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==2.3.0
# via edx-lint
coverage[toml]==6.4.1
coverage[toml]==7.8.0
# via pytest-cov
dill==0.3.5.1
dill==0.4.0
# via pylint
edx-lint==5.2.4
edx-lint==5.6.0
# via -r requirements/testing.in
iniconfig==1.1.1
iniconfig==2.1.0
# via pytest
isort==5.10.1
isort==6.0.1
# via pylint
jinja2==3.1.2
jinja2==3.1.6
# via code-annotations
lazy-object-proxy==1.7.1
# via astroid
markupsafe==2.1.1
markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
packaging==21.3
packaging==25.0
# via pytest
pbr==5.9.0
pbr==6.1.1
# via stevedore
platformdirs==2.5.2
platformdirs==4.3.7
# via pylint
pluggy==1.0.0
# via pytest
py==1.11.0
pluggy==1.5.0
# via pytest
pylint==2.14.3
pylint==3.3.6
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.7
pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pyparsing==3.0.9
# via packaging
pytest==7.1.2
pytest==8.3.5
# via pytest-cov
pytest-cov==3.0.0
pytest-cov==6.1.1
# via -r requirements/testing.in
python-slugify==6.1.2
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0
pyyaml==6.0.2
# via code-annotations
six==1.16.0
six==1.17.0
# via edx-lint
stevedore==3.5.0
stevedore==5.4.1
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# coverage
# pylint
# pytest
tomlkit==0.11.0
tomlkit==0.13.2
# via pylint
typing-extensions==4.2.0
# via
# astroid
# pylint
wrapt==1.14.1
# via astroid

# The following packages are considered to be unsafe in a requirements file:
# setuptools
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def is_requirement(line):

setup(
name='mockprock',
version='1.0.2',
version='2.0.0',
description='Mock proctoring backend for Open edX',
author='Dave St.Germain',
author_email='davestgermain@edx.org',
Expand All @@ -47,8 +47,8 @@ def is_requirement(line):
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
packages=[
'mockprock',
Expand Down