From d6685b082cc49f28089c8952272960f8d4482460 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 10:37:50 +0000 Subject: [PATCH] fix(deps): update dependency google-auth to v1.35.0 --- poetry.lock | 28 +++++++++++++++++----------- pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index 75cd865f9..6debed763 100644 --- a/poetry.lock +++ b/poetry.lock @@ -285,13 +285,13 @@ files = [ [[package]] name = "cachetools" -version = "5.3.3" +version = "4.2.4" description = "Extensible memoizing collections and decorators" optional = false -python-versions = ">=3.7" +python-versions = "~=3.5" files = [ - {file = "cachetools-5.3.3-py3-none-any.whl", hash = "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945"}, - {file = "cachetools-5.3.3.tar.gz", hash = "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"}, + {file = "cachetools-4.2.4-py3-none-any.whl", hash = "sha256:92971d3cb7d2a97efff7c7bb1657f21a8f5fb309a37530537c71b1774189f2d1"}, + {file = "cachetools-4.2.4.tar.gz", hash = "sha256:89ea6f1b638d5a73a4f9226be57ac5e4f399d22770b92355f92dcb0f7f001693"}, ] [[package]] @@ -1413,21 +1413,27 @@ uritemplate = ">=3.0.0,<4dev" [[package]] name = "google-auth" -version = "1.6.3" +version = "1.35.0" description = "Google Authentication Library" optional = false -python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" +python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*" files = [ - {file = "google-auth-1.6.3.tar.gz", hash = "sha256:0f7c6a64927d34c1a474da92cfc59e552a5d3b940d3266606c6a28b72888b9e4"}, - {file = "google_auth-1.6.3-py2.py3-none-any.whl", hash = "sha256:20705f6803fd2c4d1cc2dcb0df09d4dfcb9a7d51fd59e94a3a28231fd93119ed"}, + {file = "google-auth-1.35.0.tar.gz", hash = "sha256:b7033be9028c188ee30200b204ea00ed82ea1162e8ac1df4aa6ded19a191d88e"}, + {file = "google_auth-1.35.0-py2.py3-none-any.whl", hash = "sha256:997516b42ecb5b63e8d80f5632c1a61dddf41d2a4c2748057837e06e00014258"}, ] [package.dependencies] -cachetools = ">=2.0.0" +cachetools = ">=2.0.0,<5.0" pyasn1-modules = ">=0.2.1" -rsa = ">=3.1.4" +rsa = {version = ">=3.1.4,<5", markers = "python_version >= \"3.6\""} +setuptools = ">=40.3.0" six = ">=1.9.0" +[package.extras] +aiohttp = ["aiohttp (>=3.6.2,<4.0.0dev)", "requests (>=2.20.0,<3.0.0dev)"] +pyopenssl = ["pyopenssl (>=20.0.0)"] +reauth = ["pyu2f (>=0.1.5)"] + [[package]] name = "google-auth-httplib2" version = "0.2.0" @@ -4023,4 +4029,4 @@ xmlsec = ["xmlsec (>=0.6.1)"] [metadata] lock-version = "2.0" python-versions = "3.9.15" -content-hash = "68dbed1a9e09802d004f403bbaaca658a697c52af33f7d0b6e4d9780153d99d3" +content-hash = "58a0c9a9d30ebdf13e245d0562af2bc3f4a3cfd166654834590a06ae42b6905c" diff --git a/pyproject.toml b/pyproject.toml index 04ec79177..3d81973f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ drf-flex-fields = "0.9.9" edx-api-client = "1.8.0" flaky = "3.8.1" google-api-python-client = "1.7.11" -google-auth = "1.6.3" +google-auth = "1.35.0" hubspot-api-client = "^6.1.0" ipython = "^8.10.0" mitol-django-authentication = "2023.12.19"