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

Merged
merged 1 commit into from
Oct 6, 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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ celery==5.3.4
# edx-celeryutils
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -122,7 +122,7 @@ markupsafe==2.1.3
# via jinja2
newrelic==9.1.0
# via edx-django-utils
packaging==23.1
packaging==23.2
# via drf-yasg
pbr==5.11.1
# via stevedore
Expand Down Expand Up @@ -179,12 +179,12 @@ tzdata==2023.3
# celery
uritemplate==4.1.1
# via drf-yasg
urllib3==2.0.5
urllib3==2.0.6
# via requests
vine==5.0.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# via prompt-toolkit
2 changes: 1 addition & 1 deletion requirements/celery53.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# via prompt-toolkit
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
packaging==23.2
# via tox
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,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 @@ -156,7 +156,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 All @@ -174,7 +174,7 @@ pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==3.10.0
platformdirs==3.11.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -197,7 +197,7 @@ pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydantic==2.4.1
pydantic==2.4.2
# via
# -r requirements/quality.txt
# rstcheck-core
Expand All @@ -213,7 +213,7 @@ pygments==2.16.1
# diff-cover
# readme-renderer
# rich
pylint==2.17.6
pylint==2.17.7
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -267,7 +267,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 Expand Up @@ -350,7 +350,7 @@ typing-extensions==4.8.0
# rstcheck
# rstcheck-core
# typer
urllib3==2.0.5
urllib3==2.0.6
# via
# -r requirements/quality.txt
# requests
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ amqp==5.1.1
# via kombu
asgiref==3.7.2
# via django
babel==2.12.1
babel==2.13.0
# via sphinx
backports-zoneinfo[tzdata]==0.2.1
# via
Expand All @@ -24,11 +24,11 @@ celery==5.3.4
# edx-celeryutils
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -144,7 +144,7 @@ newrelic==9.1.0
# via edx-django-utils
nh3==0.2.14
# via readme-renderer
packaging==23.1
packaging==23.2
# via
# drf-yasg
# sphinx
Expand Down Expand Up @@ -244,14 +244,14 @@ tzdata==2023.3
# celery
uritemplate==4.1.1
# via drf-yasg
urllib3==2.0.5
urllib3==2.0.6
# via requests
vine==5.0.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# via prompt-toolkit
zipp==3.17.0
# via importlib-metadata
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
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ astroid==2.15.8
# 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 @@ -86,13 +86,13 @@ pbr==5.11.1
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.10.0
platformdirs==3.11.0
# via pylint
pycodestyle==2.11.0
# via -r requirements/quality.in
pycparser==2.21
# via cffi
pydantic==2.4.1
pydantic==2.4.2
# via rstcheck-core
pydantic-core==2.10.1
# via pydantic
Expand All @@ -102,7 +102,7 @@ pygments==2.16.1
# via
# readme-renderer
# rich
pylint==2.17.6
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -132,7 +132,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.5.3
rich==13.6.0
# via
# twine
# typer
Expand Down Expand Up @@ -174,7 +174,7 @@ typing-extensions==4.8.0
# rstcheck
# rstcheck-core
# typer
urllib3==2.0.5
urllib3==2.0.6
# via
# requests
# twine
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
cffi==1.15.1
cffi==1.16.0
# via
# -r requirements/base.txt
# cryptography
# pynacl
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -62,7 +62,7 @@ code-annotations==1.5.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via pytest-cov
cryptography==41.0.4
# via
Expand Down Expand Up @@ -174,7 +174,7 @@ newrelic==9.1.0
# via
# -r requirements/base.txt
# edx-django-utils
packaging==23.1
packaging==23.2
# via
# -r requirements/base.txt
# drf-yasg
Expand Down Expand Up @@ -282,7 +282,7 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# drf-yasg
urllib3==2.0.5
urllib3==2.0.6
# via
# -r requirements/base.txt
# requests
Expand All @@ -291,7 +291,7 @@ urllib3==2.0.5
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# via
# -r requirements/base.txt
# prompt-toolkit
Loading