Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q52Zv-0005Wc-Qd for pgadmin-hackers@arkaria.postgresql.org; Fri, 02 Jun 2023 11:04:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q52Yv-0002Oj-8i for pgadmin-hackers@arkaria.postgresql.org; Fri, 02 Jun 2023 11:03:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q52Yv-0002Oa-0C for pgadmin-hackers@lists.postgresql.org; Fri, 02 Jun 2023 11:03:17 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q52Yn-003fj7-0F for pgadmin-hackers@lists.postgresql.org; Fri, 02 Jun 2023 11:03:16 +0000 Received: from github.com (hubbernetes-node-20d75b3.ac4-iad.github.net [10.52.12.44]) by smtp.github.com (Postfix) with ESMTPA id 1650F600B62 for ; Fri, 2 Jun 2023 04:03:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1685703788; bh=ZnOXGhiJx8mLr2JrxscI3V0dm0WltRJiKCiRSNqaZ3k=; h=Date:From:To:Subject:From; b=O54DrRFBC7XqA9JvDuhv4EzWo6M5qzKlsfnbQ1VSq8+e20snew3burQorz5pvpjk3 lTHE6VICuzaWgeiFzobBdorNDfPcreS+Vwt0FsI+AIoIW3AbZo8fYlXob1+ld75lZ/ z8pG5dtUV6BZXjmGK83BIpOxlOo+MWePRuSz9aTs= Date: Fri, 02 Jun 2023 04:03:08 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] d448d1: Python dependency: Bump azure-identity from 1.12.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.13.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: d448d1e05e9a76715420edd24719bd4c9af94d39 https://github.com/pgadmin-org/pgadmin4/commit/d448d1e05e9a76715420edd24719bd4c9af94d39 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-06-02 (Fri, 02 Jun 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Bump azure-identity from 1.12.0 to 1.13.0 Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.12.0 to 1.13.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.12.0...azure-identity_1.13.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]