Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Nov 6, 2023
2 parents f1388b1 + c82b335 commit 396bd74
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.73
boto3==1.28.78
# via fs-s3fs
botocore==1.31.73
botocore==1.31.78
# via
# boto3
# s3transfer
certifi==2023.7.22
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via cookiecutter
cookiecutter==2.4.0
# via -r requirements/base.in
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.13.0
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down
14 changes: 7 additions & 7 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.28.73
boto3==1.28.78
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.73
botocore==1.31.78
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -53,7 +53,7 @@ chardet==5.2.0
# -r requirements/base.txt
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -89,7 +89,7 @@ distlib==0.3.7
# via
# -r requirements/test.txt
# virtualenv
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand All @@ -101,7 +101,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.13.0
filelock==3.13.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -247,7 +247,7 @@ pytest-cov==4.1.0
# via
# -r requirements/test.in
# -r requirements/test.txt
pytest-django==4.5.2
pytest-django==4.6.0
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -331,7 +331,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
tox==3.28.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
14 changes: 7 additions & 7 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.28.73
boto3==1.28.78
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.31.73
botocore==1.31.78
# via
# -r requirements/test.txt
# boto3
Expand All @@ -43,7 +43,7 @@ chardet==5.2.0
# via
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -73,7 +73,7 @@ distlib==0.3.7
# via
# -r requirements/test.txt
# virtualenv
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -84,7 +84,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.13.0
filelock==3.13.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -211,7 +211,7 @@ pytest==7.4.3
# pytest-rerunfailures
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.txt
pytest-rerunfailures==12.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -280,7 +280,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
tox==3.28.0
# via
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.28.73
boto3==1.28.78
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.73
botocore==1.31.78
# via
# -r requirements/base.txt
# boto3
Expand All @@ -39,7 +39,7 @@ chardet==5.2.0
# via
# -r requirements/base.txt
# binaryornot
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
Expand All @@ -63,7 +63,7 @@ distlib==0.3.7
# openedx-django-pyfs
exceptiongroup==1.1.3
# via pytest
filelock==3.13.0
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -152,7 +152,7 @@ pytest==7.4.3
# pytest-rerunfailures
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
pytest-rerunfailures==12.0
# via -r requirements/test.in
Expand Down

0 comments on commit 396bd74

Please sign in to comment.