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 #333

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 @@ -30,14 +30,14 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
# django-model-utils
# djangorestframework
# drf-yasg
django-model-utils==4.3.1
django-model-utils==4.4.0
# via -r requirements/base.in
djangorestframework==3.14.0
# via
Expand Down Expand Up @@ -70,7 +70,7 @@ typing-extensions==4.9.0
# via
# asgiref
# 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 @@ -93,15 +93,15 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# django-model-utils
# djangorestframework
# drf-yasg
# edx-i18n-tools
django-model-utils==4.3.1
django-model-utils==4.4.0
# via -r requirements/test.txt
djangorestframework==3.14.0
# via
Expand Down Expand Up @@ -242,7 +242,7 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# celery
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -313,7 +313,7 @@ typing-extensions==4.9.0
# astroid
# kombu
# pylint
tzdata==2023.4
tzdata==2024.1
# via
# -r requirements/test.txt
# backports-zoneinfo
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ cryptography==42.0.2
# via secretstorage
deepmerge==1.1.1
# via sphinxcontrib-openapi
django==3.2.23
django==3.2.24
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
# django-model-utils
# djangorestframework
# drf-yasg
django-model-utils==4.3.1
django-model-utils==4.4.0
# via -r requirements/base.txt
django-rest-swagger==2.2.0
# via -r requirements/doc.in
Expand Down Expand Up @@ -123,7 +123,7 @@ inflection==0.5.1
# drf-yasg
itypes==1.2.0
# via coreapi
jaraco-classes==3.3.0
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -278,7 +278,7 @@ stevedore==5.1.0
# via doc8
tomli==2.0.1
# via doc8
twine==4.0.2
twine==5.0.0
# via -r requirements/doc.in
typing-extensions==4.9.0
# via
Expand All @@ -287,7 +287,7 @@ typing-extensions==4.9.0
# kombu
# pydata-sphinx-theme
# rich
tzdata==2023.4
tzdata==2024.1
# via
# -r requirements/base.txt
# backports-zoneinfo
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
python-slugify==8.0.3
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
# via code-annotations
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ coverage[toml]==7.4.1
# django-model-utils
# djangorestframework
# drf-yasg
django-model-utils==4.3.1
django-model-utils==4.4.0
# via -r requirements/base.txt
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -131,7 +131,7 @@ typing-extensions==4.9.0
# -r requirements/base.txt
# asgiref
# kombu
tzdata==2023.4
tzdata==2024.1
# via
# -r requirements/base.txt
# backports-zoneinfo
Expand Down
Loading