Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Python Requirements Update #69

Merged
merged 1 commit into from
Jan 8, 2024
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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ coverage[toml]==7.4.0
# -r requirements/quality.txt
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/quality.txt
diff-cover==8.0.2
# via -r requirements/dev.in
Expand Down Expand Up @@ -184,7 +184,7 @@ kombu==5.3.4
# via
# -r requirements/quality.txt
# celery
lxml==5.0.0
lxml==5.0.1
# via edx-i18n-tools
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -397,7 +397,7 @@ virtualenv==20.25.0
# via
# -r requirements/ci.txt
# tox
wcwidth==0.2.12
wcwidth==0.2.13
# via
# -r requirements/quality.txt
# prompt-toolkit
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ coverage[toml]==7.4.0
# pytest-cov
cryptography==41.0.7
# via secretstorage
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.txt
django==3.2.23
# via
Expand Down Expand Up @@ -355,7 +355,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ coverage[toml]==7.4.0
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.txt
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -286,7 +286,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.in
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -228,7 +228,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via
# -r requirements/base.txt
# prompt-toolkit
Loading