Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jul 5, 2024
1 parent eb0e57a commit cc039a6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
pymongo==4.7.3
pymongo==4.8.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cryptography==42.0.8
# via
# -r requirements/quality.txt
# secretstorage
diff-cover==9.0.0
diff-cover==9.1.0
# via -r requirements/dev.in
dill==0.3.8
# via
Expand Down Expand Up @@ -200,7 +200,7 @@ pbr==6.0.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
pkginfo==1.11.1
pkginfo==1.10.0
# via
# -r requirements/quality.txt
# twine
Expand All @@ -224,11 +224,11 @@ pycparser==2.22
# via
# -r requirements/quality.txt
# cffi
pydantic==2.7.4
pydantic==2.8.0
# via
# -r requirements/quality.txt
# rstcheck-core
pydantic-core==2.18.4
pydantic-core==2.20.0
# via
# -r requirements/quality.txt
# pydantic
Expand All @@ -240,7 +240,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pylint==3.2.3
pylint==3.2.5
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -350,7 +350,7 @@ tomlkit==0.12.5
# pylint
tox==4.15.1
# via -r requirements/ci.txt
twine==5.1.0
twine==5.1.1
# via -r requirements/quality.txt
typer[all]==0.12.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
pymongo==4.7.3
pymongo==4.8.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,25 +91,25 @@ nh3==0.2.17
# via readme-renderer
pbr==6.0.0
# via stevedore
pkginfo==1.11.1
pkginfo==1.10.0
# via twine
platformdirs==4.2.2
# via pylint
pycodestyle==2.12.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.7.4
pydantic==2.8.0
# via rstcheck-core
pydantic-core==2.18.4
pydantic-core==2.20.0
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.3
pylint==3.2.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -163,7 +163,7 @@ tomli==2.0.1
# via pylint
tomlkit==0.12.5
# via pylint
twine==5.1.0
twine==5.1.1
# via -r requirements/quality.in
typer[all]==0.12.3
# via rstcheck
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ pyjwt[crypto]==2.8.0
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down

0 comments on commit cc039a6

Please sign in to comment.