Skip to content

chore: Upgrade Python requirements #270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
7 changes: 0 additions & 7 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
36 changes: 17 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -49,23 +49,23 @@ 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
# build
# 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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
62 changes: 32 additions & 30 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,40 @@ 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
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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -143,25 +143,28 @@ 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
# -r requirements/test.txt
# 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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down
Loading