Skip to content

Commit

Permalink
chore: Updating Python Requirements (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 5, 2024
1 parent 995ae98 commit 627c68c
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.43
# via click-repl
psutil==5.9.6
psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
Expand Down Expand Up @@ -174,7 +174,7 @@ typing-extensions==4.9.0
# asgiref
# edx-opaque-keys
# kombu
tzdata==2023.3
tzdata==2023.4
# via
# backports-zoneinfo
# celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery53.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ six==1.16.0
# via python-dateutil
typing-extensions==4.9.0
# via kombu
tzdata==2023.3
tzdata==2023.4
# via
# backports-zoneinfo
# celery
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cryptography==41.0.7
# via
# -r requirements/quality.txt
# secretstorage
diff-cover==8.0.1
diff-cover==8.0.2
# via -r requirements/dev.in
dill==0.3.7
# via
Expand Down Expand Up @@ -102,7 +102,7 @@ idna==3.6
# via
# -r requirements/quality.txt
# requests
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -137,7 +137,7 @@ keyring==24.3.0
# via
# -r requirements/quality.txt
# twine
lxml==4.9.3
lxml==5.0.0
# via edx-i18n-tools
markdown-it-py==3.0.0
# via
Expand Down Expand Up @@ -202,11 +202,11 @@ pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydantic==2.5.2
pydantic==2.5.3
# via
# -r requirements/quality.txt
# rstcheck-core
pydantic-core==2.14.5
pydantic-core==2.14.6
# via
# -r requirements/quality.txt
# pydantic
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via sphinx
inflection==0.5.1
# via drf-yasg
Expand Down Expand Up @@ -154,7 +154,7 @@ pockets==0.9.1
# via sphinxcontrib-napoleon
prompt-toolkit==3.0.43
# via click-repl
psutil==5.9.6
psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
Expand Down Expand Up @@ -239,7 +239,7 @@ typing-extensions==4.9.0
# asgiref
# edx-opaque-keys
# kombu
tzdata==2023.3
tzdata==2023.4
# via
# backports-zoneinfo
# celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ edx-lint==5.3.6
# via -r requirements/quality.in
idna==3.6
# via requests
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# keyring
# rstcheck
Expand Down Expand Up @@ -90,9 +90,9 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
pydantic==2.5.2
pydantic==2.5.3
# via rstcheck-core
pydantic-core==2.14.5
pydantic-core==2.14.6
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ code-annotations==1.5.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.3.3
coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
Expand Down Expand Up @@ -192,7 +192,7 @@ prompt-toolkit==3.0.43
# via
# -r requirements/base.txt
# click-repl
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -214,7 +214,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.3
pytest==7.4.4
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -277,7 +277,7 @@ typing-extensions==4.9.0
# asgiref
# edx-opaque-keys
# kombu
tzdata==2023.3
tzdata==2023.4
# via
# -r requirements/base.txt
# backports-zoneinfo
Expand Down

0 comments on commit 627c68c

Please sign in to comment.