diff --git a/requirements/ci.txt b/requirements/ci.txt index 7f39026..67a3d00 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -4,13 +4,13 @@ # # pip-compile --output-file=requirements/ci.txt requirements/ci.in # -cachetools==5.5.2 +cachetools==6.1.0 # via tox chardet==5.2.0 # via tox colorama==0.4.6 # via tox -distlib==0.3.9 +distlib==0.4.0 # via virtualenv filelock==3.18.0 # via @@ -20,15 +20,15 @@ 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 -tox==4.25.0 +tox==4.28.4 # via -r requirements/ci.in -virtualenv==20.31.1 +virtualenv==20.33.1 # via tox diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 1511019..420f27c 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -19,13 +19,6 @@ Django<5.0 # 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 diff --git a/requirements/dev.txt b/requirements/dev.txt index 4b485da..c01057e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,27 +6,27 @@ # appdirs==1.4.4 # via fs -asgiref==3.8.1 +asgiref==3.9.1 # via django -boto3==1.38.9 +boto3==1.40.6 # via fs-s3fs -botocore==1.38.9 +botocore==1.40.6 # via # boto3 # s3transfer -build==1.2.2.post1 +build==1.3.0 # via pip-tools -cachetools==5.5.2 +cachetools==6.1.0 # via tox chardet==5.2.0 # via tox -click==8.1.8 +click==8.2.1 # via pip-tools colorama==0.4.6 # via tox -distlib==0.3.9 +distlib==0.4.0 # via virtualenv -django==4.2.20 +django==4.2.23 # via # -c requirements/common_constraints.txt # -r requirements/base.in @@ -49,15 +49,15 @@ packaging==25.0 # build # pyproject-api # tox -pip-tools==7.4.1 +pip-tools==7.5.0 # via -r requirements/dev.in -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 pyproject-hooks==1.2.0 # via @@ -65,7 +65,7 @@ pyproject-hooks==1.2.0 # pip-tools python-dateutil==2.9.0.post0 # via botocore -s3transfer==0.12.0 +s3transfer==0.13.1 # via boto3 six==1.17.0 # via @@ -74,13 +74,11 @@ six==1.17.0 # python-dateutil sqlparse==0.5.3 # via django -tox==4.25.0 +tox==4.28.4 # via -r requirements/dev.in -urllib3==2.2.3 - # via - # -c requirements/common_constraints.txt - # botocore -virtualenv==20.31.1 +urllib3==2.5.0 + # via botocore +virtualenv==20.33.1 # via tox wheel==0.45.1 # via pip-tools diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 84ded70..236747f 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -4,13 +4,13 @@ # # pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in # -build==1.2.2.post1 +build==1.3.0 # via pip-tools -click==8.1.8 +click==8.2.1 # via pip-tools packaging==25.0 # via build -pip-tools==7.4.1 +pip-tools==7.5.0 # via -r requirements/pip-tools.in pyproject-hooks==1.2.0 # via diff --git a/requirements/pip.txt b/requirements/pip.txt index 1e7ceee..54896b5 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -10,7 +10,7 @@ wheel==0.45.1 # The following packages are considered to be unsafe in a requirements file: pip==24.2 # via - # -c requirements/common_constraints.txt + # -c /home/runner/work/django-pyfs/django-pyfs/requirements/common_constraints.txt # -r requirements/pip.in -setuptools==80.3.1 +setuptools==80.9.0 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index f8a9486..e172886 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -8,28 +8,28 @@ appdirs==1.4.4 # via # -r requirements/test.txt # fs -asgiref==3.8.1 +asgiref==3.9.1 # via # -r requirements/test.txt # django -astroid==3.3.9 +astroid==3.3.11 # via # pylint # pylint-celery backports-tarfile==1.2.0 # via jaraco-context -boto3==1.38.9 +boto3==1.40.6 # via # -r requirements/test.txt # fs-s3fs # moto -botocore==1.38.9 +botocore==1.40.6 # via # -r requirements/test.txt # boto3 # moto # s3transfer -certifi==2025.4.26 +certifi==2025.8.3 # via # -r requirements/test.txt # requests @@ -37,11 +37,11 @@ cffi==1.17.1 # via # -r requirements/test.txt # cryptography -charset-normalizer==3.4.2 +charset-normalizer==3.4.3 # via # -r requirements/test.txt # requests -click==8.1.8 +click==8.2.1 # via # click-log # code-annotations @@ -50,22 +50,22 @@ click-log==0.4.0 # via edx-lint code-annotations==2.3.0 # via edx-lint -coverage[toml]==7.8.0 +coverage[toml]==7.10.3 # via # -r requirements/test.txt # pytest-cov -cryptography==44.0.3 +cryptography==45.0.6 # via # -r requirements/test.txt # moto # secretstorage dill==0.4.0 # via pylint -django==4.2.20 +django==4.2.23 # via # -c requirements/common_constraints.txt # -r requirements/test.txt -docutils==0.21.2 +docutils==0.22 # via readme-renderer edx-lint==5.6.0 # via -r requirements/quality.in @@ -95,7 +95,7 @@ jaraco-classes==3.4.0 # via keyring jaraco-context==6.0.1 # via keyring -jaraco-functools==4.1.0 +jaraco-functools==4.2.1 # via keyring jeepney==0.9.0 # via @@ -134,7 +134,7 @@ moto==4.2.14 # via # -c requirements/constraints.txt # -r requirements/test.txt -nh3==0.2.21 +nh3==0.3.0 # via readme-renderer packaging==25.0 # via @@ -143,13 +143,14 @@ packaging==25.0 # twine pbr==6.1.1 # via stevedore -platformdirs==4.3.7 +platformdirs==4.3.8 # via pylint -pluggy==1.5.0 +pluggy==1.6.0 # via # -r requirements/test.txt # pytest -pycodestyle==2.13.0 + # pytest-cov +pycodestyle==2.14.0 # via -r requirements/quality.in pycparser==2.22 # via @@ -157,11 +158,13 @@ pycparser==2.22 # cffi pydocstyle==6.3.0 # via -r requirements/quality.in -pygments==2.19.1 +pygments==2.19.2 # via + # -r requirements/test.txt + # pytest # readme-renderer # rich -pylint==3.3.7 +pylint==3.3.8 # via # edx-lint # pylint-celery @@ -171,18 +174,18 @@ pylint-celery==0.3 # via edx-lint pylint-django==2.6.1 # via edx-lint -pylint-plugin-utils==0.8.2 +pylint-plugin-utils==0.9.0 # via # pylint-celery # pylint-django pypng==0.20220715.0 # via -r requirements/test.txt -pytest==8.3.5 +pytest==8.4.1 # via # -r requirements/test.txt # pytest-cov # pytest-django -pytest-cov==6.1.1 +pytest-cov==6.2.1 # via -r requirements/test.txt pytest-django==4.11.1 # via -r requirements/test.txt @@ -200,7 +203,7 @@ pyyaml==6.0.2 # responses readme-renderer==44.0 # via twine -requests==2.32.3 +requests==2.32.4 # via # -r requirements/test.txt # id @@ -210,15 +213,15 @@ requests==2.32.3 # twine requests-toolbelt==1.0.0 # via twine -responses==0.25.7 +responses==0.25.8 # via # -r requirements/test.txt # moto rfc3986==2.0.0 # via twine -rich==14.0.0 +rich==14.1.0 # via twine -s3transfer==0.12.0 +s3transfer==0.13.1 # via # -r requirements/test.txt # boto3 @@ -231,7 +234,7 @@ six==1.17.0 # fs # fs-s3fs # python-dateutil -snowballstemmer==2.2.0 +snowballstemmer==3.0.1 # via pydocstyle sqlparse==0.5.3 # via @@ -241,13 +244,12 @@ stevedore==5.4.1 # via code-annotations text-unidecode==1.3 # via python-slugify -tomlkit==0.13.2 +tomlkit==0.13.3 # via pylint twine==6.1.0 # via -r requirements/quality.in -urllib3==2.2.3 +urllib3==2.5.0 # via - # -c requirements/common_constraints.txt # -r requirements/test.txt # botocore # requests @@ -261,7 +263,7 @@ xmltodict==0.14.2 # via # -r requirements/test.txt # moto -zipp==3.21.0 +zipp==3.23.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/test.txt b/requirements/test.txt index d5e4ed1..d7d4b1e 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -6,26 +6,26 @@ # appdirs==1.4.4 # via fs -asgiref==3.8.1 +asgiref==3.9.1 # via django -boto3==1.38.9 +boto3==1.40.6 # via # fs-s3fs # moto -botocore==1.38.9 +botocore==1.40.6 # via # boto3 # moto # s3transfer -certifi==2025.4.26 +certifi==2025.8.3 # via requests cffi==1.17.1 # via cryptography -charset-normalizer==3.4.2 +charset-normalizer==3.4.3 # via requests -coverage[toml]==7.8.0 +coverage[toml]==7.10.3 # via pytest-cov -cryptography==44.0.3 +cryptography==45.0.6 # via moto # via # -c requirements/common_constraints.txt @@ -58,18 +58,22 @@ moto==4.2.14 # -r requirements/test.in packaging==25.0 # via pytest -pluggy==1.5.0 - # via pytest +pluggy==1.6.0 + # via + # pytest + # pytest-cov pycparser==2.22 # via cffi +pygments==2.19.2 + # via pytest pypng==0.20220715.0 # via -r requirements/test.in -pytest==8.3.5 +pytest==8.4.1 # via # -r requirements/test.in # pytest-cov # pytest-django -pytest-cov==6.1.1 +pytest-cov==6.2.1 # via -r requirements/test.in pytest-django==4.11.1 # via -r requirements/test.in @@ -79,13 +83,13 @@ python-dateutil==2.9.0.post0 # moto pyyaml==6.0.2 # via responses -requests==2.32.3 +requests==2.32.4 # via # moto # responses -responses==0.25.7 +responses==0.25.8 # via moto -s3transfer==0.12.0 +s3transfer==0.13.1 # via boto3 six==1.17.0 # via @@ -94,9 +98,8 @@ six==1.17.0 # python-dateutil sqlparse==0.5.3 # via django -urllib3==2.2.3 +urllib3==2.5.0 # via - # -c requirements/common_constraints.txt # botocore # requests # responses