From b73a20c0cc721cb7e26bd7265b83ff6a0f003617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 02:04:58 +0000 Subject: [PATCH] Bump django from 6.0.6 to 6.0.7 Bumps [django](https://github.com/django/django) from 6.0.6 to 6.0.7. - [Commits](https://github.com/django/django/compare/6.0.6...6.0.7) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.7 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 23481cf..deb191b 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.6", + "Django[argon2]==6.0.7", "granian==2.7.9", "openpyxl==3.1.5", "psycopg[binary,pool]==3.3.4", diff --git a/requirements.txt b/requirements.txt index a0268f0..64e33b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django[argon2]==6.0.6 +Django[argon2]==6.0.7 granian==2.7.9 openpyxl==3.1.5 psycopg[binary,pool]==3.3.4