Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored May 6, 2024
2 parents d3f1479 + e113079 commit cf84cf3
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 25 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.93
boto3==1.34.98
# via fs-s3fs
botocore==1.34.93
botocore==1.34.98
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -73,7 +73,7 @@ mdurl==0.1.2
# via markdown-it-py
openedx-django-pyfs==3.6.0
# via xblock
pygments==2.17.2
pygments==2.18.0
# via rich
pypng==0.20220715.0
# via -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions 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.4
filelock==3.14.0
# via
# tox
# virtualenv
Expand All @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.15.0
# via -r requirements/ci.in
virtualenv==20.26.0
virtualenv==20.26.1
# via tox
12 changes: 6 additions & 6 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.93
boto3==1.34.98
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.93
botocore==1.34.98
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -89,7 +89,7 @@ cookiecutter==2.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand All @@ -116,7 +116,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.13.4
filelock==3.14.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -227,7 +227,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
pygments==2.18.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -372,7 +372,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.26.0
virtualenv==20.26.1
# via
# -r requirements/test.txt
# tox
Expand Down
3 changes: 1 addition & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
Expand Down
12 changes: 6 additions & 6 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.93
boto3==1.34.98
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.93
botocore==1.34.98
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -74,7 +74,7 @@ colorama==0.4.6
# tox
cookiecutter==2.6.0
# via -r requirements/test.txt
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -97,7 +97,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.13.4
filelock==3.14.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -194,7 +194,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
pygments==2.18.0
# via
# -r requirements/test.txt
# rich
Expand Down Expand Up @@ -314,7 +314,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.26.0
virtualenv==20.26.1
# via
# -r requirements/test.txt
# tox
Expand Down
12 changes: 6 additions & 6 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.93
boto3==1.34.98
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.93
botocore==1.34.98
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ colorama==0.4.6
# via tox
cookiecutter==2.6.0
# via -r requirements/base.txt
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -73,7 +73,7 @@ distlib==0.3.8
# openedx-django-pyfs
exceptiongroup==1.2.1
# via pytest
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -150,7 +150,7 @@ pluggy==1.5.0
# via
# pytest
# tox
pygments==2.17.2
pygments==2.18.0
# via
# -r requirements/base.txt
# rich
Expand Down Expand Up @@ -240,7 +240,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.26.0
virtualenv==20.26.1
# via tox
web-fragments==2.2.0
# via
Expand Down

0 comments on commit cf84cf3

Please sign in to comment.