diff --git a/requirements/base.txt b/requirements/base.txt index 2e5ee4a..e06fbdd 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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 diff --git a/requirements/ci.txt b/requirements/ci.txt index 9e68963..5fa4038 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -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 diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 420f27c..00fcbd6 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -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 diff --git a/requirements/dev.txt b/requirements/dev.txt index 3220ce6..a5bb865 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index bfdc051..aff583b 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -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 diff --git a/requirements/pip.txt b/requirements/pip.txt index 1bf1212..42c7034 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -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 diff --git a/requirements/quality.txt b/requirements/quality.txt index 31dbab7..9e9e91c 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -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 @@ -21,11 +21,11 @@ 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 @@ -33,7 +33,7 @@ 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 @@ -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 diff --git a/requirements/test.txt b/requirements/test.txt index 42fdf5e..eadf4f3 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -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 @@ -23,7 +23,7 @@ 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 @@ -31,7 +31,7 @@ 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 @@ -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 @@ -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 @@ -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 @@ -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