Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 22, 2024
2 parents 6ace4fb + 5109d67 commit 94dfc04
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ tomli==2.0.1
# -r requirements/tox.txt
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/tox.txt
urllib3==2.2.0
urllib3==2.2.1
# via requests
virtualenv==20.25.0
# via
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
coverage==7.4.1
coverage==7.4.2
# via -r requirements/test.txt
dill==0.3.8
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
coverage==7.4.1
coverage==7.4.2
# via -r requirements/test.in
dill==0.3.8
# via pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/tox.in
virtualenv==20.25.0
# via tox

0 comments on commit 94dfc04

Please sign in to comment.