From f31ce918ba512205a187736f001d3e1a8c68b58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 00:03:57 +0000 Subject: [PATCH] Bump django-upgrade from 1.28.0 to 1.29.0 Bumps [django-upgrade](https://github.com/adamchainz/django-upgrade) from 1.28.0 to 1.29.0. - [Changelog](https://github.com/adamchainz/django-upgrade/blob/main/docs/changelog.rst) - [Commits](https://github.com/adamchainz/django-upgrade/compare/1.28.0...1.29.0) --- updated-dependencies: - dependency-name: django-upgrade dependency-version: 1.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40d4525..afeb10c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ test = [ lint = [ "ruff==0.13.3", "pyupgrade==3.20.0", - "django-upgrade==1.28.0", + "django-upgrade==1.29.0", ] docs = [ "sphinx",