Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #227

Merged
merged 1 commit into from
Feb 12, 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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# django-crum
Expand All @@ -53,7 +53,7 @@ django-crum==0.7.9
# via
# edx-django-utils
# super-csv
django-model-utils==4.3.1
django-model-utils==4.4.0
# via
# edx-bulk-grades
# edx-celeryutils
Expand Down Expand Up @@ -146,7 +146,7 @@ typing-extensions==4.9.0
# asgiref
# edx-opaque-keys
# kombu
tzdata==2023.4
tzdata==2024.1
# 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 @@ -98,7 +98,7 @@ distlib==0.3.8
# via
# -r requirements/tox.txt
# virtualenv
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand All @@ -121,7 +121,7 @@ django-crum==0.7.9
# -r requirements/base.txt
# edx-django-utils
# super-csv
django-model-utils==4.3.1
django-model-utils==4.4.0
# via
# -r requirements/base.txt
# edx-bulk-grades
Expand Down Expand Up @@ -300,7 +300,7 @@ python-dateutil==2.8.2
# -r requirements/base.txt
# celery
# xblock
python-slugify==8.0.3
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
Expand Down Expand Up @@ -376,7 +376,7 @@ typing-extensions==4.9.0
# edx-opaque-keys
# kombu
# pylint
tzdata==2023.4
tzdata==2024.1
# via
# -r requirements/base.txt
# backports-zoneinfo
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ coverage[toml]==7.4.1
# pytest-cov
dill==0.3.8
# via pylint
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand All @@ -97,7 +97,7 @@ django-crum==0.7.9
# -r requirements/base.txt
# edx-django-utils
# super-csv
django-model-utils==4.3.1
django-model-utils==4.4.0
# via
# -r requirements/base.txt
# edx-bulk-grades
Expand Down Expand Up @@ -236,7 +236,7 @@ python-dateutil==2.8.2
# -r requirements/base.txt
# celery
# xblock
python-slugify==8.0.3
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
Expand Down Expand Up @@ -300,7 +300,7 @@ typing-extensions==4.9.0
# edx-opaque-keys
# kombu
# pylint
tzdata==2023.4
tzdata==2024.1
# via
# -r requirements/base.txt
# backports-zoneinfo
Expand Down