From 260bbce4924b60656a833cf57b4c417e9827c115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:25:57 +0000 Subject: [PATCH] chore(deps): bump django-google-sso from 7.0.0 to 7.1.0 Bumps [django-google-sso](https://github.com/megalus/django-google-sso) from 7.0.0 to 7.1.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.0.0...v7.1.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 d8513f8581..57f0c8b529 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "Django==5.1.1", "django-csp==3.8", "django-admin-sortable2==2.2.3", - "django-google-sso==7.0.0", + "django-google-sso==7.1.0", "eligibility-api==2023.9.1", "calitp-littlepay==2024.9.1", "requests==2.32.3",