Skip to content

Commit

Permalink
Merge pull request #360 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-66344dd

Python Requirements Update
  • Loading branch information
farhan authored Apr 1, 2024
2 parents 66344dd + f09f128 commit 4e32854
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
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

0 comments on commit 4e32854

Please sign in to comment.