From 19df1b4f4e7d1479468fddd433451160cb9de4df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:50:18 +0000 Subject: [PATCH] chore(deps): bump django-google-sso from 6.1.1 to 6.2.0 Bumps [django-google-sso](https://github.com/megalus/django-google-sso) from 6.1.1 to 6.2.0. - [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.1.1...v6.2.0) --- updated-dependencies: - dependency-name: django-google-sso 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 a286cfaff..f46bdf163 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "Django==5.0.4", "django-csp==3.8", "django-admin-sortable2==2.1.10", - "django-google-sso==6.1.1", + "django-google-sso==6.2.0", "eligibility-api==2023.9.1", "calitp-littlepay==2024.4.1", "requests==2.31.0",