From 9a2cee0fde8a217e1c34ff8785aa2f1167d99bc2 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 23 May 2025 02:24:19 +0200 Subject: [PATCH] python313Packages.google-auth: 2.40.1 -> 2.40.2 https://github.com/googleapis/google-auth-library-python/blob/v2.40.2/CHANGELOG.md --- pkgs/development/python-modules/google-auth/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/google-auth/default.nix b/pkgs/development/python-modules/google-auth/default.nix index 4d96aa542f5a..f2e481d82714 100644 --- a/pkgs/development/python-modules/google-auth/default.nix +++ b/pkgs/development/python-modules/google-auth/default.nix @@ -25,14 +25,14 @@ buildPythonPackage rec { pname = "google-auth"; - version = "2.40.1"; + version = "2.40.2"; pyproject = true; src = fetchFromGitHub { owner = "googleapis"; repo = "google-auth-library-python"; tag = "v${version}"; - hash = "sha256-t+KgDFLeiCwmXAfrv+qyrNNa1H1v5U34rURIArjmt94="; + hash = "sha256-jO6brNdTH8BitLKKP/nwrlUo5hfQnThT/bPbzefvRbM="; }; build-system = [ setuptools ]; @@ -91,8 +91,6 @@ buildPythonPackage rec { pytestFlagsArray = [ # cryptography 44 compat issue "--deselect=tests/transport/test__mtls_helper.py::TestDecryptPrivateKey::test_success" - # https://github.com/googleapis/google-auth-library-python/issues/1763 - "--deselect=tests/test__service_account_info.py::test_from_dict_bad_private_key" ]; __darwinAllowLocalNetworking = true;