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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-24.04' ]
python-version: ['3.11', '3.12']
python-version: ['3.12']
toxenv: [ 'django42', 'django52' ]
# Only run these other workflows on the latest python version we support.
include:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
run: tox

- name: Run Coverage
if: matrix.python-version == '3.11' && matrix.toxenv=='django42'
if: matrix.python-version == '3.12' && matrix.toxenv=='django42'
uses: codecov/codecov-action@v5
with:
flags: unittests
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 @@ -16,7 +16,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v6
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 .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sphinx:
build:
os: "ubuntu-lts-latest"
tools:
python: "3.11"
python: "3.12"

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion event_routing_backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Various backends for receiving edX LMS events..
"""

__version__ = "9.3.8"
__version__ = "10.0.0"
52 changes: 27 additions & 25 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,27 +8,27 @@ amqp==5.3.1
# via kombu
aniso8601==10.0.1
# via tincan
apache-libcloud==3.8.0
apache-libcloud==3.9.0
# via -r requirements/base.in
asgiref==3.10.0
asgiref==3.11.1
# via django
attrs==25.4.0
# via openedx-events
billiard==4.2.2
billiard==4.2.4
# via celery
celery==5.5.3
celery==5.6.2
# via
# edx-celeryutils
# event-tracking
certifi==2025.10.5
certifi==2026.2.25
# via requests
cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.4
charset-normalizer==3.4.5
# via requests
click==8.3.0
click==8.3.1
# via
# celery
# click-didyoumean
Expand All @@ -42,11 +42,11 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.3.0
code-annotations==2.3.2
# via edx-toggles
cryptography==46.0.3
cryptography==46.0.5
# via django-fernet-fields-v2
django==4.2.25
django==5.2.12
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -94,7 +94,7 @@ edx-django-utils==8.0.1
# edx-toggles
# event-tracking
# openedx-events
edx-opaque-keys[django]==3.0.0
edx-opaque-keys[django]==3.1.0
# via
# edx-ccx-keys
# openedx-events
Expand All @@ -119,42 +119,42 @@ jsonfield==3.2.0
# via
# -r requirements/base.in
# edx-celeryutils
kombu==5.5.4
kombu==5.6.2
# via celery
markupsafe==3.0.3
# via jinja2
openedx-events==10.5.0
# via event-tracking
openedx-filters==2.1.0
# via -r requirements/base.in
packaging==25.0
packaging==26.0
# via kombu
prompt-toolkit==3.0.52
# via click-repl
psutil==7.1.1
psutil==7.2.2
# via edx-django-utils
pycparser==2.23
pycparser==3.0
# via cffi
pymongo==4.15.3
pymongo==4.16.0
# via
# edx-opaque-keys
# event-tracking
pynacl==1.6.0
pynacl==1.6.2
# via edx-django-utils
python-dateutil==2.9.0.post0
# via
# -r requirements/base.in
# celery
python-slugify==8.0.4
# via code-annotations
pytz==2025.2
pytz==2026.1.post1
# via
# -r requirements/base.in
# event-tracking
# tincan
pyyaml==6.0.3
# via code-annotations
redis==6.4.0
redis==7.3.0
# via django-redis
requests==2.32.5
# via
Expand All @@ -165,9 +165,9 @@ six==1.17.0
# edx-ccx-keys
# event-tracking
# python-dateutil
sqlparse==0.5.3
sqlparse==0.5.5
# via django
stevedore==5.5.0
stevedore==5.7.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -178,16 +178,18 @@ tincan==1.0.0
# via -r requirements/base.in
typing-extensions==4.15.0
# via edx-opaque-keys
tzdata==2025.2
tzdata==2025.3
# via kombu
urllib3==2.5.0
tzlocal==5.3.1
# via celery
urllib3==2.6.3
# via requests
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.14
wcwidth==0.6.0
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
22 changes: 13 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
#
# 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
#
cachetools==6.2.1
# via tox
chardet==5.2.0
cachetools==7.0.3
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.20.0
filelock==3.25.0
# via
# python-discovery
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.5.0
platformdirs==4.9.4
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.31.0
python-discovery==1.1.0
# via virtualenv
tomli-w==1.2.0
# via tox
tox==4.49.0
# via -r requirements/ci.in
virtualenv==20.35.3
virtualenv==21.1.0
# via tox
Loading