Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #97

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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 All @@ -94,7 +94,7 @@ idna==3.4
# via
# -r requirements/quality.txt
# requests
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -133,7 +133,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 @@ -171,7 +171,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 @@ -264,7 +264,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 @@ -331,7 +331,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/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via
# keyring
# sphinx
Expand All @@ -87,7 +87,7 @@ keyring==23.13.1
# via twine
livereload==2.6.3
# via sphinx-autobuild
markdown-it-py==2.2.0
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -163,7 +163,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
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exceptiongroup==1.1.1
# pytest
idna==3.4
# via requests
importlib-metadata==6.6.0
importlib-metadata==6.7.0
# via
# keyring
# twine
Expand Down Expand Up @@ -84,7 +84,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 @@ -106,7 +106,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 @@ -167,7 +167,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