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 Jul 1, 2024
1 parent da6e464 commit a6c2228
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pymongo==4.7.3
pymongo==4.8.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
# via code-annotations
redis==5.0.6
redis==5.0.7
# via walrus
six==1.16.0
# via edx-ccx-keys
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ coverage[toml]==7.5.4
# pytest-cov
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.0.0
diff-cover==9.1.0
# via -r requirements/dev.in
dill==0.3.8
# via
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.3
pylint==3.2.5
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -243,7 +243,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand Down Expand Up @@ -278,7 +278,7 @@ pyyaml==6.0.1
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
redis==5.0.6
redis==5.0.7
# via
# -r requirements/quality.txt
# walrus
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.11.1
pkginfo==1.10.0
# via twine
pluggy==1.5.0
# via
Expand All @@ -201,7 +201,7 @@ pygments==2.18.0
# readme-renderer
# rich
# sphinx
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -232,7 +232,7 @@ pyyaml==6.0.1
# code-annotations
readme-renderer==43.0
# via twine
redis==5.0.6
redis==5.0.7
# via
# -r requirements/test.txt
# walrus
Expand Down Expand Up @@ -296,7 +296,7 @@ tomli==2.0.1
# build
# coverage
# pytest
twine==5.1.0
twine==5.1.1
# via -r requirements/doc.in
typing-extensions==4.12.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1
pip==24.1.1
# via -r requirements/pip.in
setuptools==70.1.0
setuptools==70.1.1
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.2.3
pylint==3.2.5
# via
# edx-lint
# pylint-celery
Expand All @@ -164,7 +164,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -189,7 +189,7 @@ pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
redis==5.0.6
redis==5.0.7
# 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 @@ -115,7 +115,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand All @@ -139,7 +139,7 @@ pyyaml==6.0.1
# via
# -r requirements/base.txt
# code-annotations
redis==5.0.6
redis==5.0.7
# via
# -r requirements/base.txt
# walrus
Expand Down

0 comments on commit a6c2228

Please sign in to comment.