Skip to content

Commit

Permalink
chore: Updating Python Requirements (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jul 21, 2023
1 parent 535a6cb commit 79036be
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.5
# via
# -c requirements/constraints.txt
# celery
Expand Down Expand Up @@ -157,7 +157,7 @@ pytz==2023.3
# djangorestframework
# event-tracking
# xblock
pyyaml==6.0
pyyaml==6.0.1
# via xblock
requests==2.31.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amqp==5.1.1
billiard==4.1.0
celery==5.3.1
click==8.1.4
click==8.1.5
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.1
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
coverage==7.2.7
# via -r requirements/ci.in
distlib==0.3.6
distlib==0.3.7
# via virtualenv
filelock==3.12.2
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.8.1
platformdirs==3.9.1
# via virtualenv
pluggy==1.2.0
# via tox
Expand All @@ -31,5 +31,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.23.1
virtualenv==20.24.0
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==2.15.6
# pylint-celery
chardet==5.1.0
# via diff-cover
click==8.1.4
click==8.1.5
# via
# -c requirements/constraints.txt
# click-log
Expand All @@ -27,11 +27,11 @@ colorama==0.4.6
# via typer
commonmark==0.9.1
# via rich
diff-cover==7.6.0
diff-cover==7.7.0
# via -r requirements/dev.in
dill==0.3.6
# via pylint
distlib==0.3.6
distlib==0.3.7
# via virtualenv
django==3.2.20
# via
Expand Down Expand Up @@ -75,7 +75,7 @@ path-py==12.5.0
# via -r requirements/dev.in
pbr==5.11.1
# via stevedore
platformdirs==3.8.1
platformdirs==3.9.1
# via
# pylint
# virtualenv
Expand Down Expand Up @@ -115,7 +115,7 @@ python-slugify==8.0.1
# via code-annotations
pytz==2023.3
# via django
pyyaml==6.0
pyyaml==6.0.1
# via
# code-annotations
# edx-i18n-tools
Expand Down Expand Up @@ -163,7 +163,7 @@ typing-extensions==4.7.1
# pydantic
# pylint
# rich
virtualenv==20.23.1
virtualenv==20.24.0
# via tox
wheel==0.40.0
# via -r requirements/dev.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
build==0.10.0
# via pip-tools
click==8.1.4
click==8.1.5
# via
# -c requirements/constraints.txt
# pip-tools
packaging==23.1
# via build
pip-tools==6.14.0
pip-tools==7.0.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==2.15.6
# via
# pylint
# pylint-celery
click==8.1.4
click==8.1.5
# via
# -c requirements/constraints.txt
# click-log
Expand Down Expand Up @@ -49,7 +49,7 @@ mccabe==0.7.0
# via pylint
pbr==5.11.1
# via stevedore
platformdirs==3.8.1
platformdirs==3.9.1
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -77,7 +77,7 @@ python-slugify==8.0.1
# via code-annotations
pytz==2023.3
# via django
pyyaml==6.0
pyyaml==6.0.1
# via code-annotations
rich==12.6.0
# via typer
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jsonfield==3.1.0
# via celery
lazy==1.5
# via bok-choy
logilab-common==1.9.8
logilab-common==1.10.0
# via -r requirements/test.in
lxml==4.9.3
# via xblock
Expand Down Expand Up @@ -207,7 +207,7 @@ pytz==2023.3
# djangorestframework
# event-tracking
# xblock
pyyaml==6.0
pyyaml==6.0.1
# via
# code-annotations
# edx-i18n-tools
Expand Down Expand Up @@ -281,7 +281,7 @@ webob==1.8.7
# via xblock
xblock==1.6.2
# via edx-when
zipp==3.16.0
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 79036be

Please sign in to comment.