From d305a4a356cc0184baa377a28aeb04b5bae362d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:00:40 +0000 Subject: [PATCH] chore(deps): bump django-google-sso from 7.1.0 to 8.0.0 Bumps [django-google-sso](https://github.com/megalus/django-google-sso) from 7.1.0 to 8.0.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/v7.1.0...v8.0.0) --- 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 cd4c06fa3..10cc0157f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "Django==5.1.2", "django-csp==3.8", "django-admin-sortable2==2.2.3", - "django-google-sso==7.1.0", + "django-google-sso==8.0.0", "eligibility-api==2023.9.1", "calitp-littlepay==2024.9.1", "requests==2.32.3",