diff --git a/pyproject.toml b/pyproject.toml index ae6f5492..2cc153e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.12,<=3.13" dependencies = [ "aiogram==3.23.0", "aiosmtpd==1.4.6", - "channels==4.3.1", + "channels==4.3.2", "channels-redis>=4.3.0", "colorlog==6.10.1", "coverage==7.13.0", @@ -33,20 +33,20 @@ dependencies = [ "django-redis==6.0.0", "django-ratelimit==4.1.0", "django-storages==1.14.6", - "django-stubs==5.2.7", + "django-stubs==5.2.8", "django-summernote==0.8.20.0", - "django-unfold>=0.71.0", + "django-unfold==0.73.1", "django-widget-tweaks==1.5.0", "django-md-field==0.1.0", "djangorestframework==3.16.1", "djangorestframework-camel-case==1.4.2", "djangorestframework-recursive==0.1.2", "djangorestframework-simplejwt[crypto]==5.5.1", - "djangorestframework-stubs==3.16.5", + "djangorestframework-stubs==3.16.6", "djangorestframework-xml==2.0.0", "djangorestframework-yaml==2.0.0", - "djangoql>=0.18.1", - "docutils>=0.22.3", + "djangoql==0.18.1", + "docutils==0.22.3", "drf-spectacular[sidecar]==0.29.0", "drf-spectacular-websocket>=1.3.1", "elasticsearch-dsl==8.18.0", @@ -74,8 +74,8 @@ dependencies = [ "swapper==1.4.0", "uvicorn==0.38.0", "zeep==4.3.2", + "websockets==15.0.1", "whitenoise>=6.11.0", - "websockets>=15.0.1", ] [project.optional-dependencies] diff --git a/scripts/Unix/generate-environment-file.sh b/scripts/Unix/generate-environment-file.sh index eeac970d..fafc8dcb 100755 --- a/scripts/Unix/generate-environment-file.sh +++ b/scripts/Unix/generate-environment-file.sh @@ -8,38 +8,28 @@ get_random_hex() { } prompt_default() { + local response="" if [ -t 0 ]; then - printf "Enter %s [%s]: " "$1" "$2" - if read -r response