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

Merged
merged 1 commit into from
Nov 3, 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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.5.0
# via edx-toggles
cryptography==41.0.4
cryptography==41.0.5
# via pyjwt
django==3.2.22
# via
Expand Down Expand Up @@ -187,5 +187,5 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.9
# 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.8
wcwidth==0.2.9
# via prompt-toolkit
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ colorama==0.4.6
# via
# -r requirements/quality.txt
# typer
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -84,7 +84,7 @@ edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.6
# via -r requirements/quality.txt
filelock==3.12.4
filelock==3.13.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -358,7 +358,7 @@ virtualenv==20.24.6
# via
# -r requirements/ci.txt
# tox
wheel==0.41.2
wheel==0.41.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.5.0
# via edx-toggles
cryptography==41.0.4
cryptography==41.0.5
# via pyjwt
django==3.2.22
# via
Expand Down Expand Up @@ -252,7 +252,7 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.9
# 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 @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via
# -r requirements/pip-tools.in
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via typer
cryptography==41.0.4
cryptography==41.0.5
# via secretstorage
dill==0.3.7
# via pylint
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -214,13 +214,13 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -295,7 +295,7 @@ urllib3==2.0.7
# amqp
# celery
# kombu
wcwidth==0.2.8
wcwidth==0.2.9
# via
# -r requirements/base.txt
# prompt-toolkit
Loading