From 685a3c9109cd4b39c9c5a06f7f43ffda2b1ce1d4 Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Mon, 1 Sep 2025 01:09:56 +0100 Subject: [PATCH] chore(deps): lock file maintenance (#934) Co-authored-by: Renovate Bot --- bigquery/poetry.lock | 12 ++++++------ datastore/poetry.lock | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bigquery/poetry.lock b/bigquery/poetry.lock index bbc18b65c..b32d57543 100644 --- a/bigquery/poetry.lock +++ b/bigquery/poetry.lock @@ -515,7 +515,7 @@ url = "../datastore" [[package]] name = "gcloud-aio-storage" -version = "9.5.0" +version = "9.6.0" description = "Python Client for Google Cloud Storage" optional = false python-versions = ">= 3.9, < 4.0" @@ -525,7 +525,7 @@ develop = false [package.dependencies] aiofiles = ">= 0.6.0, < 25.0.0" gcloud-aio-auth = ">= 5.3.0, < 6.0.0" -pyasn1-modules = ">= 0.2.1, < 0.4.2" +pyasn1-modules = ">=0.2.1, <0.5.0" rsa = ">= 3.1.4, < 5.0.0" [package.source] @@ -825,17 +825,17 @@ files = [ [[package]] name = "pyasn1-modules" -version = "0.4.1" +version = "0.4.2" description = "A collection of ASN.1-based protocols modules" optional = false python-versions = ">=3.8" files = [ - {file = "pyasn1_modules-0.4.1-py3-none-any.whl", hash = "sha256:49bfa96b45a292b711e986f222502c1c9a5e1f4e568fc30e2574a6c7d07838fd"}, - {file = "pyasn1_modules-0.4.1.tar.gz", hash = "sha256:c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c"}, + {file = "pyasn1_modules-0.4.2-py3-none-any.whl", hash = "sha256:29253a9207ce32b64c3ac6600edc75368f98473906e8fd1043bd6b5b1de2c14a"}, + {file = "pyasn1_modules-0.4.2.tar.gz", hash = "sha256:677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6"}, ] [package.dependencies] -pyasn1 = ">=0.4.6,<0.7.0" +pyasn1 = ">=0.6.1,<0.7.0" [[package]] name = "pycparser" diff --git a/datastore/poetry.lock b/datastore/poetry.lock index cc21e7a6d..1127fa69f 100644 --- a/datastore/poetry.lock +++ b/datastore/poetry.lock @@ -476,7 +476,7 @@ url = "../auth" [[package]] name = "gcloud-aio-storage" -version = "9.5.0" +version = "9.6.0" description = "Python Client for Google Cloud Storage" optional = false python-versions = ">= 3.9, < 4.0" @@ -486,7 +486,7 @@ develop = false [package.dependencies] aiofiles = ">= 0.6.0, < 25.0.0" gcloud-aio-auth = ">= 5.3.0, < 6.0.0" -pyasn1-modules = ">= 0.2.1, < 0.4.2" +pyasn1-modules = ">=0.2.1, <0.5.0" rsa = ">= 3.1.4, < 5.0.0" [package.source] @@ -786,17 +786,17 @@ files = [ [[package]] name = "pyasn1-modules" -version = "0.4.1" +version = "0.4.2" description = "A collection of ASN.1-based protocols modules" optional = false python-versions = ">=3.8" files = [ - {file = "pyasn1_modules-0.4.1-py3-none-any.whl", hash = "sha256:49bfa96b45a292b711e986f222502c1c9a5e1f4e568fc30e2574a6c7d07838fd"}, - {file = "pyasn1_modules-0.4.1.tar.gz", hash = "sha256:c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c"}, + {file = "pyasn1_modules-0.4.2-py3-none-any.whl", hash = "sha256:29253a9207ce32b64c3ac6600edc75368f98473906e8fd1043bd6b5b1de2c14a"}, + {file = "pyasn1_modules-0.4.2.tar.gz", hash = "sha256:677091de870a80aae844b1ca6134f54652fa2c8c5a52aa396440ac3106e941e6"}, ] [package.dependencies] -pyasn1 = ">=0.4.6,<0.7.0" +pyasn1 = ">=0.6.1,<0.7.0" [[package]] name = "pycparser"