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 14, 2023
1 parent 28fce5e commit dadc18f
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 44 deletions.
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ billiard==4.2.0
# via celery
build==1.0.3
# via pip-tools
celery==5.3.4
celery==5.3.5
# via event-tracking
certifi==2023.7.22
# via requests
Expand Down Expand Up @@ -65,9 +65,9 @@ cryptography==41.0.5
# via
# pyjwt
# secretstorage
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
diff-cover==8.0.0
diff-cover==8.0.1
# via -r requirements/dev.in
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -132,7 +132,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.13.0
faker==20.0.0
# via factory-boy
filelock==3.13.1
# via
Expand Down Expand Up @@ -167,15 +167,15 @@ jinja2==3.1.2
# via
# code-annotations
# diff-cover
keyring==24.2.0
keyring==24.3.0
# via twine
kombu==5.3.3
# via celery
lxml==4.9.3
# via
# edx-i18n-tools
# xblock
mako==1.2.4
mako==1.3.0
# via xblock
markdown-it-py==3.0.0
# via rich
Expand All @@ -192,7 +192,7 @@ mock==5.1.0
# via -r requirements/test.in
more-itertools==10.1.0
# via jaraco-classes
newrelic==9.1.1
newrelic==9.1.2
# via edx-django-utils
nh3==0.2.14
# via readme-renderer
Expand All @@ -203,7 +203,7 @@ packaging==23.2
# tox
path==16.7.1
# via edx-i18n-tools
pbr==5.11.1
pbr==6.0.0
# via stevedore
pip-tools==7.3.0
# via -r requirements/dev.in
Expand All @@ -220,7 +220,7 @@ pluggy==1.3.0
# tox
polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
# via click-repl
psutil==5.9.6
# via edx-django-utils
Expand Down Expand Up @@ -270,7 +270,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -359,7 +359,7 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.7
urllib3==2.1.0
# via
# requests
# twine
Expand All @@ -370,7 +370,7 @@ vine==5.1.0
# kombu
virtualenv==20.24.6
# via tox
wcwidth==0.2.9
wcwidth==0.2.10
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down
20 changes: 10 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
billiard==4.2.0
# via celery
celery==5.3.4
celery==5.3.5
# via event-tracking
certifi==2023.7.22
# via requests
Expand Down Expand Up @@ -58,7 +58,7 @@ coverage[toml]==7.3.2
# pytest-cov
cryptography==41.0.5
# via pyjwt
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
django==3.2.23
# via
Expand Down Expand Up @@ -118,7 +118,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.13.0
faker==20.0.0
# via factory-boy
freezegun==1.2.2
# via -r requirements/test.in
Expand All @@ -140,7 +140,7 @@ kombu==5.3.3
# via celery
lxml==4.9.3
# via xblock
mako==1.2.4
mako==1.3.0
# via xblock
markupsafe==2.1.3
# via
Expand All @@ -149,18 +149,18 @@ markupsafe==2.1.3
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.1.1
newrelic==9.1.2
# via edx-django-utils
packaging==23.2
# via
# pydata-sphinx-theme
# pytest
# sphinx
pbr==5.11.1
pbr==6.0.0
# via stevedore
pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
# via click-repl
psutil==5.9.6
# via edx-django-utils
Expand Down Expand Up @@ -191,7 +191,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -277,14 +277,14 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.7
urllib3==2.1.0
# via requests
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.9
wcwidth==0.2.10
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down
24 changes: 12 additions & 12 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.2.0
# via celery
celery==5.3.4
celery==5.3.5
# via event-tracking
certifi==2023.7.22
# via requests
Expand Down Expand Up @@ -60,7 +60,7 @@ cryptography==41.0.5
# via
# pyjwt
# secretstorage
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -118,7 +118,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.13.0
faker==20.0.0
# via factory-boy
freezegun==1.2.2
# via -r requirements/test.in
Expand Down Expand Up @@ -146,13 +146,13 @@ jeepney==0.8.0
# secretstorage
jinja2==3.1.2
# via code-annotations
keyring==24.2.0
keyring==24.3.0
# via twine
kombu==5.3.3
# via celery
lxml==4.9.3
# via xblock
mako==1.2.4
mako==1.3.0
# via xblock
markdown-it-py==3.0.0
# via rich
Expand All @@ -169,21 +169,21 @@ mock==5.1.0
# via -r requirements/test.in
more-itertools==10.1.0
# via jaraco-classes
newrelic==9.1.1
newrelic==9.1.2
# via edx-django-utils
nh3==0.2.14
# via readme-renderer
packaging==23.2
# via pytest
pbr==5.11.1
pbr==6.0.0
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.11.0
platformdirs==4.0.0
# via pylint
pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
# via click-repl
psutil==5.9.6
# via edx-django-utils
Expand Down Expand Up @@ -228,7 +228,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -307,7 +307,7 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.7
urllib3==2.1.0
# via
# requests
# twine
Expand All @@ -316,7 +316,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.9
wcwidth==0.2.10
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down
20 changes: 10 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.2.0
# via celery
celery==5.3.4
celery==5.3.5
# via event-tracking
certifi==2023.7.22
# via requests
Expand Down Expand Up @@ -48,7 +48,7 @@ coverage[toml]==7.3.2
# pytest-cov
cryptography==41.0.5
# via pyjwt
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
# via
# -c requirements/constraints.txt
Expand Down Expand Up @@ -98,7 +98,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.13.0
faker==20.0.0
# via factory-boy
freezegun==1.2.2
# via -r requirements/test.in
Expand All @@ -114,7 +114,7 @@ kombu==5.3.3
# via celery
lxml==4.9.3
# via xblock
mako==1.2.4
mako==1.3.0
# via xblock
markupsafe==2.1.3
# via
Expand All @@ -123,15 +123,15 @@ markupsafe==2.1.3
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.1.1
newrelic==9.1.2
# via edx-django-utils
packaging==23.2
# via pytest
pbr==5.11.1
pbr==6.0.0
# via stevedore
pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
# via click-repl
psutil==5.9.6
# via edx-django-utils
Expand All @@ -154,7 +154,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -209,14 +209,14 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.7
urllib3==2.1.0
# via requests
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.9
wcwidth==0.2.10
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down

0 comments on commit dadc18f

Please sign in to comment.