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

Python Requirements Update #360

Merged
merged 1 commit into from
Apr 1, 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 @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.69
boto3==1.34.74
# via fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -72,7 +72,7 @@ markupsafe==2.1.5
# xblock
mdurl==0.1.2
# via markdown-it-py
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via xblock
pygments==2.17.2
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.34.69
boto3==1.34.74
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -116,7 +116,7 @@ exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
filelock==3.13.1
filelock==3.13.3
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -199,7 +199,7 @@ mock==5.1.0
# via
# -r requirements/test.in
# -r requirements/test.txt
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -261,7 +261,7 @@ pytest==8.1.1
# pytest-cov
# pytest-django
# pytest-rerunfailures
pytest-cov==4.1.0
pytest-cov==5.0.0
# via
# -r requirements/test.in
# -r requirements/test.txt
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.1.1
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.69
boto3==1.34.74
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -97,7 +97,7 @@ exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
filelock==3.13.1
filelock==3.13.3
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -167,7 +167,7 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -225,7 +225,7 @@ pytest==8.1.1
# pytest-cov
# pytest-django
# pytest-rerunfailures
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.34.69
boto3==1.34.74
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.69
botocore==1.34.74
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -73,7 +73,7 @@ distlib==0.3.8
# openedx-django-pyfs
exceptiongroup==1.2.0
# via pytest
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand Down Expand Up @@ -133,7 +133,7 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/test.in
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.6.0
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -164,7 +164,7 @@ pytest==8.1.1
# pytest-cov
# pytest-django
# pytest-rerunfailures
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
Expand Down
Loading