Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan committed Nov 6, 2023
2 parents 9a634bf + ee2ddc5 commit d8bd085
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage==7.3.2
# via -r requirements/ci.in
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 @@ -29,11 +29,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 @@ -50,7 +50,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 @@ -109,7 +109,7 @@ exceptiongroup==1.1.3
# -r requirements/test.txt
# hypothesis
# pytest
filelock==3.13.0
filelock==3.13.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -281,7 +281,7 @@ pytest==7.4.3
# pytest-django
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
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -360,7 +360,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.1
tomlkit==0.12.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -403,7 +403,7 @@ webob==1.8.7
# -r requirements/test.txt
# xblock
# xblock-sdk
wheel==0.41.2
wheel==0.41.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
boto3==1.28.73
boto3==1.28.78
# via fs-s3fs
botocore==1.31.73
botocore==1.31.78
# via
# boto3
# s3transfer
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ babel==2.13.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
boto3==1.28.73
boto3==1.28.78
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.73
botocore==1.31.78
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2023.7.22
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
django==2.2.28
# via
Expand Down Expand Up @@ -81,7 +81,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
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==23.1.0
# via hypothesis
binaryornot==0.4.4
# via cookiecutter
boto3==1.28.73
boto3==1.28.78
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.31.73
botocore==1.31.78
# via
# -r requirements/django.txt
# boto3
Expand All @@ -34,7 +34,7 @@ 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
Expand Down Expand Up @@ -73,7 +73,7 @@ exceptiongroup==1.1.3
# via
# hypothesis
# pytest
filelock==3.13.0
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -191,7 +191,7 @@ pytest==7.4.3
# pytest-django
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
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -253,7 +253,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

0 comments on commit d8bd085

Please sign in to comment.