diff --git a/poetry.lock b/poetry.lock index e5788bde6..ae081b3a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -605,7 +605,7 @@ bcrypt = ["bcrypt"] [[package]] name = "django-ansible-base" -version = "2024.5.31" +version = "2024.6.11" description = "A Django app used by ansible services" optional = false python-versions = ">=3.9" @@ -634,8 +634,8 @@ testing = ["cryptography", "pytest", "pytest-django"] [package.source] type = "git" url = "https://github.com/ansible/django-ansible-base.git" -reference = "2024.5.31" -resolved_reference = "0b4d0138f3572829ba6e21efbf16758dadba26fb" +reference = "2024.6.11" +resolved_reference = "c5e7ac8ffd8e1e2500f0db55c65a3def8aa6dac8" [[package]] name = "django-crum" @@ -2406,4 +2406,4 @@ dev = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "efde77760ee3f6931ee130b87e4858d963e82dae51c9bfa842e3e2855d991060" +content-hash = "a41688e2475d3b4ff0274d8fbc3dfd5a9c6391285eee76c60a9daf443e0743fd" diff --git a/pyproject.toml b/pyproject.toml index 9e8b40d99..6c8eeff2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ cryptography = ">=38,<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.5.31", extras = [ +django-ansible-base = { git = "https://github.com/ansible/django-ansible-base.git", tag="2024.6.11", extras = [ "channel_auth", "rbac", ] }