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 1r0JeV-004wy5-1u for pgadmin-hackers@arkaria.postgresql.org; Tue, 07 Nov 2023 10:49:47 +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 1r0JeT-007LsD-OT for pgadmin-hackers@arkaria.postgresql.org; Tue, 07 Nov 2023 10:49:45 +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 1r0JeT-007Ls4-Fh for pgadmin-hackers@lists.postgresql.org; Tue, 07 Nov 2023 10:49:45 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r0JeQ-005A4t-Qx for pgadmin-hackers@lists.postgresql.org; Tue, 07 Nov 2023 10:49:44 +0000 Received: from github.com (hubbernetes-node-ede4652.ac4-iad.github.net [10.52.202.125]) by smtp.github.com (Postfix) with ESMTPA id 7CEC35E09E2 for ; Tue, 7 Nov 2023 02:49:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699354180; bh=3me84fZGdgg/X9jNSh9aM1duM8iGoqFkb4izXi7ZliQ=; h=Date:From:To:Subject:From; b=S6iBv+yWzCubOJgpW/oJfwbWlL/RtlTMYwnruV3/H591AONrQ8Y7FdgY5ngG5VOeN O1q7ogVYUq8Y8MDqGmVyQv6Czk/5WKUmoGSnbaqAIMetxLW98xu2+Ha7LM5w8kHg/m Lf7eLrU05rxxxI4F8JqidMPf/izrAtyWNDa5eFKE= Date: Tue, 07 Nov 2023 02:49:40 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 18eb93: Python dependency: Bump testtools from 2.6.0 to 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/testtools-2.7.1 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 18eb936e7245cae2fb59ed8886145c7973752b92 https://github.com/pgadmin-org/pgadmin4/commit/18eb936e7245cae2fb59ed8886145c7973752b92 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-11-07 (Tue, 07 Nov 2023) Changed paths: M web/regression/requirements.txt Log Message: ----------- Python dependency: Bump testtools from 2.6.0 to 2.7.1 in /web/regression Bumps [testtools](https://github.com/testing-cabal/testtools) from 2.6.0 to 2.7.1. - [Release notes](https://github.com/testing-cabal/testtools/releases) - [Changelog](https://github.com/testing-cabal/testtools/blob/master/NEWS) - [Commits](https://github.com/testing-cabal/testtools/compare/2.6.0...2.7.1) --- updated-dependencies: - dependency-name: testtools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]