Skip to content
Closed
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
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
dnspython==2.7.0
dnspython==2.8.0
# via pymongo
edx-opaque-keys==3.0.0
# via -r requirements/base.in
pymongo==4.14.1
pymongo==4.15.2
# via edx-opaque-keys
six==1.17.0
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.9.1
# via tox
tox==4.29.0
tox==4.30.3
# via -r requirements/ci.in
virtualenv==20.34.0
# via tox
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@ Django<5.0
# 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

# 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
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
click==8.2.1
click==8.3.0
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -44,7 +44,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage==7.10.6
coverage==7.10.7
# via -r requirements/test.txt
ddt==1.7.2
# via -r requirements/test.txt
Expand All @@ -57,7 +57,7 @@ distlib==0.4.0
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
dnspython==2.7.0
dnspython==2.8.0
# via
# -r requirements/test.txt
# pymongo
Expand All @@ -75,7 +75,7 @@ iniconfig==2.1.0
# via
# -r requirements/test.txt
# pytest
isort==6.0.1
isort==6.1.0
# via
# -r requirements/test.txt
# pylint
Expand All @@ -85,7 +85,7 @@ jinja2==3.1.6
# code-annotations
lazy-object-proxy==1.12.0
# via -r requirements/test.txt
markupsafe==3.0.2
markupsafe==3.0.3
# via
# -r requirements/test.txt
# jinja2
Expand All @@ -104,7 +104,7 @@ packaging==25.0
# pyproject-api
# pytest
# tox
pip-tools==7.5.0
pip-tools==7.5.1
# via -r requirements/pip-tools.txt
platformdirs==4.4.0
# via
Expand All @@ -125,7 +125,7 @@ pygments==2.19.2
# via
# -r requirements/test.txt
# pytest
pylint==3.3.8
pylint==3.3.9
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -145,7 +145,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.14.1
pymongo==4.15.2
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -159,13 +159,13 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.4.1
pytest==8.4.2
# via -r requirements/test.txt
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pyyaml==6.0.2
pyyaml==6.0.3
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -186,7 +186,7 @@ tomlkit==0.13.3
# via
# -r requirements/test.txt
# pylint
tox==4.29.0
tox==4.30.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
build==1.3.0
# via pip-tools
click==8.2.1
click==8.3.0
# via pip-tools
packaging==25.0
# via build
pip-tools==7.5.0
pip-tools==7.5.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c /home/runner/work/ccx-keys/ccx-keys/requirements/common_constraints.txt
# -r requirements/pip.in
pip==25.2
# via -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==3.3.11
# via
# pylint
# pylint-celery
click==8.2.1
click==8.3.0
# via
# click-log
# code-annotations
Expand All @@ -21,19 +21,19 @@ dill==0.4.0
# via pylint
edx-lint==5.6.0
# via -r requirements/quality.in
isort==6.0.1
isort==6.1.0
# via pylint
jinja2==3.1.6
# via code-annotations
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
platformdirs==4.4.0
# via pylint
pycodestyle==2.14.0
# via -r requirements/quality.in
pylint==3.3.8
pylint==3.3.9
# via
# -r requirements/quality.in
# edx-lint
Expand All @@ -50,7 +50,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.2
pyyaml==6.0.3
# via code-annotations
six==1.17.0
# via edx-lint
Expand Down
20 changes: 10 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cachetools==6.2.0
# via tox
chardet==5.2.0
# via tox
click==8.2.1
click==8.3.0
# via
# click-log
# code-annotations
Expand All @@ -23,15 +23,15 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
coverage==7.10.6
coverage==7.10.7
# via -r requirements/test.in
ddt==1.7.2
# via -r requirements/test.in
dill==0.4.0
# via pylint
distlib==0.4.0
# via virtualenv
dnspython==2.7.0
dnspython==2.8.0
# via
# -r requirements/base.txt
# pymongo
Expand All @@ -45,13 +45,13 @@ filelock==3.19.1
# virtualenv
iniconfig==2.1.0
# via pytest
isort==6.0.1
isort==6.1.0
# via pylint
jinja2==3.1.6
# via code-annotations
lazy-object-proxy==1.12.0
# via -r requirements/test.in
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
Expand All @@ -75,7 +75,7 @@ pycodestyle==2.14.0
# via -r requirements/test.in
pygments==2.19.2
# via pytest
pylint==3.3.8
pylint==3.3.9
# via
# edx-lint
# pylint-celery
Expand All @@ -89,17 +89,17 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.14.1
pymongo==4.15.2
# via
# -r requirements/base.txt
# edx-opaque-keys
pyproject-api==1.9.1
# via tox
pytest==8.4.1
pytest==8.4.2
# via -r requirements/test.in
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.2
pyyaml==6.0.3
# via code-annotations
six==1.17.0
# via
Expand All @@ -114,7 +114,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
# via pylint
tox==4.29.0
tox==4.30.3
# via -r requirements/test.in
typing-extensions==4.15.0
# via
Expand Down