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

Closed
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 @@ -83,5 +83,5 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,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 @@ -333,7 +333,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
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via
# -r requirements/test.txt
# prompt-toolkit
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.12
wcwidth==0.2.13
# via
# -r requirements/base.txt
# prompt-toolkit