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 1qwJz4-00B5FO-N2 for pgadmin-hackers@arkaria.postgresql.org; Fri, 27 Oct 2023 10:22:30 +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 1qwJz3-00ERfi-Bt for pgadmin-hackers@arkaria.postgresql.org; Fri, 27 Oct 2023 10:22:29 +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 1qwJz3-00ERfZ-46 for pgadmin-hackers@lists.postgresql.org; Fri, 27 Oct 2023 10:22:29 +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 1qwJz0-0035ao-0Y for pgadmin-hackers@lists.postgresql.org; Fri, 27 Oct 2023 10:22:28 +0000 Received: from github.com (hubbernetes-node-d98ef1c.va3-iad.github.net [10.48.141.18]) by smtp.github.com (Postfix) with ESMTPA id 8636B8C0FD4 for ; Fri, 27 Oct 2023 03:22:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698402144; bh=ND67LvrK2RA6XawP7S7ET4dSpJifKpUwshtVjxCpwIQ=; h=Date:From:To:Subject:From; b=iupkirs9nBysC4zwGcD3dGYfRGzcm8nUm5ihVGk2gx2+A6z8YYTVit4x+rOR0yn3M Eala+Wex23xHxN0In09maBHP34ZhknSgg6MqBIEiKgY8Y/pNdDzyp7+H3LjhDLD8Mm YRM0L25dGhWXI3XO5CaRuwvnVdqVNrNq8DBMNF4k= Date: Fri, 27 Oct 2023 03:22:24 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] c8cd7f: 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.15.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: c8cd7f05019732c226a98c5bca0f9dfb05a0f78a https://github.com/pgadmin-org/pgadmin4/commit/c8cd7f05019732c226a98c5bca0f9dfb05a0f78a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-27 (Fri, 27 Oct 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Bump azure-identity from 1.13.0 to 1.15.0 Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.13.0 to 1.15.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.15.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]