Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Feb 26, 2024
2 parents 6b712bd + 9f9e488 commit 4950ee9
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
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.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.44
boto3==1.34.49
# via fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# boto3
# s3transfer
Expand All @@ -26,7 +26,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via cookiecutter
cookiecutter==2.5.0
cookiecutter==2.6.0
# via -r requirements/base.in
django==3.2.24
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
16 changes: 8 additions & 8 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.34.44
boto3==1.34.49
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -79,11 +79,11 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
cookiecutter==2.5.0
cookiecutter==2.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -226,7 +226,7 @@ pygments==2.17.2
# -r requirements/base.txt
# -r requirements/test.txt
# rich
pylint==3.0.3
pylint==3.0.4
# via
# edx-lint
# pylint-celery
Expand All @@ -248,7 +248,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -327,7 +327,7 @@ sqlparse==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via
Expand Down Expand Up @@ -367,7 +367,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/test.txt
# tox
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
16 changes: 8 additions & 8 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.34.44
boto3==1.34.49
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -67,9 +67,9 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
cookiecutter==2.5.0
cookiecutter==2.6.0
# via -r requirements/test.txt
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -193,7 +193,7 @@ pygments==2.17.2
# via
# -r requirements/test.txt
# rich
pylint==3.0.3
pylint==3.0.4
# via
# edx-lint
# pylint-celery
Expand All @@ -213,7 +213,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -276,7 +276,7 @@ sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via
Expand Down Expand Up @@ -310,7 +310,7 @@ urllib3==1.26.18
# -r requirements/test.txt
# botocore
# requests
virtualenv==20.25.0
virtualenv==20.25.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 @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.34.44
boto3==1.34.49
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# -r requirements/base.txt
# boto3
Expand All @@ -52,9 +52,9 @@ click==8.1.7
# cookiecutter
colorama==0.4.6
# via tox
cookiecutter==2.5.0
cookiecutter==2.6.0
# via -r requirements/base.txt
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -153,7 +153,7 @@ pypng==0.20220715.0
# via -r requirements/base.txt
pyproject-api==1.6.1
# via tox
pytest==8.0.1
pytest==8.0.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -236,7 +236,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# botocore
# requests
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
web-fragments==2.1.0
# via
Expand Down

0 comments on commit 4950ee9

Please sign in to comment.