Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed May 29, 2023
1 parent 77be2f7 commit b527e06
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 25 deletions.
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
amqp==5.1.1
# via kombu
asgiref==3.6.0
asgiref==3.7.2
# via django
billiard==3.6.4.0
# via celery
Expand Down Expand Up @@ -67,7 +67,7 @@ pytz==2023.3
# via
# celery
# django
requests==2.30.0
requests==2.31.0
# via -r requirements/base.in
six==1.16.0
# via click-repl
Expand All @@ -77,6 +77,8 @@ stevedore==5.1.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.6.2
# via asgiref
urllib3==2.0.2
# via requests
vine==5.0.0
Expand Down
13 changes: 7 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.1.1
# via
# -r requirements/quality.txt
# kombu
asgiref==3.6.0
asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
Expand Down Expand Up @@ -74,7 +74,7 @@ code-annotations==1.3.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.2.5
coverage[toml]==7.2.6
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -247,7 +247,7 @@ pytest==7.3.1
# -r requirements/quality.txt
# pytest-cov
# pytest-django
pytest-cov==4.0.0
pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-django==4.5.2
# via -r requirements/quality.txt
Expand All @@ -266,7 +266,7 @@ pyyaml==6.0
# code-annotations
# edx-i18n-tools
# responses
requests==2.30.0
requests==2.31.0
# via
# -r requirements/quality.txt
# responses
Expand Down Expand Up @@ -319,13 +319,14 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.txt
types-pyyaml==6.0.12.9
types-pyyaml==6.0.12.10
# via
# -r requirements/quality.txt
# responses
typing-extensions==4.5.0
typing-extensions==4.6.2
# via
# -r requirements/quality.txt
# asgiref
# astroid
# pylint
urllib3==2.0.2
Expand Down
14 changes: 8 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ amqp==5.1.1
# via
# -r requirements/test.txt
# kombu
asgiref==3.6.0
asgiref==3.7.2
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -68,7 +68,7 @@ click-repl==0.2.0
# celery
code-annotations==1.3.0
# via -r requirements/test.txt
coverage[toml]==7.2.5
coverage[toml]==7.2.6
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -207,7 +207,7 @@ pytest==7.3.1
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.0.0
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
# via -r requirements/test.txt
Expand All @@ -228,7 +228,7 @@ pyyaml==6.0
# responses
readme-renderer==37.3
# via twine
requests==2.30.0
requests==2.31.0
# via
# -r requirements/test.txt
# requests-toolbelt
Expand Down Expand Up @@ -301,12 +301,14 @@ tomli==2.0.1
# pytest
twine==4.0.2
# via -r requirements/doc.in
types-pyyaml==6.0.12.9
types-pyyaml==6.0.12.10
# via
# -r requirements/test.txt
# responses
typing-extensions==4.5.0
typing-extensions==4.6.2
# via
# -r requirements/test.txt
# asgiref
# pydata-sphinx-theme
# rich
urllib3==2.0.2
Expand Down
14 changes: 8 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.1.1
# via
# -r requirements/test.txt
# kombu
asgiref==3.6.0
asgiref==3.7.2
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -63,7 +63,7 @@ code-annotations==1.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.2.5
coverage[toml]==7.2.6
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -182,7 +182,7 @@ pytest==7.3.1
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.0.0
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
# via -r requirements/test.txt
Expand All @@ -200,7 +200,7 @@ pyyaml==6.0
# -r requirements/test.txt
# code-annotations
# responses
requests==2.30.0
requests==2.31.0
# via
# -r requirements/test.txt
# responses
Expand Down Expand Up @@ -235,12 +235,14 @@ tomli==2.0.1
# pytest
tomlkit==0.11.8
# via pylint
types-pyyaml==6.0.12.9
types-pyyaml==6.0.12.10
# via
# -r requirements/test.txt
# responses
typing-extensions==4.5.0
typing-extensions==4.6.2
# via
# -r requirements/test.txt
# asgiref
# astroid
# pylint
urllib3==2.0.2
Expand Down
14 changes: 9 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.1.1
# via
# -r requirements/base.txt
# kombu
asgiref==3.6.0
asgiref==3.7.2
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -53,7 +53,7 @@ click-repl==0.2.0
# celery
code-annotations==1.3.0
# via -r requirements/test.in
coverage[toml]==7.2.5
coverage[toml]==7.2.6
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -124,7 +124,7 @@ pytest==7.3.1
# via
# pytest-cov
# pytest-django
pytest-cov==4.0.0
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
# via -r requirements/test.in
Expand All @@ -139,7 +139,7 @@ pyyaml==6.0
# via
# code-annotations
# responses
requests==2.30.0
requests==2.31.0
# via
# -r requirements/base.txt
# responses
Expand All @@ -165,8 +165,12 @@ tomli==2.0.1
# via
# coverage
# pytest
types-pyyaml==6.0.12.9
types-pyyaml==6.0.12.10
# via responses
typing-extensions==4.6.2
# via
# -r requirements/base.txt
# asgiref
urllib3==2.0.2
# via
# -r requirements/base.txt
Expand Down

0 comments on commit b527e06

Please sign in to comment.