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 1qoLGi-000wC9-75 for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 10:07:44 +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 1qoLGg-00BmnQ-3U for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 10:07:43 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoLGf-00Bmn2-QQ for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 10:07:42 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoLGb-00081G-4z for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 10:07:41 +0000 Received: from github.com (hubbernetes-node-578484e.va3-iad.github.net [10.48.134.43]) by smtp.github.com (Postfix) with ESMTPA id 13E6441115 for ; Thu, 5 Oct 2023 03:07:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696500456; bh=hx5iYn8wIU07uJmSguqtRMisYafNtVxwkwo12XliJu0=; h=Date:From:To:Subject:From; b=CLIPN2OG9D6VEV65kWrfPMSdgnpsXfzADZ8p48S8DJ6OjrqzkUfSk1UMorrpVevzp aBGSYfs5eursSjvIsDLXSJ116onGvnUKExzhrwKp0P6idn43WQN2u4QVOeec10Nddk +vd3ldyixsxHji2wDMY6vs3mjpCf+a4gobYhvXKI= Date: Thu, 05 Oct 2023 03:07:36 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 9bc715: Python dependency: Bump azure-identity from 1.13.0... 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/azure-identity-1.14.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 9bc7157cd10175d89dc379aa0d8a821092365877 https://github.com/pgadmin-org/pgadmin4/commit/9bc7157cd10175d89dc379aa0d8a821092365877 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 azure-identity from 1.13.0 to 1.14.0 Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.13.0...azure-identity_1.14.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]