Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 27, 2024
1 parent 04351d2 commit 3c74616
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 52 deletions.
9 changes: 4 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.6.0
# via edx-toggles
cryptography==42.0.3
cryptography==42.0.5
# via pyjwt
django==3.2.24
# via
Expand Down Expand Up @@ -120,7 +120,7 @@ kombu==5.3.5
# via celery
markupsafe==2.1.5
# via jinja2
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
packaging==23.2
# via drf-yasg
Expand All @@ -136,7 +136,6 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
# pyjwt
pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
Expand All @@ -162,14 +161,14 @@ six==1.16.0
# via python-dateutil
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# code-annotations
# edx-django-utils
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# edx-opaque-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery53.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python-dateutil==2.8.2
# via celery
six==1.16.0
# via python-dateutil
typing-extensions==4.9.0
typing-extensions==4.10.0
# via kombu
tzdata==2024.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
25 changes: 12 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -21,7 +21,7 @@ build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -65,7 +65,7 @@ colorama==0.4.6
# -r requirements/quality.txt
# tox
# typer
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -111,7 +111,7 @@ importlib-metadata==7.0.1
# rstcheck
# rstcheck-core
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -202,11 +202,11 @@ pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydantic==2.6.1
pydantic==2.6.2
# via
# -r requirements/quality.txt
# rstcheck-core
pydantic-core==2.16.2
pydantic-core==2.16.3
# via
# -r requirements/quality.txt
# pydantic
Expand All @@ -218,7 +218,7 @@ pygments==2.17.2
# diff-cover
# readme-renderer
# rich
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -260,7 +260,7 @@ pyyaml==6.0.1
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
readme-renderer==42.0
readme-renderer==43.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -308,7 +308,7 @@ sqlparse==0.4.4
# via
# -r requirements/quality.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/quality.txt
# code-annotations
Expand All @@ -327,7 +327,7 @@ tomli==2.0.1
# pyproject-api
# pyproject-hooks
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -339,8 +339,7 @@ typer[all]==0.9.0
# via
# -r requirements/quality.txt
# rstcheck
# typer
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/quality.txt
# annotated-types
Expand All @@ -358,7 +357,7 @@ urllib3==2.2.1
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
Expand Down
11 changes: 5 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.6.0
# via edx-toggles
cryptography==42.0.3
cryptography==42.0.5
# via pyjwt
django==3.2.24
# via
Expand Down Expand Up @@ -140,7 +140,7 @@ kombu==5.3.5
# via celery
markupsafe==2.1.5
# via jinja2
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
nh3==0.2.15
# via readme-renderer
Expand All @@ -167,7 +167,6 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
# pyjwt
pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
Expand All @@ -186,7 +185,7 @@ pyyaml==6.0.1
# via
# code-annotations
# drf-yasg
readme-renderer==42.0
readme-renderer==43.0
# via -r requirements/doc.in
requests==2.31.0
# via
Expand Down Expand Up @@ -224,7 +223,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# code-annotations
# doc8
Expand All @@ -234,7 +233,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via doc8
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# edx-opaque-keys
Expand Down
24 changes: 11 additions & 13 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.6.0
# via pydantic
asgiref==3.7.2
# via django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand All @@ -30,7 +30,7 @@ code-annotations==1.6.0
# via edx-lint
colorama==0.4.6
# via typer
cryptography==42.0.3
cryptography==42.0.5
# via secretstorage
dill==0.3.8
# via pylint
Expand All @@ -52,7 +52,7 @@ importlib-metadata==7.0.1
# rstcheck
# rstcheck-core
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
isort==5.13.2
# via
Expand Down Expand Up @@ -90,17 +90,17 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
pydantic==2.6.1
pydantic==2.6.2
# via rstcheck-core
pydantic-core==2.16.2
pydantic-core==2.16.3
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
# via
# readme-renderer
# rich
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -120,7 +120,7 @@ pytz==2024.1
# via django
pyyaml==6.0.1
# via code-annotations
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand Down Expand Up @@ -148,21 +148,19 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
twine==5.0.0
# via -r requirements/quality.in
typer[all]==0.9.0
# via
# rstcheck
# typer
typing-extensions==4.9.0
# via rstcheck
typing-extensions==4.10.0
# via
# annotated-types
# asgiref
Expand Down
20 changes: 8 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ asgiref==3.7.2
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
# kombu
# via
Expand Down Expand Up @@ -63,15 +62,13 @@ code-annotations==1.6.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
cryptography==42.0.3
coverage[toml]==7.4.3
# via pytest-cov
cryptography==42.0.5
# via
# -r requirements/base.txt
# pyjwt
ddt==1.7.1
ddt==1.7.2
# via -r requirements/test.in
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -173,7 +170,7 @@ markupsafe==2.1.5
# jinja2
mock==5.1.0
# via -r requirements/test.in
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -205,7 +202,6 @@ pyjwt[crypto]==2.8.0
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
# pyjwt
pymongo==3.13.0
# via
# -r requirements/base.txt
Expand All @@ -214,7 +210,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.0.1
pytest==8.0.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -257,7 +253,7 @@ sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -271,7 +267,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
Expand Down

0 comments on commit 3c74616

Please sign in to comment.