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

Merged
merged 1 commit into from
Jul 27, 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,15 +20,15 @@ celery==5.3.1
# via
# -c requirements/constraints.txt
# event-tracking
certifi==2023.5.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.5
click==8.1.6
# via
# -c requirements/constraints.txt
# celery
Expand Down Expand Up @@ -87,7 +87,7 @@ djangorestframework==3.14.0
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.5.0
edx-django-utils==5.6.0
# via
# edx-drf-extensions
# edx-rest-api-client
Expand Down Expand Up @@ -132,7 +132,7 @@ pycparser==2.21
# via cffi
pycryptodomex==3.18.0
# via -r requirements/base.in
pyjwt[crypto]==2.7.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/base.in
# drf-jwt
Expand Down Expand Up @@ -190,7 +190,7 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.3
urllib3==2.0.4
# via requests
vine==5.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amqp==5.1.1
billiard==4.1.0
celery==5.3.1
click==8.1.5
click==8.1.6
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.24.0
virtualenv==20.24.2
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==2.15.6
# pylint-celery
chardet==5.1.0
# via diff-cover
click==8.1.5
click==8.1.6
# via
# -c requirements/constraints.txt
# click-log
Expand All @@ -21,15 +21,15 @@ click==8.1.5
# typer
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via typer
commonmark==0.9.1
# via rich
diff-cover==7.7.0
# via -r requirements/dev.in
dill==0.3.6
dill==0.3.7
# via pylint
distlib==0.3.7
# via virtualenv
Expand Down Expand Up @@ -89,7 +89,7 @@ py==1.11.0
# via tox
pycodestyle==2.10.0
# via -r requirements/quality.in
pydantic==1.10.11
pydantic==1.10.12
# via rstcheck-core
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -163,9 +163,9 @@ typing-extensions==4.7.1
# pydantic
# pylint
# rich
virtualenv==20.24.0
virtualenv==20.24.2
# via tox
wheel==0.40.0
wheel==0.41.0
# via -r requirements/dev.in
wrapt==1.15.0
# via astroid
7 changes: 4 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,22 @@
#
build==0.10.0
# via pip-tools
click==8.1.5
click==8.1.6
# via
# -c requirements/constraints.txt
# pip-tools
packaging==23.1
# via build
pip-tools==7.0.0
pip-tools==7.1.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.40.0
# pyproject-hooks
wheel==0.41.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.40.0
wheel==0.41.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==2.15.6
# via
# pylint
# pylint-celery
click==8.1.5
click==8.1.6
# via
# -c requirements/constraints.txt
# click-log
Expand All @@ -19,13 +19,13 @@ click==8.1.5
# typer
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via typer
commonmark==0.9.1
# via rich
dill==0.3.6
dill==0.3.7
# via pylint
django==3.2.20
# via
Expand Down Expand Up @@ -53,7 +53,7 @@ platformdirs==3.9.1
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
pydantic==1.10.11
pydantic==1.10.12
# via rstcheck-core
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bok-choy==2.0.2
# via
# -c requirements/constraints.txt
# event-tracking
certifi==2023.5.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via
Expand All @@ -39,7 +39,7 @@ charset-normalizer==3.2.0
click-plugins==1.1.1
# via celery
# via celery
code-annotations==1.3.0
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.2.7
# via pytest-cov
Expand Down Expand Up @@ -89,7 +89,7 @@ django-webpack-loader==0.7.0
# edx-drf-extensions
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.5.0
edx-django-utils==5.6.0
# via
# edx-drf-extensions
# edx-rest-api-client
Expand Down Expand Up @@ -168,7 +168,7 @@ pycparser==2.21
# via cffi
pycryptodomex==3.18.0
# via -r requirements/base.in
pyjwt[crypto]==2.7.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/base.in
# drf-jwt
Expand Down Expand Up @@ -253,7 +253,7 @@ tomli==2.0.1
# via
# coverage
# pytest
types-pyyaml==6.0.12.10
types-pyyaml==6.0.12.11
# via responses
typing-extensions==4.7.1
# via
Expand All @@ -264,7 +264,7 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.3
urllib3==2.0.4
# via
# requests
# responses
Expand Down
Loading