Skip to content

chore: Upgrade Python requirements #266

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
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# 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
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.27.0
# via -r requirements/ci.in
virtualenv==20.31.1
virtualenv==20.31.2
# via tox
24 changes: 12 additions & 12 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.0
# via django
boto3==1.38.9
boto3==1.39.3
# via fs-s3fs
botocore==1.38.9
botocore==1.39.3
# via
# boto3
# s3transfer
build==1.2.2.post1
# 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
# via virtualenv
django==4.2.20
django==4.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -51,21 +51,21 @@ packaging==25.0
# tox
pip-tools==7.4.1
# 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.0
# via boto3
six==1.17.0
# via
Expand All @@ -74,13 +74,13 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.3
# via django
tox==4.25.0
tox==4.27.0
# via -r requirements/dev.in
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# botocore
virtualenv==20.31.1
virtualenv==20.31.2
# via tox
wheel==0.45.1
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.8
click==8.2.1
# via pip-tools
packaging==25.0
# via build
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
47 changes: 25 additions & 22 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@ appdirs==1.4.4
# via
# -r requirements/test.txt
# fs
asgiref==3.8.1
asgiref==3.9.0
# via
# -r requirements/test.txt
# django
astroid==3.3.9
astroid==3.3.10
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.38.9
boto3==1.39.3
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.38.9
botocore==1.39.3
# via
# -r requirements/test.txt
# boto3
# moto
# s3transfer
certifi==2025.4.26
certifi==2025.6.15
# via
# -r requirements/test.txt
# requests
Expand All @@ -41,7 +41,7 @@ charset-normalizer==3.4.2
# via
# -r requirements/test.txt
# requests
click==8.1.8
click==8.2.1
# via
# click-log
# code-annotations
Expand All @@ -50,18 +50,18 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.8.0
coverage[toml]==7.9.2
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.3
cryptography==45.0.5
# 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
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 @@ -143,22 +143,25 @@ 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
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 @@ -218,7 +221,7 @@ rfc3986==2.0.0
# via twine
rich==14.0.0
# via twine
s3transfer==0.12.0
s3transfer==0.13.0
# 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,7 +244,7 @@ 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
Expand All @@ -261,7 +264,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
28 changes: 16 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
#
appdirs==1.4.4
# via fs
asgiref==3.8.1
asgiref==3.9.0
# via django
boto3==1.38.9
boto3==1.39.3
# via
# fs-s3fs
# moto
botocore==1.38.9
botocore==1.39.3
# via
# boto3
# moto
# s3transfer
certifi==2025.4.26
certifi==2025.6.15
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.2
# via requests
coverage[toml]==7.8.0
coverage[toml]==7.9.2
# via pytest-cov
cryptography==44.0.3
cryptography==45.0.5
# via moto
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -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
Expand All @@ -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
# via moto
s3transfer==0.12.0
s3transfer==0.13.0
# via boto3
six==1.17.0
# via
Expand Down