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:
matrix:
os:
- ubuntu-latest
python-version: ['3.11', '3.12']
python-version: ['3.12']
steps:
- uses: actions/checkout@v4
- name: setup python
Expand Down
18 changes: 8 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
#
# 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
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/base.in
certifi==2025.4.26
certifi==2026.2.25
# via requests
charset-normalizer==3.4.2
charset-normalizer==3.4.5
# via requests
dogstatsd-python==0.5.6
# via -r requirements/base.in
idna==3.10
idna==3.11
# via requests
path==17.1.0
path==17.1.1
# via path-py
path-py==12.5.0
# via -r requirements/base.in
requests==2.32.3
requests==2.32.5
# via -r requirements/base.in
six==1.17.0
# via -r requirements/base.in
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
urllib3==2.6.3
# via requests
30 changes: 17 additions & 13 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
#
# 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
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/test.txt
certifi==2025.4.26
certifi==2026.2.25
# via
# -r requirements/test.txt
# requests
charset-normalizer==3.4.2
charset-normalizer==3.4.5
# via
# -r requirements/test.txt
# requests
coverage[toml]==7.8.1
coverage[toml]==7.13.4
# via
# -r requirements/ci.in
# -r requirements/test.txt
# pytest-cov
dogstatsd-python==0.5.6
# via -r requirements/test.txt
idna==3.10
idna==3.11
# via
# -r requirements/test.txt
# requests
iniconfig==2.1.0
iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
mock==5.2.0
# via -r requirements/test.txt
packaging==25.0
packaging==26.0
# via
# -r requirements/test.txt
# pytest
path==17.1.0
path==17.1.1
# via
# -r requirements/test.txt
# path-py
Expand All @@ -45,18 +45,22 @@ pluggy==1.6.0
# via
# -r requirements/test.txt
# pytest
pytest==8.3.5
# pytest-cov
pygments==2.19.2
# via
# -r requirements/test.txt
# pytest
pytest==9.0.2
# via
# -r requirements/test.txt
# pytest-cov
pytest-cov==6.1.1
pytest-cov==7.0.0
# via -r requirements/test.txt
requests==2.32.3
requests==2.32.5
# via -r requirements/test.txt
six==1.17.0
# via -r requirements/test.txt
urllib3==2.2.3
urllib3==2.6.3
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# requests
13 changes: 1 addition & 12 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,9 @@
# this file from Github directly. It does not require packaging in edx-lint.

# using LTS django version
Django<5.0
Django<6.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

# 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
14 changes: 7 additions & 7 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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
wheel==0.45.1
packaging==26.0
# via wheel
wheel==0.46.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==80.8.0
pip==26.0.1
# via -r requirements/pip.in
setuptools==82.0.0
# via -r requirements/pip.in
16 changes: 9 additions & 7 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
#
# 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
#
build==1.2.2.post1
build==1.4.0
# via pip-tools
click==8.2.1
click==8.3.1
# via pip-tools
packaging==25.0
# via build
pip-tools==7.4.1
packaging==26.0
# via
# build
# wheel
pip-tools==7.5.3
# via -r requirements/pip_tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
wheel==0.46.3
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
15 changes: 7 additions & 8 deletions requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
#
# 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
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/base.txt
certifi==2025.4.26
certifi==2026.2.25
# via
# -r requirements/base.txt
# requests
charset-normalizer==3.4.2
charset-normalizer==3.4.5
# via
# -r requirements/base.txt
# requests
dogstatsd-python==0.5.6
# via -r requirements/base.txt
idna==3.10
idna==3.11
# via
# -r requirements/base.txt
# requests
path==17.1.0
path==17.1.1
# via
# -r requirements/base.txt
# path-py
path-py==12.5.0
# via -r requirements/base.txt
requests==2.32.3
requests==2.32.5
# via -r requirements/base.txt
six==1.17.0
# via -r requirements/base.txt
urllib3==2.2.3
urllib3==2.6.3
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# requests
29 changes: 16 additions & 13 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,51 +1,54 @@
#
# 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
#
-e git+https://github.com/openedx/codejail.git@4127fc4bd5775cc72aee8d7f0a70e31405e22439#egg=codejail
# via -r requirements/production.txt
certifi==2025.4.26
certifi==2026.2.25
# via
# -r requirements/production.txt
# requests
charset-normalizer==3.4.2
charset-normalizer==3.4.5
# via
# -r requirements/production.txt
# requests
coverage[toml]==7.8.1
coverage[toml]==7.13.4
# via pytest-cov
dogstatsd-python==0.5.6
# via -r requirements/production.txt
idna==3.10
idna==3.11
# via
# -r requirements/production.txt
# requests
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
mock==5.2.0
# via -r requirements/test.in
packaging==25.0
packaging==26.0
# via pytest
path==17.1.0
path==17.1.1
# via
# -r requirements/production.txt
# path-py
path-py==12.5.0
# via -r requirements/production.txt
pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.19.2
# via pytest
pytest==8.3.5
pytest==9.0.2
# via pytest-cov
pytest-cov==6.1.1
pytest-cov==7.0.0
# via -r requirements/test.in
requests==2.32.3
requests==2.32.5
# via -r requirements/production.txt
six==1.17.0
# via -r requirements/production.txt
urllib3==2.2.3
urllib3==2.6.3
# via
# -c requirements/common_constraints.txt
# -r requirements/production.txt
# requests
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='xqueue_watcher',
version='0.4',
version='1.0.0',
description='XQueue Pull Grader',
packages=[
'grader_support',
Expand Down