diff --git a/Makefile b/Makefile index 0cca7b33bf..4bb26c0f9e 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ clean-back: ## Remove Python bytecode files (*.pyc) find . -name '*.pyc' -exec rm {} \; list-outdated-back: ## List outdated Python packages + @echo 'Info: You need to check `easy-thumbnails` version manually!' @echo "Package Version Latest Type" @echo "----------------------- --------- --------- -----" @pip list --outdated | grep "`awk -F== '{ print $$1 }' requirements*.txt | tr -s '\n' '\n' | sort`" diff --git a/requirements.txt b/requirements.txt index c2e5219ea3..36ab7318a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ django-model-utils==4.3.1 django-munin==0.2.1 django-recaptcha==3.0.0 Django==3.2.21 -easy-thumbnails[svg]==2.8.3 +easy-thumbnails[svg]==2.8.5 factory-boy==3.3.0 geoip2==4.7.0 GitPython==3.1.37