diff --git a/requirements/ci.txt b/requirements/ci.txt index ac6fe93..50fb275 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,34 +1,34 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --output-file=requirements/ci.txt requirements/ci.in # -cachetools==5.5.0 +cachetools==5.5.1 # via tox chardet==5.2.0 # via tox colorama==0.4.6 # via tox -distlib==0.3.8 +distlib==0.3.9 # via virtualenv -filelock==3.15.4 +filelock==3.17.0 # via # tox # virtualenv -packaging==24.1 +packaging==24.2 # via # pyproject-api # tox -platformdirs==4.2.2 +platformdirs==4.3.6 # via # tox # virtualenv pluggy==1.5.0 # via tox -pyproject-api==1.7.1 +pyproject-api==1.9.0 # via tox -tox==4.18.0 +tox==4.24.1 # via -r requirements/ci.in -virtualenv==20.26.3 +virtualenv==20.29.1 # via tox diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 31879f7..1511019 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -11,7 +11,6 @@ # 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<5.0 @@ -23,9 +22,10 @@ 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/event-tracking/pull/290 -# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform. -# We will pin event-tracking to do not break existing installations -# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586 -# has been resolved and edx-platform is running with pymongo>=4.4.0 -event-tracking<2.4.1 +# 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 4d6f7e0..9340e4f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --output-file=requirements/dev.txt requirements/base.in requirements/dev.in @@ -8,29 +8,29 @@ appdirs==1.4.4 # via fs asgiref==3.8.1 # via django -boto3==1.35.3 +boto3==1.36.6 # via fs-s3fs -botocore==1.35.3 +botocore==1.36.6 # via # boto3 # s3transfer -build==1.2.1 +build==1.2.2.post1 # via pip-tools -cachetools==5.5.0 +cachetools==5.5.1 # via tox chardet==5.2.0 # via tox -click==8.1.7 +click==8.1.8 # via pip-tools colorama==0.4.6 # via tox -distlib==0.3.8 +distlib==0.3.9 # via virtualenv -django==4.2.15 +django==4.2.18 # via # -c requirements/common_constraints.txt # -r requirements/base.in -filelock==3.15.4 +filelock==3.17.0 # via # tox # virtualenv @@ -44,43 +44,45 @@ jmespath==1.0.1 # via # boto3 # botocore -packaging==24.1 +packaging==24.2 # via # build # pyproject-api # tox pip-tools==7.4.1 # via -r requirements/dev.in -platformdirs==4.2.2 +platformdirs==4.3.6 # via # tox # virtualenv pluggy==1.5.0 # via tox -pyproject-api==1.7.1 +pyproject-api==1.9.0 # via tox -pyproject-hooks==1.1.0 +pyproject-hooks==1.2.0 # via # build # pip-tools python-dateutil==2.9.0.post0 # via botocore -s3transfer==0.10.2 +s3transfer==0.11.2 # via boto3 -six==1.16.0 +six==1.17.0 # via # fs # fs-s3fs # python-dateutil -sqlparse==0.5.1 +sqlparse==0.5.3 # via django -tox==4.18.0 +tox==4.24.1 # via -r requirements/dev.in -urllib3==2.2.2 - # via botocore -virtualenv==20.26.3 +urllib3==2.2.3 + # via + # -c requirements/common_constraints.txt + # botocore +virtualenv==20.29.1 # via tox -wheel==0.44.0 +wheel==0.45.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index c4a07f4..8f66af9 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -1,22 +1,22 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in # -build==1.2.1 +build==1.2.2.post1 # via pip-tools -click==8.1.7 +click==8.1.8 # via pip-tools -packaging==24.1 +packaging==24.2 # via build pip-tools==7.4.1 # via -r requirements/pip-tools.in -pyproject-hooks==1.1.0 +pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.44.0 +wheel==0.45.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.txt b/requirements/pip.txt index 16455f3..223bbe6 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,14 +1,16 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in # -wheel==0.44.0 +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 -r requirements/pip.in -setuptools==73.0.1 + # via + # -c /home/runner/work/django-pyfs/django-pyfs/requirements/common_constraints.txt + # -r requirements/pip.in +setuptools==75.8.0 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index 425ab49..09a7263 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --output-file=requirements/quality.txt requirements/quality.in @@ -12,59 +12,62 @@ asgiref==3.8.1 # via # -r requirements/test.txt # django -astroid==3.2.4 +astroid==3.3.8 # via # pylint # pylint-celery -boto3==1.35.3 +backports-tarfile==1.2.0 + # via jaraco-context +boto3==1.36.6 # via # -r requirements/test.txt # fs-s3fs # moto -botocore==1.35.3 +botocore==1.36.6 # via # -r requirements/test.txt # boto3 # moto # s3transfer -certifi==2024.7.4 +certifi==2024.12.14 # via # -r requirements/test.txt # requests -cffi==1.17.0 +cffi==1.17.1 # via # -r requirements/test.txt # cryptography -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via # -r requirements/test.txt # requests -click==8.1.7 +click==8.1.8 # via # click-log # code-annotations # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==1.8.0 +code-annotations==2.2.0 # via edx-lint -coverage[toml]==7.6.1 +coverage[toml]==7.6.10 # via # -r requirements/test.txt # pytest-cov -cryptography==43.0.0 +cryptography==44.0.0 # via # -r requirements/test.txt # moto -dill==0.3.8 + # secretstorage +dill==0.3.9 # via pylint -django==4.2.15 +django==4.2.18 # via # -c requirements/common_constraints.txt # -r requirements/test.txt docutils==0.21.2 # via readme-renderer -edx-lint==5.3.7 +edx-lint==5.6.0 # via -r requirements/quality.in fs==2.4.16 # via @@ -72,12 +75,14 @@ fs==2.4.16 # fs-s3fs fs-s3fs==1.1.1 # via -r requirements/test.txt -idna==3.7 +id==1.5.0 + # via twine +idna==3.10 # via # -r requirements/test.txt # requests -importlib-metadata==8.4.0 - # via twine +importlib-metadata==8.6.1 + # via keyring iniconfig==2.0.0 # via # -r requirements/test.txt @@ -90,9 +95,13 @@ jaraco-classes==3.4.0 # via keyring jaraco-context==6.0.1 # via keyring -jaraco-functools==4.0.2 +jaraco-functools==4.1.0 # via keyring -jinja2==3.1.4 +jeepney==0.8.0 + # via + # keyring + # secretstorage +jinja2==3.1.5 # via # -r requirements/test.txt # code-annotations @@ -102,11 +111,11 @@ jmespath==1.0.1 # -r requirements/test.txt # boto3 # botocore -keyring==25.3.0 +keyring==25.6.0 # via twine markdown-it-py==3.0.0 # via rich -markupsafe==2.1.5 +markupsafe==3.0.2 # via # -r requirements/test.txt # jinja2 @@ -117,7 +126,7 @@ mdurl==0.1.2 # via markdown-it-py mock==5.1.0 # via -r requirements/test.txt -more-itertools==10.4.0 +more-itertools==10.6.0 # via # jaraco-classes # jaraco-functools @@ -125,17 +134,16 @@ moto==4.2.14 # via # -c requirements/constraints.txt # -r requirements/test.txt -nh3==0.2.18 +nh3==0.2.20 # via readme-renderer -packaging==24.1 +packaging==24.2 # via # -r requirements/test.txt # pytest -pbr==6.0.0 + # twine +pbr==6.1.0 # via stevedore -pkginfo==1.10.0 - # via twine -platformdirs==4.2.2 +platformdirs==4.3.6 # via pylint pluggy==1.5.0 # via @@ -149,11 +157,11 @@ pycparser==2.22 # cffi pydocstyle==6.3.0 # via -r requirements/quality.in -pygments==2.18.0 +pygments==2.19.1 # via # readme-renderer # rich -pylint==3.2.6 +pylint==3.3.3 # via # edx-lint # pylint-celery @@ -161,7 +169,7 @@ pylint==3.2.6 # pylint-plugin-utils pylint-celery==0.3 # via edx-lint -pylint-django==2.5.5 +pylint-django==2.6.1 # via edx-lint pylint-plugin-utils==0.8.2 # via @@ -169,14 +177,14 @@ pylint-plugin-utils==0.8.2 # pylint-django pypng==0.20220715.0 # via -r requirements/test.txt -pytest==8.3.2 +pytest==8.3.4 # via # -r requirements/test.txt # pytest-cov # pytest-django -pytest-cov==5.0.0 +pytest-cov==6.0.0 # via -r requirements/test.txt -pytest-django==4.8.0 +pytest-django==4.9.0 # via -r requirements/test.txt python-dateutil==2.9.0.post0 # via @@ -195,25 +203,28 @@ readme-renderer==44.0 requests==2.32.3 # via # -r requirements/test.txt + # id # moto # requests-toolbelt # responses # twine requests-toolbelt==1.0.0 # via twine -responses==0.25.3 +responses==0.25.6 # via # -r requirements/test.txt # moto rfc3986==2.0.0 # via twine -rich==13.7.1 +rich==13.9.4 # via twine -s3transfer==0.10.2 +s3transfer==0.11.2 # via # -r requirements/test.txt # boto3 -six==1.16.0 +secretstorage==3.3.3 + # via keyring +six==1.17.0 # via # -r requirements/test.txt # edx-lint @@ -222,34 +233,35 @@ six==1.16.0 # python-dateutil snowballstemmer==2.2.0 # via pydocstyle -sqlparse==0.5.1 +sqlparse==0.5.3 # via # -r requirements/test.txt # django -stevedore==5.2.0 +stevedore==5.4.0 # via code-annotations text-unidecode==1.3 # via python-slugify tomlkit==0.13.2 # via pylint -twine==5.1.1 +twine==6.1.0 # via -r requirements/quality.in -urllib3==2.2.2 +urllib3==2.2.3 # via + # -c requirements/common_constraints.txt # -r requirements/test.txt # botocore # requests # responses # twine -werkzeug==3.0.4 +werkzeug==3.1.3 # via # -r requirements/test.txt # moto -xmltodict==0.13.0 +xmltodict==0.14.2 # via # -r requirements/test.txt # moto -zipp==3.20.0 +zipp==3.21.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 44ea6fc..c25ea37 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --output-file=requirements/test.txt requirements/base.in requirements/test.in @@ -8,24 +8,24 @@ appdirs==1.4.4 # via fs asgiref==3.8.1 # via django -boto3==1.35.3 +boto3==1.36.6 # via # fs-s3fs # moto -botocore==1.35.3 +botocore==1.36.6 # via # boto3 # moto # s3transfer -certifi==2024.7.4 +certifi==2024.12.14 # via requests -cffi==1.17.0 +cffi==1.17.1 # via cryptography -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 # via requests -coverage[toml]==7.6.1 +coverage[toml]==7.6.10 # via pytest-cov -cryptography==43.0.0 +cryptography==44.0.0 # via moto # via # -c requirements/common_constraints.txt @@ -36,17 +36,17 @@ fs==2.4.16 # fs-s3fs fs-s3fs==1.1.1 # via -r requirements/base.in -idna==3.7 +idna==3.10 # via requests iniconfig==2.0.0 # via pytest -jinja2==3.1.4 +jinja2==3.1.5 # via moto jmespath==1.0.1 # via # boto3 # botocore -markupsafe==2.1.5 +markupsafe==3.0.2 # via # jinja2 # werkzeug @@ -56,7 +56,7 @@ moto==4.2.14 # via # -c requirements/constraints.txt # -r requirements/test.in -packaging==24.1 +packaging==24.2 # via pytest pluggy==1.5.0 # via pytest @@ -64,14 +64,14 @@ pycparser==2.22 # via cffi pypng==0.20220715.0 # via -r requirements/test.in -pytest==8.3.2 +pytest==8.3.4 # via # -r requirements/test.in # pytest-cov # pytest-django -pytest-cov==5.0.0 +pytest-cov==6.0.0 # via -r requirements/test.in -pytest-django==4.8.0 +pytest-django==4.9.0 # via -r requirements/test.in python-dateutil==2.9.0.post0 # via @@ -83,25 +83,26 @@ requests==2.32.3 # via # moto # responses -responses==0.25.3 +responses==0.25.6 # via moto -s3transfer==0.10.2 +s3transfer==0.11.2 # via boto3 -six==1.16.0 +six==1.17.0 # via # fs # fs-s3fs # python-dateutil -sqlparse==0.5.1 +sqlparse==0.5.3 # via django -urllib3==2.2.2 +urllib3==2.2.3 # via + # -c requirements/common_constraints.txt # botocore # requests # responses -werkzeug==3.0.4 +werkzeug==3.1.3 # via moto -xmltodict==0.13.0 +xmltodict==0.14.2 # via moto # The following packages are considered to be unsafe in a requirements file: