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

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 @@ -22,11 +22,11 @@ celery==5.3.4
# event-tracking
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 @@ -62,7 +62,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==5.0.0
django-ipware==5.0.1
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -190,14 +190,14 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
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
web-fragments==2.1.0
# via xblock
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# make upgrade
#
coverage==7.3.1
coverage==7.3.2
# via -r requirements/ci.in
distlib==0.3.7
# via virtualenv
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
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
packaging==23.1
packaging==23.2
# via tox
path==16.7.1
# via
Expand All @@ -83,7 +83,7 @@ path-py==12.5.0
# via -r requirements/dev.in
pbr==5.11.1
# via stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via
# pylint
# virtualenv
Expand All @@ -97,7 +97,7 @@ py==1.11.0
# via tox
pycodestyle==2.11.0
# via -r requirements/quality.in
pydantic==2.4.1
pydantic==2.4.2
# via rstcheck-core
pydantic-core==2.10.1
# via pydantic
Expand All @@ -107,7 +107,7 @@ pygments==2.16.1
# via
# diff-cover
# rich
pylint==2.17.6
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand All @@ -129,7 +129,7 @@ pyyaml==6.0.1
# via
# code-annotations
# edx-i18n-tools
rich==13.5.3
rich==13.6.0
# via typer
rstcheck==6.2.0
# via -r requirements/quality.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click==8.1.7
# 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
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ mdurl==0.1.2
# via markdown-it-py
pbr==5.11.1
# via stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via pylint
pycodestyle==2.11.0
# via -r requirements/quality.in
pydantic==2.4.1
pydantic==2.4.2
# via rstcheck-core
pydantic-core==2.10.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.16.1
# via rich
pylint==2.17.6
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand All @@ -89,7 +89,7 @@ pytz==2023.3.post1
# via django
pyyaml==6.0.1
# via code-annotations
rich==13.5.3
rich==13.6.0
# via typer
rstcheck==6.2.0
# via -r requirements/quality.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ bok-choy==2.0.2
# event-tracking
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
# via
# -c requirements/constraints.txt
Expand All @@ -41,7 +41,7 @@ click-plugins==1.1.1
# via celery
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via pytest-cov
cryptography==41.0.4
# via pyjwt
Expand All @@ -65,7 +65,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==5.0.0
django-ipware==5.0.1
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -152,7 +152,7 @@ mypy-extensions==1.0.0
# via logilab-common
newrelic==9.1.0
# via edx-django-utils
packaging==23.1
packaging==23.2
# via pytest
path==16.7.1
# via edx-i18n-tools
Expand Down Expand Up @@ -264,7 +264,7 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.5
urllib3==2.0.6
# via
# requests
# responses
Expand All @@ -273,7 +273,7 @@ urllib3==2.0.5
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down
Loading