From 493c280d456e778f087573b985de89aa54111b8f Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 15 Jan 2025 16:26:48 +0100 Subject: [PATCH] chore: upgrade dab to 2025.1.3 (#1187) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fa545a7d4..38d55b028 100644 --- a/poetry.lock +++ b/poetry.lock @@ -649,7 +649,7 @@ bcrypt = ["bcrypt"] [[package]] name = "django-ansible-base" -version = "2024.12.13" +version = "2025.1.3" description = "A Django app used by ansible services" optional = false python-versions = ">=3.9" @@ -687,8 +687,8 @@ testing = ["cryptography", "pytest", "pytest-django"] [package.source] type = "git" url = "https://github.com/ansible/django-ansible-base.git" -reference = "devel" -resolved_reference = "b37fdd2ce8baa21cd2a40c96ff3a871e97363b14" +reference = "2025.1.3" +resolved_reference = "1cf551b7834453dcfd09de1a18b44f9538f93852" [[package]] name = "django-crum" @@ -2954,4 +2954,4 @@ dev = ["psycopg-binary"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.13" -content-hash = "aa95339492e022686f01fa21e5cff1cf4508dcead5b8fcf5a301856d68a357b3" +content-hash = "902ea6b1c05edfe9e701560a92e6d049060c56bf65a835cfc6b10e72310b1181" diff --git a/pyproject.toml b/pyproject.toml index 25de5f167..9438842bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ cryptography = ">=42,<43" kubernetes = "26.1.*" podman = "4.9.*" rq-scheduler = "^0.10" -django-ansible-base = { git = "https://github.com/ansible/django-ansible-base.git", tag = "2024.12.13", extras = [ +django-ansible-base = { git = "https://github.com/ansible/django-ansible-base.git", tag = "2025.1.3", extras = [ "channel-auth", "rbac", "redis-client",