From ef04a193a6327a21336c4d98612a2a0c06842485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 15:51:15 +0000 Subject: [PATCH] chore(deps-dev): bump django from 4.2.4 to 4.2.5 Bumps [django](https://github.com/django/django) from 4.2.4 to 4.2.5. - [Commits](https://github.com/django/django/compare/4.2.4...4.2.5) --- updated-dependencies: - dependency-name: django 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 adc3bc0f2..6a113b41f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ classifiers = ["Programming Language :: Python :: 3 :: Only"] description = "Cal-ITP Benefits is an application that enables automated eligibility verification and enrollment for transit benefits onto customers’ existing contactless bank (credit/debit) cards." dependencies = [ "Authlib==1.2.1", - "Django==4.2.4", + "Django==4.2.5", "django-csp==3.7", "eligibility-api==2023.6.1", "requests==2.31.0",