Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 27, 2023
1 parent e2dfaa8 commit ec2d4bf
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.2.0
# via celery
celery==5.3.5
celery==5.3.6
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -83,5 +83,5 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.10
wcwidth==0.2.12
# via prompt-toolkit
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
celery==5.3.5
celery==5.3.6
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -103,7 +103,7 @@ edx-lint==5.3.6
# via
# -r requirements/dev.in
# -r requirements/quality.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -321,15 +321,15 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/ci.txt
# tox
wcwidth==0.2.10
wcwidth==0.2.12
# via
# -r requirements/test.txt
# prompt-toolkit
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ billiard==4.2.0
# celery
cached-property==1.5.2
# via swagger2rst
celery==5.3.5
celery==5.3.6
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -102,7 +102,7 @@ docutils==0.19
# sphinx
drf-yasg==1.21.7
# via -r requirements/base.txt
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -175,7 +175,7 @@ pycparser==2.21
# via cffi
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.17.1
pygments==2.17.2
# via
# accessible-pygments
# doc8
Expand Down Expand Up @@ -220,7 +220,7 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
rpds-py==0.13.0
rpds-py==0.13.1
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -298,7 +298,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.10
wcwidth==0.2.12
# via
# -r requirements/base.txt
# prompt-toolkit
Expand Down
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.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
celery==5.3.5
celery==5.3.6
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -62,7 +62,7 @@ django-model-utils==4.3.1
# drf-yasg
drf-yasg==1.21.7
# via -r requirements/base.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
inflection==0.5.1
# via
Expand Down Expand Up @@ -147,7 +147,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.10
wcwidth==0.2.12
# via
# -r requirements/base.txt
# prompt-toolkit

0 comments on commit ec2d4bf

Please sign in to comment.