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
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Change Log
This project adheres to Semantic Versioning (https://semver.org/).


2025-05-02
~~~~~~~~~~

* Dropped support for Python versions older than 3.11
* Added support for Python 3.11 and 3.12.

2023-08-09
~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion repo_tools_data_schema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Schema for repo-tools-data.
"""

__version__ = '1.1'
__version__ = '2.0'

from .repo_tools_data_schema import validate_orgs, validate_salesforce_export
8 changes: 3 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
contextlib2==21.6.0
# via schema
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements/base.in
schema==0.7.5
schema==0.7.7
# via -r requirements/base.in
24 changes: 10 additions & 14 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,34 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.5.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.7
distlib==0.3.9
# via virtualenv
filelock==3.13.1
filelock==3.18.0
# via
# tox
# virtualenv
packaging==23.2
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==4.3.7
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
pyproject-api==1.9.0
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.4
tox==4.25.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.30.0
# via tox
12 changes: 10 additions & 2 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +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

# 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
112 changes: 39 additions & 73 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
astroid==3.0.1
astroid==3.3.9
# via
# -r requirements/quality.txt
# pylint
# pylint-celery
build==1.0.3
build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.2
cachetools==5.5.2
# via
# -r requirements/ci.txt
# tox
Expand All @@ -22,7 +22,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
click==8.1.7
click==8.1.8
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -34,70 +34,57 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.5.0
code-annotations==2.3.0
# via
# -r requirements/quality.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
contextlib2==21.6.0
coverage[toml]==7.8.0
# via
# -r requirements/quality.txt
# schema
coverage[toml]==7.3.2
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==8.0.1
diff-cover==9.2.4
# via -r requirements/dev.in
dill==0.3.7
dill==0.4.0
# via
# -r requirements/quality.txt
# pylint
distlib==0.3.7
distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
edx-lint==5.3.6
edx-lint==5.6.0
# via -r requirements/quality.txt
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
filelock==3.13.1
filelock==3.18.0
# via
# -r requirements/ci.txt
# tox
# virtualenv
importlib-metadata==7.0.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
iniconfig==2.1.0
# via
# -r requirements/quality.txt
# pytest
isort==5.12.0
isort==6.0.1
# via
# -r requirements/quality.txt
# pylint
jinja2==3.1.2
jinja2==3.1.6
# via
# -r requirements/quality.txt
# code-annotations
# diff-cover
markupsafe==2.1.3
markupsafe==3.0.2
# via
# -r requirements/quality.txt
# jinja2
mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
packaging==23.2
packaging==25.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -106,31 +93,31 @@ packaging==23.2
# pyproject-api
# pytest
# tox
pbr==6.0.0
pbr==6.1.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.3.0
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.1.0
platformdirs==4.3.7
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.5.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# diff-cover
# pytest
# tox
pycodestyle==2.11.1
pycodestyle==2.13.0
# via -r requirements/quality.txt
pygments==2.17.2
pygments==2.19.1
# via diff-cover
pylint==3.0.2
pylint==3.3.6
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -141,7 +128,7 @@ pylint-celery==0.3
# via
# -r requirements/quality.txt
# edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -150,78 +137,57 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pyproject-api==1.6.1
pyproject-api==1.9.0
# via
# -r requirements/ci.txt
# tox
pyproject-hooks==1.0.0
pyproject-hooks==1.2.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.3
# pip-tools
pytest==8.3.5
# via
# -r requirements/quality.txt
# pytest-cov
pytest-cov==4.1.0
pytest-cov==6.1.1
# via -r requirements/quality.txt
python-slugify==8.0.1
python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/quality.txt
# code-annotations
schema==0.7.5
schema==0.7.7
# via -r requirements/quality.txt
six==1.16.0
six==1.17.0
# via
# -r requirements/quality.txt
# edx-lint
stevedore==5.1.0
stevedore==5.4.1
# via
# -r requirements/quality.txt
# code-annotations
text-unidecode==1.3
# via
# -r requirements/quality.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.11.4
tox==4.25.0
# via -r requirements/ci.txt
typing-extensions==4.8.0
# via
# -r requirements/quality.txt
# astroid
# pylint
virtualenv==20.25.0
virtualenv==20.30.0
# via
# -r requirements/ci.txt
# tox
wheel==0.42.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
Loading