Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Python Requirements Update #67

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ typing-extensions==4.9.0
# asgiref
# edx-opaque-keys
# kombu
tzdata==2023.3
tzdata==2023.4
# via
# backports-zoneinfo
# celery
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.3.4
coverage[toml]==7.4.0
# via
# -r requirements/quality.txt
# coverage
Expand Down Expand Up @@ -184,7 +184,7 @@ kombu==5.3.4
# via
# -r requirements/quality.txt
# celery
lxml==4.9.4
lxml==5.0.0
# via edx-i18n-tools
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -291,7 +291,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -377,7 +377,7 @@ typing-extensions==4.9.0
# edx-opaque-keys
# kombu
# pylint
tzdata==2023.3
tzdata==2023.4
# via
# -r requirements/quality.txt
# backports-zoneinfo
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.3.4
coverage[toml]==7.4.0
# via
# -r requirements/test.txt
# coverage
Expand Down Expand Up @@ -229,7 +229,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -338,7 +338,7 @@ typing-extensions==4.9.0
# kombu
# pydata-sphinx-theme
# rich
tzdata==2023.3
tzdata==2023.4
# via
# -r requirements/test.txt
# backports-zoneinfo
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ code-annotations==1.5.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.3.4
coverage[toml]==7.4.0
# via
# -r requirements/test.txt
# coverage
Expand Down Expand Up @@ -200,7 +200,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -270,7 +270,7 @@ typing-extensions==4.9.0
# edx-opaque-keys
# kombu
# pylint
tzdata==2023.3
tzdata==2023.4
# via
# -r requirements/test.txt
# backports-zoneinfo
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ code-annotations==1.5.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.3.4
coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
Expand Down Expand Up @@ -152,7 +152,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 @@ -212,7 +212,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
Loading