Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 30, 2024
1 parent c184304 commit 46d212c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jinja2==3.1.4
# via code-annotations
markupsafe==2.1.5
# via jinja2
newrelic==9.13.0
newrelic==10.0.0
# via edx-django-utils
openedx-events==9.14.1
# via -r requirements/base.in
Expand All @@ -72,7 +72,7 @@ python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.2
# via code-annotations
redis==5.0.8
redis==5.1.0
# via walrus
six==1.16.0
# via edx-ccx-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.20.0
# via -r requirements/ci.in
virtualenv==20.26.5
virtualenv==20.26.6
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.3.3
astroid==3.3.4
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -64,7 +64,7 @@ ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.2.0
# via -r requirements/dev.in
dill==0.3.8
dill==0.3.9
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -152,7 +152,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -205,7 +205,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
# via diff-cover
pylint==3.3.0
pylint==3.3.1
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -237,7 +237,7 @@ pyproject-api==1.8.0
# via
# -r requirements/ci.txt
# tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# -r requirements/pip-tools.txt
# build
Expand All @@ -260,7 +260,7 @@ pyyaml==6.0.2
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
redis==5.0.8
redis==5.1.0
# via
# -r requirements/quality.txt
# walrus
Expand Down Expand Up @@ -297,7 +297,7 @@ typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# edx-opaque-keys
virtualenv==20.26.5
virtualenv==20.26.6
# via
# -r requirements/ci.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
Expand All @@ -141,7 +141,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -191,7 +191,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via build
pytest==8.3.3
# via
Expand All @@ -212,7 +212,7 @@ pyyaml==6.0.2
# code-annotations
readme-renderer==44.0
# via twine
redis==5.0.8
redis==5.1.0
# via
# -r requirements/test.txt
# walrus
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.3
astroid==3.3.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -40,7 +40,7 @@ coverage[toml]==7.6.1
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
dill==0.3.9
# via pylint
django==4.2.16
# via
Expand Down Expand Up @@ -105,7 +105,7 @@ markupsafe==2.1.5
# jinja2
mccabe==0.7.0
# via pylint
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -137,7 +137,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.3.0
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -176,7 +176,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
redis==5.0.8
redis==5.1.0
# via
# -r requirements/test.txt
# walrus
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ markupsafe==2.1.5
# via
# -r requirements/base.txt
# jinja2
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -128,7 +128,7 @@ pyyaml==6.0.2
# via
# -r requirements/base.txt
# code-annotations
redis==5.0.8
redis==5.1.0
# via
# -r requirements/base.txt
# walrus
Expand Down

0 comments on commit 46d212c

Please sign in to comment.