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