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 1qqATM-008OjE-Aw for pgadmin-hackers@arkaria.postgresql.org; Tue, 10 Oct 2023 11:00:20 +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 1qqATK-0076GZ-5a for pgadmin-hackers@arkaria.postgresql.org; Tue, 10 Oct 2023 11:00:19 +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 1qqATJ-0076DI-Rz for pgadmin-hackers@lists.postgresql.org; Tue, 10 Oct 2023 11:00:18 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qqATI-000wKw-48 for pgadmin-hackers@lists.postgresql.org; Tue, 10 Oct 2023 11:00:17 +0000 Received: from github.com (hubbernetes-node-ccc27c1.va3-iad.github.net [10.48.205.79]) by smtp.github.com (Postfix) with ESMTPA id DC0B48C10C0 for ; Tue, 10 Oct 2023 04:00:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696935614; bh=KqCEnDcnG6QSlthk5rpoS8iqg2G9gdeVg+QZ+f3Pzhs=; h=Date:From:To:Subject:From; b=a9MXarsPmEm+lOI++RJvkPIKP5tnOZ9DR/Z1dn/9j8odzwmq2S1M0/3omjVn3DkBj Gfy60mQ15saeBrhHC8lTsnn/z+FcstIDZedGdNG4PJcNB6ydUH3AjrkzQKhKbN7Ung cKiT4vprqMSHnaCwDRZP4u0D04tZp6wuhOf8KOk4= Date: Tue, 10 Oct 2023 04:00:14 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] a83028: 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.1 Home: https://github.com/pgadmin-org/pgadmin4 Commit: a830283e0805cf6f89695dbdb7190f3c86782155 https://github.com/pgadmin-org/pgadmin4/commit/a830283e0805cf6f89695dbdb7190f3c86782155 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-10 (Tue, 10 Oct 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Bump azure-identity from 1.13.0 to 1.14.1 Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.13.0 to 1.14.1. - [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.1) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]