From fdcfe68e9787cf593fbeba846affa769d4009751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:40:50 +0000 Subject: [PATCH] chore(deps): bump django-hurricane from 1.5.0 to 1.6.0 in /backend Bumps [django-hurricane](https://github.com/django-hurricane/django-hurricane) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/django-hurricane/django-hurricane/releases) - [Changelog](https://github.com/django-hurricane/django-hurricane/blob/main/RELEASE.md) - [Commits](https://github.com/django-hurricane/django-hurricane/compare/1.5.0...1.6.0) --- updated-dependencies: - dependency-name: django-hurricane dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 10 +++++----- backend/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 20ad444a..843fa2f7 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -488,13 +488,13 @@ Django = ">=4.2" [[package]] name = "django-hurricane" -version = "1.5.0" +version = "1.6.0" description = "A Kubernetes Native Stack Specifically Created For Django" optional = false -python-versions = ">=3.9,<4.0" +python-versions = "<4.0,>=3.9" files = [ - {file = "django_hurricane-1.5.0-py3-none-any.whl", hash = "sha256:2012da4c8790d5469fd4c40874819f28a6dc15d0468b69705708f4a67ee2fa7c"}, - {file = "django_hurricane-1.5.0.tar.gz", hash = "sha256:19094240a0a3f2760eadc52fb713007779cb719ad0d62e51edac8cdb8e603cc7"}, + {file = "django_hurricane-1.6.0-py3-none-any.whl", hash = "sha256:4e634670714745b7c264740304af7ceac246f6faece34f2311df1836e0934370"}, + {file = "django_hurricane-1.6.0.tar.gz", hash = "sha256:5439563cab3e7980057d0f2340a62def563de10a7f3b9287cd70b02b5ec8d7af"}, ] [package.dependencies] @@ -1949,4 +1949,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "81a2742481b90c69cedd4bd16cea8435f872a9f7fc663d1a73c86b9a9be55632" +content-hash = "ccee2c708bd8db3f0518b67fa52656f5d58891a1bc5f8ce6e1ade8fce9c08933" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a8a9d611..7d284a89 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -42,7 +42,7 @@ django-money = "^3.4.0" python-redmine = "^2.5.0" sentry-sdk = "^2.7.1" whitenoise = "^6.7.0" -django-hurricane = "^1.5.0" +django-hurricane = "^1.6.0" openpyxl = "3.0.10" # TODO: dependency of `pyexcel-xlsx` Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved. psycopg = {extras = ["binary"], version = "^3.2.1"}