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 1q7DUa-0001cP-V7 for pgadmin-hackers@arkaria.postgresql.org; Thu, 08 Jun 2023 11:07:48 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q7DUZ-0000yM-7s for pgadmin-hackers@arkaria.postgresql.org; Thu, 08 Jun 2023 11:07:47 +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 1q7DUZ-0000yD-08 for pgadmin-hackers@lists.postgresql.org; Thu, 08 Jun 2023 11:07:47 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q7DUW-0010XC-5z for pgadmin-hackers@lists.postgresql.org; Thu, 08 Jun 2023 11:07:46 +0000 Received: from github.com (hubbernetes-node-4320218.ac4-iad.github.net [10.52.211.55]) by smtp.github.com (Postfix) with ESMTPA id 6DDD3520D77 for ; Thu, 8 Jun 2023 04:07:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1686222463; bh=s9lxRnio88H6xeOok5n1Z3pKjQTAtMplEAq0udwCPKY=; h=Date:From:To:Subject:From; b=QKxNS+gnzLnwP4E0IVi0fqMscQZGM422DNoIWb67yzb4N1sFB5L8t4d4g29MDhP3T 6Ienbtdmrcrlad1nFhRHKPfbZpZ4zi7R4Vo8yVfFbKhRD5hVWFwgZbj3KHnnVfkzvX D7adpKrUejj0xcTlDrirwrnmp8f0jdN5UL7dqWSo= Date: Thu, 08 Jun 2023 04:07:43 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 955dd5: Python dependency: Bump azure-mgmt-resource in /we... 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/azure-mgmt-resource-23.0.1 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 955dd507c8309ca665766e7d26fd2542c1dfcbaa https://github.com/pgadmin-org/pgadmin4/commit/955dd507c8309ca665766e7d26fd2542c1dfcbaa Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-06-08 (Thu, 08 Jun 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Bump azure-mgmt-resource in /web/regression Bumps [azure-mgmt-resource](https://github.com/Azure/azure-sdk-for-python) from 23.0.0 to 23.0.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-mgmt-resource_23.0.0...azure-mgmt-resource_23.0.1) --- updated-dependencies: - dependency-name: azure-mgmt-resource dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot]