Skip to content

Commit

Permalink
Merge pull request #104 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-86c75f1

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Jun 10, 2024
2 parents 86c75f1 + 960503d commit 30449ca
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
# via code-annotations
redis==5.0.4
redis==5.0.5
# via walrus
six==1.16.0
# via edx-ccx-keys
Expand All @@ -91,7 +91,7 @@ stevedore==5.2.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
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
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ newrelic==9.10.0
# edx-django-utils
openedx-events==9.10.0
# 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 @@ -223,7 +223,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 @@ -260,7 +260,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.1
pytest==8.2.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -278,7 +278,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
# walrus
Expand Down Expand Up @@ -321,9 +321,9 @@ tomlkit==0.12.5
# via
# -r requirements/quality.txt
# pylint
tox==4.15.0
tox==4.15.1
# via -r requirements/ci.txt
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# asgiref
Expand All @@ -340,7 +340,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.19.1
zipp==3.19.2
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ coverage[toml]==7.5.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.7
cryptography==42.0.8
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -167,7 +167,7 @@ nh3==0.2.17
# via readme-renderer
openedx-events==9.10.0
# via -r requirements/test.txt
packaging==24.0
packaging==24.1
# via
# -r requirements/test.txt
# build
Expand All @@ -178,7 +178,7 @@ 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
Expand Down Expand Up @@ -211,7 +211,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-hooks==1.1.0
# via build
pytest==8.2.1
pytest==8.2.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -232,7 +232,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
# walrus
Expand Down Expand Up @@ -298,7 +298,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 All @@ -311,7 +311,7 @@ urllib3==2.2.1
# twine
walrus==0.9.3
# via -r requirements/test.txt
zipp==3.19.1
zipp==3.19.2
# via
# importlib-metadata
# importlib-resources
4 changes: 2 additions & 2 deletions 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 All @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ newrelic==9.10.0
# edx-django-utils
openedx-events==9.10.0
# via -r requirements/test.txt
packaging==24.0
packaging==24.1
# via
# -r requirements/test.txt
# pytest
Expand All @@ -150,7 +150,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 All @@ -172,7 +172,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.2.1
pytest==8.2.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -189,7 +189,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
# walrus
Expand Down Expand Up @@ -222,7 +222,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
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ newrelic==9.10.0
# edx-django-utils
openedx-events==9.10.0
# via -r requirements/base.txt
packaging==24.0
packaging==24.1
# via pytest
pbr==6.0.0
# via
Expand All @@ -123,7 +123,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.2.1
pytest==8.2.2
# via
# pytest-cov
# pytest-django
Expand All @@ -139,7 +139,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
# walrus
Expand All @@ -165,7 +165,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 30449ca

Please sign in to comment.