Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jun 12, 2024
1 parent 980b2aa commit db4b9a1
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 37 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ edx-django-utils==5.14.2
# edx-toggles
# event-tracking
# openedx-events
edx-opaque-keys[django]==2.9.0
edx-opaque-keys[django]==2.10.0
# via
# edx-ccx-keys
# openedx-events
Expand Down Expand Up @@ -139,7 +139,7 @@ openedx-filters==1.8.1
# via -r requirements/base.in
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.46
prompt-toolkit==3.0.47
# via click-repl
psutil==5.9.8
# via edx-django-utils
Expand All @@ -164,7 +164,7 @@ pytz==2024.1
# tincan
pyyaml==6.0.1
# via code-annotations
redis==5.0.4
redis==5.0.5
# via django-redis
requests==2.32.3
# via
Expand All @@ -187,7 +187,7 @@ text-unidecode==1.3
# via python-slugify
tincan==1.0.0
# via -r requirements/base.in
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# asgiref
# edx-opaque-keys
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.14.0
# via
# tox
# virtualenv
packaging==24.0
packaging==24.1
# via
# pyproject-api
# tox
Expand All @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.0
tox==4.15.1
# via -r requirements/ci.in
virtualenv==20.26.2
# via tox
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ edx-i18n-tools==1.6.0
# via -r requirements/dev.in
edx-lint==5.3.6
# via -r requirements/quality.txt
edx-opaque-keys[django]==2.9.0
edx-opaque-keys[django]==2.10.0
# via
# -r requirements/quality.txt
# edx-ccx-keys
Expand All @@ -212,7 +212,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==25.5.0
faker==25.8.0
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -281,7 +281,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/quality.txt
more-itertools==10.2.0
more-itertools==10.3.0
# via inflect
newrelic==9.10.0
# via
Expand All @@ -293,7 +293,7 @@ openedx-events==9.10.0
# event-tracking
openedx-filters==1.8.1
# via -r requirements/quality.txt
packaging==24.0
packaging==24.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -326,7 +326,7 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.46
prompt-toolkit==3.0.47
# via
# -r requirements/quality.txt
# click-repl
Expand All @@ -344,7 +344,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
# via diff-cover
pylint==3.2.2
pylint==3.2.3
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -410,7 +410,7 @@ pyyaml==6.0.1
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
redis==5.0.4
redis==5.0.5
# via
# -r requirements/quality.txt
# django-redis
Expand Down Expand Up @@ -462,11 +462,11 @@ tomlkit==0.12.5
# via
# -r requirements/quality.txt
# pylint
tox==4.15.0
tox==4.15.1
# via -r requirements/ci.txt
typeguard==4.3.0
# via inflect
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# asgiref
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ edx-django-utils==5.14.2
# edx-toggles
# event-tracking
# openedx-events
edx-opaque-keys[django]==2.9.0
edx-opaque-keys[django]==2.10.0
# via
# -r requirements/test.txt
# edx-ccx-keys
Expand All @@ -192,7 +192,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.5.0
faker==25.8.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -257,7 +257,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.2.0
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -273,7 +273,7 @@ openedx-events==9.10.0
# event-tracking
openedx-filters==1.8.1
# via -r requirements/test.txt
packaging==24.0
packaging==24.1
# via
# -r requirements/test.txt
# build
Expand All @@ -284,13 +284,13 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.11.0
pkginfo==1.11.1
# via twine
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
prompt-toolkit==3.0.46
prompt-toolkit==3.0.47
# via
# -r requirements/test.txt
# click-repl
Expand Down Expand Up @@ -353,7 +353,7 @@ pyyaml==6.0.1
# code-annotations
readme-renderer==43.0
# via twine
redis==5.0.4
redis==5.0.5
# via
# -r requirements/test.txt
# django-redis
Expand Down Expand Up @@ -430,7 +430,7 @@ tomli==2.0.1
# pytest
twine==5.1.0
# via -r requirements/doc.in
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
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 @@ importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
packaging==24.0
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ edx-django-utils==5.14.2
# openedx-events
edx-lint==5.3.6
# via -r requirements/quality.in
edx-opaque-keys[django]==2.9.0
edx-opaque-keys[django]==2.10.0
# via
# -r requirements/test.txt
# edx-ccx-keys
Expand All @@ -178,7 +178,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.5.0
faker==25.8.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -232,7 +232,7 @@ openedx-events==9.10.0
# event-tracking
openedx-filters==1.8.1
# via -r requirements/test.txt
packaging==24.0
packaging==24.1
# via
# -r requirements/test.txt
# pytest
Expand All @@ -246,7 +246,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
prompt-toolkit==3.0.46
prompt-toolkit==3.0.47
# via
# -r requirements/test.txt
# click-repl
Expand All @@ -262,7 +262,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.2.2
pylint==3.2.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -312,7 +312,7 @@ pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
redis==5.0.4
redis==5.0.5
# via
# -r requirements/test.txt
# django-redis
Expand Down Expand Up @@ -354,7 +354,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ edx-django-utils==5.14.2
# edx-toggles
# event-tracking
# openedx-events
edx-opaque-keys[django]==2.9.0
edx-opaque-keys[django]==2.10.0
# via
# -r requirements/base.txt
# edx-ccx-keys
Expand All @@ -161,7 +161,7 @@ exceptiongroup==1.2.1
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==25.5.0
faker==25.8.0
# via factory-boy
fastavro==1.9.4
# via
Expand Down Expand Up @@ -205,15 +205,15 @@ openedx-events==9.10.0
# event-tracking
openedx-filters==1.8.1
# via -r requirements/base.txt
packaging==24.0
packaging==24.1
# via pytest
pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.46
prompt-toolkit==3.0.47
# via
# -r requirements/base.txt
# click-repl
Expand Down Expand Up @@ -260,7 +260,7 @@ pyyaml==6.0.1
# via
# -r requirements/base.txt
# code-annotations
redis==5.0.4
redis==5.0.5
# via
# -r requirements/base.txt
# django-redis
Expand Down Expand Up @@ -295,7 +295,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit db4b9a1

Please sign in to comment.