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 #410

Merged
merged 2 commits into from
Nov 4, 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
6 changes: 3 additions & 3 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.49
boto3==1.35.54
# via fs-s3fs
botocore==1.35.49
botocore==1.35.54
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -90,7 +90,7 @@ requests==2.32.3
# via
# -r requirements/base.in
# cookiecutter
rich==13.9.3
rich==13.9.4
# via cookiecutter
s3transfer==0.10.3
# via boto3
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.0
virtualenv==20.27.1
# via tox
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ django-simple-history==3.0.0
# 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
12 changes: 6 additions & 6 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.49
boto3==1.35.54
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.49
botocore==1.35.54
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -104,7 +104,7 @@ django==4.2.16
# -r requirements/base.txt
# -r requirements/test.txt
# openedx-django-pyfs
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/quality.in
filelock==3.16.1
# via
Expand Down Expand Up @@ -250,7 +250,7 @@ pytest==8.3.3
# pytest-cov
# pytest-django
# pytest-rerunfailures
pytest-cov==5.0.0
pytest-cov==6.0.0
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -292,7 +292,7 @@ requests==2.32.3
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
rich==13.9.3
rich==13.9.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -346,7 +346,7 @@ urllib3==2.2.3
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.27.0
virtualenv==20.27.1
# via
# -r requirements/test.txt
# tox
Expand Down
1 change: 1 addition & 0 deletions requirements/pip.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Core dependencies for installing other packages
-c constraints.txt

pip
setuptools
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ 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==75.2.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 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.49
boto3==1.35.54
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.49
botocore==1.35.54
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -86,7 +86,7 @@ django==4.2.16
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# openedx-django-pyfs
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/quality.in
filelock==3.16.1
# via
Expand Down Expand Up @@ -215,7 +215,7 @@ pytest==8.3.3
# pytest-cov
# pytest-django
# pytest-rerunfailures
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -246,7 +246,7 @@ requests==2.32.3
# via
# -r requirements/test.txt
# cookiecutter
rich==13.9.3
rich==13.9.4
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -290,7 +290,7 @@ urllib3==2.2.3
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.27.0
virtualenv==20.27.1
# via
# -r requirements/test.txt
# tox
Expand Down
10 changes: 5 additions & 5 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.49
boto3==1.35.54
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.49
botocore==1.35.54
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -156,7 +156,7 @@ pytest==8.3.3
# pytest-cov
# pytest-django
# pytest-rerunfailures
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-django==4.9.0
# via -r requirements/test.in
Expand Down Expand Up @@ -185,7 +185,7 @@ requests==2.32.3
# via
# -r requirements/base.txt
# cookiecutter
rich==13.9.3
rich==13.9.4
# via
# -r requirements/base.txt
# cookiecutter
Expand Down Expand Up @@ -222,7 +222,7 @@ urllib3==2.2.3
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.27.0
virtualenv==20.27.1
# via tox
web-fragments==2.2.0
# via
Expand Down