From d10165a63d0c9472ddc812cc870dd92285675961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:11:24 +0000 Subject: [PATCH] Bump django from 6.0.5 to 6.0.6 Bumps [django](https://github.com/django/django) from 6.0.5 to 6.0.6. - [Commits](https://github.com/django/django/compare/6.0.5...6.0.6) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5d29080..53a1a6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pybehaviorlog" version = "0.9.5" requires-python = ">=3.13" dependencies = [ - "Django[argon2]==6.0.5", + "Django[argon2]==6.0.6", "granian==2.7.5", "openpyxl==3.1.5", "psycopg[binary,pool]==3.3.4", diff --git a/requirements.txt b/requirements.txt index 5029a49..901f176 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django[argon2]==6.0.5 +Django[argon2]==6.0.6 granian==2.7.5 openpyxl==3.1.5 psycopg[binary,pool]==3.3.4