Skip to content

Commit

Permalink
chore: Updating Python Requirements (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jun 19, 2023
1 parent 8fc5082 commit d1b8a27
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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 @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.23.0
virtualenv==20.23.1
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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 @@ -148,7 +148,7 @@ lazy-object-proxy==1.9.0
# via
# -r requirements/quality.txt
# astroid
markdown-it-py==2.2.0
markdown-it-py==3.0.0
# via
# -r requirements/quality.txt
# rich
Expand Down Expand Up @@ -192,7 +192,7 @@ pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==3.5.3
platformdirs==3.6.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -296,7 +296,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.4.1
rich==13.4.2
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -364,7 +364,7 @@ urllib3==2.0.3
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.23.0
virtualenv==20.23.1
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ keyring==23.13.1
# via twine
lazy-object-proxy==1.9.0
# via astroid
markdown-it-py==2.2.0
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
# via
Expand All @@ -124,7 +124,7 @@ pbr==5.11.1
# stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.5.3
platformdirs==3.6.0
# via pylint
pluggy==1.0.0
# via
Expand Down Expand Up @@ -195,7 +195,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.4.1
rich==13.4.2
# via twine
secretstorage==3.3.3
# via keyring
Expand Down

0 comments on commit d1b8a27

Please sign in to comment.