Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
zubairshakoorarbisoft committed Jun 19, 2023
2 parents 8391b36 + a7faeb6 commit 732fc21
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions requirements/ci.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.1
filelock==3.12.2
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.5.3
platformdirs==3.6.0
# via virtualenv
pluggy==1.0.0
# via tox
Expand All @@ -29,5 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.23.0
virtualenv==20.23.1
# via tox
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ exceptiongroup==1.1.1
# via
# -r requirements/quality.txt
# pytest
filelock==3.12.1
filelock==3.12.2
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -130,7 +130,7 @@ pbr==5.11.1
# stevedore
pip-tools==6.13.0
# via -r requirements/pip-tools.txt
platformdirs==3.5.3
platformdirs==3.6.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -265,7 +265,7 @@ typing-extensions==4.6.3
# astroid
# pydantic
# pylint
virtualenv==20.23.0
virtualenv==20.23.1
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via
# keyring
# twine
Expand All @@ -87,7 +87,7 @@ jinja2==3.1.2
# via sphinx
keyring==23.13.1
# via twine
markdown-it-py==2.2.0
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
# via jinja2
Expand Down Expand Up @@ -162,7 +162,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.4.1
rich==13.4.2
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.5.3
platformdirs==3.6.0
# via pylint
pluggy==1.0.0
# via
Expand Down

0 comments on commit 732fc21

Please sign in to comment.