From 6f26dff997a5dc68c305ff235cd26858d2472a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 02:25:54 +0000 Subject: [PATCH] Bump django from 6.1 to 6.1.1 Bumps [django](https://github.com/django/django) from 6.1 to 6.1.1. - [Commits](https://github.com/django/django/compare/6.1...6.1.1) --- updated-dependencies: - dependency-name: django dependency-version: 6.1.1 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 97d2d3c..ebed9f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" license = "MIT" authors = [{name = "Wonhyo Choi"}] requires-python = "==3.13.*" -dependencies = ["Django==6.1"] +dependencies = ["Django==6.1.1"] [project.urls] Homepage = "https://github.com/achieve0410/code-debugger" diff --git a/requirements.txt b/requirements.txt index e50ff1a..6475b25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Django==6.1 +Django==6.1.1