Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Jun 16, 2023
2 parents 6a50bf6 + 01507da commit bdebb93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ distlib==0.3.6
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.12.0
filelock==3.12.1
# via
# -r requirements/tox.txt
# tox
Expand All @@ -29,7 +29,7 @@ packaging==23.1
# via
# -r requirements/tox.txt
# tox
platformdirs==3.5.1
platformdirs==3.5.3
# via
# -r requirements/tox.txt
# virtualenv
Expand All @@ -55,7 +55,7 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
urllib3==2.0.2
urllib3==2.0.3
# via requests
virtualenv==20.23.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.5.1
platformdirs==3.5.3
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
distlib==0.3.6
# via virtualenv
filelock==3.12.0
filelock==3.12.1
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.5.1
platformdirs==3.5.3
# via virtualenv
pluggy==1.0.0
# via tox
Expand Down

0 comments on commit bdebb93

Please sign in to comment.