-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OPEN-3021: Upgrading to Django 4.2.9
- Loading branch information
Showing
5 changed files
with
54 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
Babel==2.12.1 | ||
bleach==6.0.0 | ||
celery==5.2.7 | ||
Babel==2.14.0 | ||
bleach==6.1.0 | ||
celery==5.3.6 | ||
ckanapi==4.7 | ||
django==3.2.21 | ||
django==4.2.9 | ||
django-celery-beat==2.5.0 | ||
django-celery-results==2.5.1 | ||
django-cors-headers==3.14.0 | ||
django-cors-headers==4.3.1 | ||
django-jazzmin==2.6.0 | ||
django-qurl-templatetag==0.0.14 | ||
django-redis-cache==3.0.1 | ||
django-redis-sessions==0.6.2 | ||
django-smuggler==1.0.4 | ||
docutils==0.20.1 | ||
email-validator==2.0.0.post2 | ||
email-validator==2.1.0.post1 | ||
inflection==0.5.1 | ||
markdown2==2.4.10 | ||
markdown2==2.4.12 | ||
nltk==3.8.1 | ||
pandas==1.4.4 | ||
pandas==2.2.0 | ||
psycopg2==2.9.9 | ||
python-dateutil==2.8.2 | ||
PyYAML==6.0.1 | ||
scikit-learn==1.3.2 | ||
Unidecode==1.3.7 | ||
uWSGI==2.0.19.1; sys_platform == 'linux' | ||
redis==5.0.1 | ||
scikit-learn==1.4.0 | ||
setuptools>=69.0.3 | ||
Unidecode==1.3.8 | ||
uWSGI==2.0.23; sys_platform == 'linux' | ||
#git+https://github.com/thriuin/SolrClient.git@master | ||
|
||
redis==3.5.3 # not directly required, but cannot use the latest as suggested by Snyk due to incompatability with django-redis-cache | ||
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters