Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoLkb-000y8H-It for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 10:38:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qoLkZ-00Bzem-H3 for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 10:38:36 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoLkZ-00BzeM-9f for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 10:38:36 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoLkX-0009hJ-6r for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 10:38:35 +0000 Received: from github.com (hubbernetes-node-c9ad705.va3-iad.github.net [10.48.137.13]) by smtp.github.com (Postfix) with ESMTPA id 129808C080D for ; Thu, 5 Oct 2023 03:38:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696502311; bh=zpkNmOplakm/4ehlBI3WKA73mg0YQ43Gv8q496nTAjE=; h=Date:From:To:Subject:From; b=Z4/hpQAvpNYrKl5dg8PpTRN++eFbVWL2VYi0v5JcfghN/0UnC0OZu+avHrNM2iJm1 Y0B5+tBDcifaMen4J8+8v2S2G+ppHBZRdKbKi/qhDs53ACuTvWIVJcoDoRxPfob5PQ KKh9qJ++GI2TqWxe+cRAOy3BDZwHqHHh5Ki4meqg= Date: Thu, 05 Oct 2023 03:38:31 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e1610a: Python dependency: Bump google-auth-oauthlib in /w... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/dependabot/pip/web/regression/google-auth-oauthlib-1.1.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: e1610a67da8bb5a34739d619227931216f42c569 https://github.com/pgadmin-org/pgadmin4/commit/e1610a67da8bb5a34739d619227931216f42c569 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Bump google-auth-oauthlib in /web/regression Bumps [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]