Skip to content
Open
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/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ psycopg2-binary==2.8.3
django-redis-cache==2.1.0

# For resizing images
pillow==6.2.0
pillow==10.3.0

# local debugging tools
watchdog==0.9.0
Expand Down
24 changes: 12 additions & 12 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
# Base packages
pip==19.3.1
pip==23.3
appdirs==1.4.3
virtualenv==16.7.7

django==1.11.27 # pyup: <1.12
django==3.2.25 # pyup: <1.12
django-extensions==2.2.5
django_polymorphic==2.1.2

djangorestframework==3.10.3
djangorestframework==3.15.2

# For intersphinx during builds
# Use <2.x until we fix some issues in our theme.
# Some things are not rendering properly and sidebar shows titles in gray.
Sphinx==1.8.5 # pyup: <2.0.0

# Filtering for the REST API
django-filter==2.2.0
django-filter==2.4.0

drf-flex-fields==0.6.1
drf-extensions==0.5.0

django-vanilla-views==1.0.6
jsonfield==2.0.2

requests==2.22.0
requests==2.32.2
requests-toolbelt==0.9.1
slumber==0.7.1
pyyaml==5.1.2
pyyaml==5.4
Pygments==2.4.2

# Basic tools
redis==3.3.11
kombu==4.6.7
celery==4.3.0
celery==5.2.2

django-allauth==0.40.0

GitPython==3.0.4
GitPython==3.1.41

# Search
elasticsearch==6.4.0 # pyup: <7.0.0
Expand All @@ -60,7 +60,7 @@ django-elasticsearch-dsl==0.5.1 # pyup: ignore
selectolax==0.2.1

# Ignoring orjson for now because it makes Travis to fail
orjson==2.0.7 # pyup: ignore
orjson==3.9.15 # pyup: ignore

# Utils
django-gravatar2==1.4.2
Expand All @@ -82,7 +82,7 @@ docker==4.1.0
django-textclassifier==1.0
# django-textclassifier doesn't have pinned versions
# if there is an update they could break our code
nltk==3.4.5
nltk==3.6.6
textblob==0.15.3

django-annoying==0.10.5
Expand All @@ -102,8 +102,8 @@ user-agents==2.0

# Utilities used to upload build media to cloud storage
django-storages[azure]==1.7.2
azure-storage-blob==1.5.0
azure-storage-blob==12.13.0
azure-storage-common==1.4.2

# Required only in development and linting
django-debug-toolbar==2.0
django-debug-toolbar==2.2.1
4 changes: 2 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ execnet==1.7.1
# supported platform.
# mercurial-scm.org/wiki/SupportedPythonVersions
# (Pinned to 4.4.2 since what we need for testing is still useful)
Mercurial==4.4.2 # pyup: ignore
Mercurial==4.9 # pyup: ignore

yamale==2.0.1
yamale==3.0.8
pytest-mock==1.11.2

# local debugging tools
Expand Down