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 #121

Merged
merged 1 commit into from
Oct 2, 2023
Merged
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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
packaging==23.2
# via tox
platformdirs==3.10.0
# via virtualenv
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
astroid==2.15.7
astroid==2.15.8
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -21,13 +21,13 @@ certifi==2023.7.22
# via
# -r requirements/quality.txt
# requests
cffi==1.15.1
cffi==1.16.0
# via
# -r requirements/quality.txt
# cryptography
chardet==5.2.0
# via diff-cover
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -155,7 +155,7 @@ nh3==0.2.14
# via
# -r requirements/quality.txt
# readme-renderer
packaging==23.1
packaging==23.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -204,7 +204,7 @@ pygments==2.16.1
# diff-cover
# readme-renderer
# rich
pylint==2.17.5
pylint==2.17.7
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -266,7 +266,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.5.3
rich==13.6.0
# via
# -r requirements/quality.txt
# twine
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ build==1.0.3
# via -r requirements/doc.in
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -98,7 +98,7 @@ more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
packaging==23.2
# via
# -r requirements/test.txt
# build
Expand Down Expand Up @@ -164,7 +164,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.5.3
rich==13.6.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.7
astroid==2.15.8
# via
# pylint
# pylint-celery
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
packaging==23.2
# via
# -r requirements/test.txt
# pytest
Expand All @@ -122,7 +122,7 @@ pygments==2.16.1
# via
# readme-renderer
# rich
pylint==2.17.5
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -167,7 +167,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.5.3
rich==13.6.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jinja2==3.1.2
# via code-annotations
markupsafe==2.1.3
# via jinja2
packaging==23.1
packaging==23.2
# via pytest
pbr==5.11.1
# via stevedore
Expand Down