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
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
chore: Updating Python Requirements
opencraft-requirements-bot committed Jan 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e08d74acc91528d93398f0f32ced270607735ff7
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -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
@@ -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