Skip to content

Commit

Permalink
chore: Updating Python Requirements (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 29, 2024
1 parent 4170474 commit fd5d73f
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.5.0
# via edx-toggles
cryptography==41.0.7
cryptography==42.0.0
# via pyjwt
django==3.2.23
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ edx-api-doc-tools==1.7.0
# via -r requirements/base.in
edx-celeryutils==1.2.3
# via -r requirements/base.in
edx-django-utils==5.9.0
edx-django-utils==5.10.1
# via
# -r requirements/base.in
# django-config-models
Expand All @@ -112,23 +112,23 @@ idna==3.6
# via requests
inflection==0.5.1
# via drf-yasg
jinja2==3.1.2
jinja2==3.1.3
# via code-annotations
jsonfield==3.1.0
# via edx-celeryutils
kombu==5.3.4
kombu==5.3.5
# via celery
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
newrelic==9.4.0
newrelic==9.5.0
# via edx-django-utils
packaging==23.2
# via drf-yasg
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.43
# via click-repl
psutil==5.9.7
psutil==5.9.8
# via edx-django-utils
pycparser==2.21
# via cffi
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery53.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
kombu==5.3.4
kombu==5.3.5
# via celery
prompt-toolkit==3.0.43
# via click-repl
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.4
tox==4.12.1
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ colorama==0.4.6
# -r requirements/quality.txt
# tox
# typer
cryptography==41.0.7
cryptography==42.0.0
# via
# -r requirements/quality.txt
# secretstorage
diff-cover==8.0.2
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
# via
Expand Down Expand Up @@ -128,7 +128,7 @@ jeepney==0.8.0
# -r requirements/quality.txt
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/quality.txt
# code-annotations
Expand All @@ -143,7 +143,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/quality.txt
# rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/quality.txt
# jinja2
Expand Down Expand Up @@ -330,7 +330,7 @@ tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==4.11.4
tox==4.12.1
# via -r requirements/ci.txt
twine==4.0.2
# via -r requirements/quality.txt
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.5.0
# via edx-toggles
cryptography==41.0.7
cryptography==42.0.0
# via pyjwt
django==3.2.23
# via
Expand Down Expand Up @@ -108,7 +108,7 @@ edx-api-doc-tools==1.7.0
# via -r requirements/base.in
edx-celeryutils==1.2.3
# via -r requirements/base.in
edx-django-utils==5.9.0
edx-django-utils==5.10.1
# via
# -r requirements/base.in
# django-config-models
Expand All @@ -130,17 +130,17 @@ importlib-metadata==7.0.1
# via sphinx
inflection==0.5.1
# via drf-yasg
jinja2==3.1.2
jinja2==3.1.3
# via
# code-annotations
# sphinx
jsonfield==3.1.0
# via edx-celeryutils
kombu==5.3.4
kombu==5.3.5
# via celery
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
newrelic==9.4.0
newrelic==9.5.0
# via edx-django-utils
nh3==0.2.15
# via readme-renderer
Expand All @@ -154,7 +154,7 @@ pockets==0.9.1
# via sphinxcontrib-napoleon
prompt-toolkit==3.0.43
# via click-repl
psutil==5.9.7
psutil==5.9.8
# via edx-django-utils
pycparser==2.21
# via cffi
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via typer
cryptography==41.0.7
cryptography==42.0.0
# via secretstorage
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -64,13 +64,13 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.3
# via code-annotations
keyring==24.3.0
# via twine
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
mccabe==0.7.0
# via pylint
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -130,7 +130,7 @@ edx-api-doc-tools==1.7.0
# via -r requirements/base.txt
edx-celeryutils==1.2.3
# via -r requirements/base.txt
edx-django-utils==5.9.0
edx-django-utils==5.10.1
# via
# -r requirements/base.txt
# django-config-models
Expand All @@ -156,7 +156,7 @@ inflection==0.5.1
# drf-yasg
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -167,13 +167,13 @@ jsonfield==3.1.0
# via
# -r requirements/base.txt
# celery
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/base.txt
# jinja2
mock==5.1.0
# via -r requirements/test.in
newrelic==9.4.0
newrelic==9.5.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -192,7 +192,7 @@ prompt-toolkit==3.0.43
# via
# -r requirements/base.txt
# click-repl
psutil==5.9.7
psutil==5.9.8
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down

0 comments on commit fd5d73f

Please sign in to comment.