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 1q7ahS-0000eg-DG for pgadmin-hackers@arkaria.postgresql.org; Fri, 09 Jun 2023 11:54:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q7ahR-0003Ps-AR for pgadmin-hackers@arkaria.postgresql.org; Fri, 09 Jun 2023 11:54:37 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q7ahR-0003OP-2O for pgadmin-hackers@lists.postgresql.org; Fri, 09 Jun 2023 11:54:37 +0000 Received: from out-19.smtp.github.com ([192.30.252.202]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q7ahO-0014cN-Ig for pgadmin-hackers@lists.postgresql.org; Fri, 09 Jun 2023 11:54:35 +0000 Received: from github.com (hubbernetes-node-400e692.va3-iad.github.net [10.48.134.37]) by smtp.github.com (Postfix) with ESMTPA id 0ED6DE03A7 for ; Fri, 9 Jun 2023 04:54:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1686311674; bh=vkGt0LLNSQTKp3TWxKatzU60mMoZO++6C8ZPhXrG4gg=; h=Date:From:To:Subject:From; b=hiw8jB3Llx9df/7wTbY7FSK+KZA1U0N1sV4BzMUj0kr61sZgtB0XtWWeJib1X+RCf 2r08+c7GfZmCJKHlgq5aQZrD+xovlm8/7PlnElktqpYRW44KHZP1SK51Rclt9N2m0I v21hFQz3LC3OcTGSzl4BkXsPPrYWpAO71mF5iZtY= Date: Fri, 09 Jun 2023 04:54:34 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 1edb32: Python dependency: Bump coverage from 7.2.3 to 7.2... 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/coverage-7.2.7 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 1edb3227c5c0b3d0513365682e4bf201eeb662fe https://github.com/pgadmin-org/pgadmin4/commit/1edb3227c5c0b3d0513365682e4bf201eeb662fe Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-06-09 (Fri, 09 Jun 2023) Changed paths: M web/regression/requirements.txt Log Message: ----------- Python dependency: Bump coverage from 7.2.3 to 7.2.7 in /web/regression Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.3 to 7.2.7. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.3...7.2.7) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot]