Skip to content

Commit

Permalink
Merge pull request #49 from edx/jenkins/upgrade-python-requirements-5…
Browse files Browse the repository at this point in the history
…d46fb2

Python Requirements Update
  • Loading branch information
MichaelRoytman committed Sep 1, 2023
2 parents 5d46fb2 + 6efb29f commit 52c44ff
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 21 deletions.
10 changes: 6 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.3
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand All @@ -27,7 +27,9 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.3
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
# via tox
14 changes: 8 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/quality.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -70,7 +70,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/quality.txt
# pytest
filelock==3.12.2
filelock==3.12.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -130,7 +130,7 @@ platformdirs==3.10.0
# -r requirements/quality.txt
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -249,23 +249,25 @@ tox==3.28.0
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.txt
typing-extensions==4.7.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# asgiref
# astroid
# filelock
# pylint
urllib3==2.0.4
# via
# -r requirements/quality.txt
# requests
virtualenv==20.24.3
virtualenv==20.24.4
# via
# -r requirements/ci.txt
# tox
wheel==0.41.1
wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -110,7 +110,7 @@ pbr==5.11.1
# stevedore
pkginfo==1.9.6
# via twine
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -152,7 +152,7 @@ pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
readme-renderer==40.0
readme-renderer==41.0
# via twine
requests==2.31.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==0.10.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
packaging==23.1
# via build
Expand All @@ -19,7 +19,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.1
wheel==0.41.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.1
wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==68.1.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -86,7 +86,7 @@ pbr==5.11.1
# stevedore
platformdirs==3.10.0
# via pylint
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/base.txt
# requests
click==8.1.6
click==8.1.7
# via code-annotations
code-annotations==1.5.0
# via -r requirements/test.in
Expand Down Expand Up @@ -45,7 +45,7 @@ packaging==23.1
# via pytest
pbr==5.11.1
# via stevedore
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pycryptodomex==3.18.0
# via
Expand Down

0 comments on commit 52c44ff

Please sign in to comment.