Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
iamsobanjaved committed Nov 28, 2023
2 parents 944d1cb + 9d3ca6b commit 6f2eaa2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cachetools==5.3.2
# via tox
certifi==2023.7.22
certifi==2023.11.17
# via requests
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -49,5 +49,5 @@ tox==4.11.3
# via -r requirements/ci.in
urllib3==2.1.0
# via requests
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build==1.0.3
# via -r requirements/quality.in
cachetools==5.3.2
# via tox
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
Expand Down Expand Up @@ -128,7 +128,7 @@ pycparser==2.21
# via cffi
pydocstyle==1.1.1
# via -r requirements/quality.in
pygments==2.16.1
pygments==2.17.2
# via
# diff-cover
# readme-renderer
Expand Down Expand Up @@ -169,7 +169,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.6.0
rich==13.7.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -206,7 +206,7 @@ urllib3==2.1.0
# via
# requests
# twine
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
wheel==0.41.3
# via -r requirements/dev.in
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.41.3
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==3.0.1
# pylint-celery
build==1.0.3
# via -r requirements/quality.in
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
Expand Down Expand Up @@ -84,7 +84,7 @@ pycparser==2.21
# via cffi
pydocstyle==1.1.1
# via -r requirements/quality.in
pygments==2.16.1
pygments==2.17.2
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -118,7 +118,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.6.0
rich==13.7.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ coverage[toml]==7.3.2
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
Expand Down

0 comments on commit 6f2eaa2

Please sign in to comment.