diff --git a/kustomize/overlays/prod/kustomization.yaml b/kustomize/overlays/prod/kustomization.yaml index 7705eab..f9573f5 100644 --- a/kustomize/overlays/prod/kustomization.yaml +++ b/kustomize/overlays/prod/kustomization.yaml @@ -26,4 +26,4 @@ patches: - path: typesense_service_patch.yaml images: - name: ghcr.io/dbca-wa/prs - newTag: 2.5.56 + newTag: 2.5.57 diff --git a/pyproject.toml b/pyproject.toml index 8e7cabb..f12444a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prs" -version = "2.5.56" +version = "2.5.57" description = "Planning Referral System corporate application" authors = ["Ashley Felton "] license = "Apache-2.0" @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" django = "4.2.15" -psycopg = {version = "3.2.2", extras = ["binary", "pool"]} +psycopg = { version = "3.2.2", extras = ["binary", "pool"] } dbca-utils = "2.0.2" python-dotenv = "1.0.1" dj-database-url = "2.2.0" @@ -20,7 +20,7 @@ django-taggit = "6.0.0" unidecode = "1.3.8" pillow = "10.4.0" python-magic = "0.4.27" -lxml = {version = "5.3.0", extras = ["html-clean"]} +lxml = { version = "5.3.0", extras = ["html-clean"] } xmltodict = "0.13.0" extract-msg = "0.49.0" django-extensions = "3.2.3" @@ -33,13 +33,13 @@ docx2txt = "0.8" celery = "5.4.0" django-celery-results = "2.5.1" pygeopkg = "0.1.3" -whitenoise = {version = "6.7.0", extras = ["brotli"]} +whitenoise = { version = "6.7.0", extras = ["brotli"] } django-crum = "0.7.9" -sentry-sdk = {version = "2.14.0", extras = ["django"]} +sentry-sdk = { version = "2.14.0", extras = ["django"] } crispy-bootstrap5 = "2024.2" redis = "5.0.8" xlsxwriter = "3.2.0" -django-storages = {version = "1.14.4", extras = ["azure"]} +django-storages = { version = "1.14.4", extras = ["azure"] } [tool.poetry.group.dev.dependencies] ipython = "^8.27.0"