From 6df52cfae6248cbee63b295dd1f25c5a2922e16f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:53:35 +0000 Subject: [PATCH] chore(deps-dev): bump django-google-sso from 5.0.0 to 6.0.1 Bumps [django-google-sso](https://github.com/megalus/django-google-sso) from 5.0.0 to 6.0.1. - [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/v5.0.0...v6.0.1) --- updated-dependencies: - dependency-name: django-google-sso dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b21de46b10..48c7e93ded 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "azure-identity==1.15.0", "Django==5.0.2", "django-csp==3.8", - "django-google-sso==5.0.0", + "django-google-sso==6.0.1", "eligibility-api==2023.9.1", "calitp-littlepay@git+https://github.com/cal-itp/littlepay", "requests==2.31.0",