From c3b048b90f1fba88186a1a4018f405753933fb10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:28:17 +0000 Subject: [PATCH] chore(deps-dev): bump django-google-sso from 6.0.1 to 6.0.2 Bumps [django-google-sso](https://github.com/megalus/django-google-sso) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/megalus/django-google-sso/releases) - [Changelog](https://github.com/megalus/django-google-sso/blob/main/CHANGELOG.md) - [Commits](https://github.com/megalus/django-google-sso/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: django-google-sso 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 33117ee78..b6b1c8862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "azure-identity==1.15.0", "Django==5.0.3", "django-csp==3.8", - "django-google-sso==6.0.1", + "django-google-sso==6.0.2", "eligibility-api==2023.9.1", "calitp-littlepay==2024.3.1", "requests==2.31.0",