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

Closed
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
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ click==8.1.7
# via edx-django-utils
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# django-crum
# django-storages
Expand Down
2 changes: 1 addition & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


# using LTS django version
Django<4.3


# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
Expand Down
1 change: 0 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ distlib==0.3.7
# virtualenv
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# django-crum
# django-storages
Expand Down
1 change: 0 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ click==8.1.7
coverage[toml]==7.3.1
# via pytest-cov
# via
# -c requirements/common_constraints.txt
# -r requirements/../requirements.txt
# django-crum
# django-storages
Expand Down
Loading