Skip to content
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

chore: Upgrade Python requirements #401

Merged
merged 1 commit into from
Sep 9, 2024
Merged
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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.10
boto3==1.35.14
# via fs-s3fs
botocore==1.35.10
botocore==1.35.14
# via
# boto3
# s3transfer
Expand All @@ -28,7 +28,7 @@ click==8.1.7
# via cookiecutter
cookiecutter==2.6.0
# via -r requirements/base.in
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -107,7 +107,7 @@ sqlparse==0.5.1
# via django
text-unidecode==1.3
# via python-slugify
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20240906
# via arrow
urllib3==2.2.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.0
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.3.1
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tox==4.18.0
tox==4.18.1
# via -r requirements/ci.in
virtualenv==20.26.3
virtualenv==20.26.4
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.10
boto3==1.35.14
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.10
botocore==1.35.14
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -98,15 +98,15 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# -r requirements/test.txt
# openedx-django-pyfs
edx-lint==5.4.0
# via -r requirements/quality.in
filelock==3.15.4
filelock==3.16.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -202,7 +202,7 @@ packaging==24.1
# tox
pbr==6.1.0
# via stevedore
platformdirs==4.2.2
platformdirs==4.3.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -254,7 +254,7 @@ pytest-cov==5.0.0
# via
# -r requirements/test.in
# -r requirements/test.txt
pytest-django==4.8.0
pytest-django==4.9.0
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -331,11 +331,11 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.2
# via pylint
tox==4.18.0
tox==4.18.1
# via
# -r requirements/test.in
# -r requirements/test.txt
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20240906
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -346,7 +346,7 @@ urllib3==2.2.2
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.26.3
virtualenv==20.26.4
# via
# -r requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.0.0
setuptools==74.1.2
# via -r requirements/pip.in
18 changes: 9 additions & 9 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.10
boto3==1.35.14
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.10
botocore==1.35.14
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -81,14 +81,14 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# openedx-django-pyfs
edx-lint==5.4.0
# via -r requirements/quality.in
filelock==3.15.4
filelock==3.16.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -170,7 +170,7 @@ packaging==24.1
# tox
pbr==6.1.0
# via stevedore
platformdirs==4.2.2
platformdirs==4.3.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -217,7 +217,7 @@ pytest==8.3.2
# pytest-rerunfailures
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.txt
pytest-rerunfailures==14.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -279,9 +279,9 @@ text-unidecode==1.3
# python-slugify
tomlkit==0.13.2
# via pylint
tox==4.18.0
tox==4.18.1
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20240906
# via
# -r requirements/test.txt
# arrow
Expand All @@ -290,7 +290,7 @@ urllib3==2.2.2
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.26.3
virtualenv==20.26.4
# via
# -r requirements/test.txt
# tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.35.10
boto3==1.35.14
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.10
botocore==1.35.14
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -66,7 +66,7 @@ distlib==0.3.8
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# openedx-django-pyfs
filelock==3.15.4
filelock==3.16.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -135,7 +135,7 @@ packaging==24.1
# pytest
# pytest-rerunfailures
# tox
platformdirs==4.2.2
platformdirs==4.3.1
# via
# tox
# virtualenv
Expand All @@ -158,7 +158,7 @@ pytest==8.3.2
# pytest-rerunfailures
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.in
pytest-rerunfailures==14.0
# via -r requirements/test.in
Expand Down Expand Up @@ -211,9 +211,9 @@ text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify
tox==4.18.0
tox==4.18.1
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20240906
# via
# -r requirements/base.txt
# arrow
Expand All @@ -222,7 +222,7 @@ urllib3==2.2.2
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.26.3
virtualenv==20.26.4
# via tox
web-fragments==2.2.0
# via
Expand Down