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 @@ -41,9 +41,9 @@ jobs:
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Change Log
Unreleased
~~~~~~~~~~

[3.0.0] - 2025-05-15
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Dropped support for Python 3.8.
* Added support for Python 3.12.

[2.5.1] - 2024-08-06
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Reduce schedule queries by using a request cache for get_schedule_for_user.
Expand Down
2 changes: 1 addition & 1 deletion edx_when/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Central source of course block dates for the LMS.
"""

__version__ = '2.6.0'
__version__ = '3.0.0'
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,6 @@ ext-import-graph =
int-import-graph =

[EXCEPTIONS]
overgeneral-exceptions = Exception
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine for now but for future reference, take a look at the top of this file, it shouldn't be updated manually, it's generated and should be updated using edx-lint

overgeneral-exceptions = builtins.Exception

# 264bfbfd3e646c58ffea0db9e4f1e268f0c8704d
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
click==8.1.8
click==8.2.0
# via edx-django-utils
cryptography==44.0.2
cryptography==44.0.3
# via pyjwt
django==4.2.20
django==4.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -69,7 +69,7 @@ markupsafe==3.0.2
# via
# mako
# xblock
newrelic==10.10.0
newrelic==10.12.0
# via edx-django-utils
pbr==6.1.1
# via stevedore
Expand All @@ -81,7 +81,7 @@ pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
pymongo==4.12.0
pymongo==4.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down Expand Up @@ -113,7 +113,7 @@ urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
web-fragments==3.0.0
web-fragments==3.1.0
# via xblock
webob==1.8.9
# via xblock
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2025.4.26
# via requests
chardet==5.2.0
# via tox
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
codecov==2.1.13
# via -r requirements/ci.in
Expand All @@ -30,21 +30,21 @@ packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.3.7
platformdirs==4.3.8
# via
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via tox
pyproject-api==1.9.0
pyproject-api==1.9.1
# via tox
requests==2.32.3
# via codecov
tox==4.25.0
tox==4.26.0
# via -r requirements/ci.in
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
virtualenv==20.30.0
virtualenv==20.31.2
# via tox
28 changes: 14 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.3.9
astroid==3.3.10
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -30,11 +30,11 @@ cffi==1.17.1
# -r requirements/quality.txt
# cryptography
# pynacl
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via
# -r requirements/quality.txt
# requests
click==8.1.8
click==8.2.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -55,7 +55,7 @@ coverage[toml]==7.8.0
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==44.0.2
cryptography==44.0.3
# via
# -r requirements/quality.txt
# pyjwt
Expand All @@ -69,7 +69,7 @@ dill==0.4.0
# via
# -r requirements/quality.txt
# pylint
django==4.2.20
django==4.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -111,7 +111,7 @@ edx-django-utils==7.4.0
# edx-drf-extensions
edx-drf-extensions==10.6.0
# via -r requirements/quality.txt
edx-i18n-tools==1.8.0
edx-i18n-tools==1.9.0
# via -r requirements/dev.in
edx-lint==5.6.0
# via -r requirements/quality.txt
Expand All @@ -127,7 +127,7 @@ idna==3.10
# via
# -r requirements/quality.txt
# requests
importlib-metadata==8.6.1
importlib-metadata==8.7.0
# via path-py
inflect==7.5.0
# via jinja2-pluralize
Expand Down Expand Up @@ -173,7 +173,7 @@ mock==5.2.0
# via -r requirements/quality.txt
more-itertools==10.7.0
# via inflect
newrelic==10.10.0
newrelic==10.12.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand All @@ -193,11 +193,11 @@ pbr==6.1.1
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.3.7
platformdirs==4.3.8
# via
# -r requirements/quality.txt
# pylint
pluggy==1.5.0
pluggy==1.6.0
# via
# -r requirements/quality.txt
# diff-cover
Expand All @@ -223,7 +223,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/quality.txt
# drf-jwt
# edx-drf-extensions
pylint==3.3.6
pylint==3.3.7
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -243,7 +243,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.12.0
pymongo==4.13.0
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand Down Expand Up @@ -301,7 +301,7 @@ six==1.17.0
# edx-lint
# fs
# python-dateutil
snowballstemmer==2.2.0
snowballstemmer==3.0.1
# via
# -r requirements/quality.txt
# pydocstyle
Expand Down Expand Up @@ -335,7 +335,7 @@ urllib3==2.2.3
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
# requests
web-fragments==3.0.0
web-fragments==3.1.0
# via
# -r requirements/quality.txt
# xblock
Expand Down
20 changes: 10 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ cffi==1.17.1
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via
# -r requirements/test.txt
# requests
click==8.1.8
click==8.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -48,13 +48,13 @@ coverage[toml]==7.8.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.2
cryptography==44.0.3
# via
# -r requirements/test.txt
# pyjwt
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.20
django==4.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -120,7 +120,7 @@ idna==3.10
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.6.1
importlib-metadata==8.7.0
# via keyring
iniconfig==2.1.0
# via
Expand Down Expand Up @@ -163,7 +163,7 @@ more-itertools==10.7.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.10.0
newrelic==10.12.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -180,7 +180,7 @@ pbr==6.1.1
# via
# -r requirements/test.txt
# stevedore
pluggy==1.5.0
pluggy==1.6.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -207,7 +207,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/test.txt
# drf-jwt
# edx-drf-extensions
pymongo==4.12.0
pymongo==4.13.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -274,7 +274,7 @@ six==1.17.0
# -r requirements/test.txt
# fs
# python-dateutil
snowballstemmer==2.2.0
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.7
# via beautifulsoup4
Expand Down Expand Up @@ -326,7 +326,7 @@ urllib3==2.2.3
# -r requirements/test.txt
# requests
# twine
web-fragments==3.0.0
web-fragments==3.1.0
# via
# -r requirements/test.txt
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.8
click==8.2.0
# via pip-tools
packaging==25.0
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==79.0.1
setuptools==80.7.1
# via -r requirements/pip.in
Loading