From 5183af2d4a44e8591803cd27f405c60aa1b03a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:12:26 +0000 Subject: [PATCH] chore(deps): bump django-google-sso from 6.2.0 to 6.2.1 Bumps [django-google-sso](https://github.com/megalus/django-google-sso) from 6.2.0 to 6.2.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/v6.2.0...v6.2.1) --- 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 bf5f180d70..100dbf6517 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "Django==5.0.6", "django-csp==3.8", "django-admin-sortable2==2.2.1", - "django-google-sso==6.2.0", + "django-google-sso==6.2.1", "eligibility-api==2023.9.1", "calitp-littlepay==2024.6.1", "requests==2.32.3",