From 91ead9137a1b7c7c2d5f4bcf06bf6b1794a67be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 02:25:25 +0000 Subject: [PATCH] Bump django from 6.0.7 to 6.1 Bumps [django](https://github.com/django/django) from 6.0.7 to 6.1. - [Commits](https://github.com/django/django/compare/6.0.7...6.1) --- updated-dependencies: - dependency-name: django dependency-version: '6.1' dependency-type: direct:production update-type: version-update:semver-minor ... 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 38583d0..5d37702 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.0.7"] +dependencies = ["Django==6.1"] [project.urls] Homepage = "https://github.com/achieve0410/code-debugger" diff --git a/requirements.txt b/requirements.txt index 85f4487..e50ff1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Django==6.0.7 +Django==6.1