Skip to content

Commit

Permalink
Merge pull request #40 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-b593b05

Python Requirements Update
  • Loading branch information
farhan authored Nov 6, 2023
2 parents b593b05 + 1c9d4b3 commit 1511931
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.73
boto3==1.28.78
# via fs-s3fs
botocore==1.31.73
botocore==1.31.78
# via
# boto3
# s3transfer
django==3.2.22
django==3.2.23
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand Down
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,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 @@ -46,7 +46,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 @@ -89,7 +89,7 @@ distlib==0.3.7
# via
# -r requirements/tox.txt
# virtualenv
django==3.2.22
django==3.2.23
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -109,7 +109,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.13.0
filelock==3.13.1
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -283,7 +283,7 @@ pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-django
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -373,7 +373,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.12.1
tomlkit==0.12.2
# via
# -r requirements/test.txt
# pylint
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
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
# s3transfer
django==3.2.22
django==3.2.23
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ babel==2.13.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
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
# s3transfer
certifi==2023.7.22
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
django==3.2.22
django==3.2.23
# via
# -r requirements/base.txt
# openedx-django-pyfs
Expand Down Expand Up @@ -92,7 +92,7 @@ packaging==23.2
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.14.2
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.16.1
# 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
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==3.0.1
# pylint-celery
binaryornot==0.4.4
# via 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 @@ -35,7 +35,7 @@ cffi==1.16.0
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -55,7 +55,7 @@ ddt==1.6.0
# via -r requirements/quality.in
dill==0.3.7
# via pylint
django==3.2.22
django==3.2.23
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -232,7 +232,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
twine==4.0.2
# via -r requirements/quality.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==3.0.1
# pylint-celery
binaryornot==0.4.4
# via 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 @@ -35,7 +35,7 @@ cffi==1.16.0
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -59,7 +59,7 @@ ddt==1.6.0
# via -r requirements/test.in
dill==0.3.7
# via pylint
django==3.2.22
django==3.2.23
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -186,7 +186,7 @@ pytest==7.4.3
# via
# -r requirements/test.in
# pytest-django
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -256,7 +256,7 @@ tomli==2.0.1
# via
# pylint
# pytest
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
twine==4.0.2
# via -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.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

0 comments on commit 1511931

Please sign in to comment.