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 Jul 4, 2023
1 parent 889c5d3 commit 27e339c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ click-repl==0.3.0
# via celery
cryptography==41.0.1
# via pyjwt
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -124,7 +124,7 @@ newrelic==8.8.1
# via edx-django-utils
pbr==5.11.1
# via stevedore
prompt-toolkit==3.0.38
prompt-toolkit==3.0.39
# via click-repl
psutil==5.9.5
# via edx-django-utils
Expand Down Expand Up @@ -182,7 +182,7 @@ stevedore==5.1.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# asgiref
# kombu
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ click==8.1.3
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.1
prompt-toolkit==3.0.38
prompt-toolkit==3.0.39
vine==5.0.0
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dill==0.3.6
# via pylint
distlib==0.3.6
# via virtualenv
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -r requirements/dev.in
Expand Down Expand Up @@ -89,7 +89,7 @@ py==1.11.0
# via tox
pycodestyle==2.10.0
# via -r requirements/quality.in
pydantic==1.10.9
pydantic==1.10.10
# via rstcheck-core
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -156,7 +156,7 @@ typer[all]==0.7.0
# via rstcheck
types-docutils==0.19.1.9
# via rstcheck-core
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# asgiref
# astroid
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ click==8.1.3
# pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
# via
# build
# pip-tools
wheel==0.40.0
# via pip-tools

Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ commonmark==0.9.1
# via rich
dill==0.3.6
# via pylint
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
Expand All @@ -53,7 +53,7 @@ platformdirs==3.8.0
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
pydantic==1.10.9
pydantic==1.10.10
# via rstcheck-core
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -105,7 +105,7 @@ typer[all]==0.7.0
# via rstcheck
types-docutils==0.19.1.9
# via rstcheck-core
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# asgiref
# astroid
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ edx-when==2.4.0
# via -r requirements/base.in
event-tracking==2.1.0
# via -r requirements/base.in
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
execnet==1.9.0
# via pytest-xdist
Expand Down Expand Up @@ -255,7 +255,7 @@ tomli==2.0.1
# pytest
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# asgiref
# kombu
Expand Down

0 comments on commit 27e339c

Please sign in to comment.