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 1q7DU9-0001bS-4P for pgadmin-hackers@arkaria.postgresql.org; Thu, 08 Jun 2023 11:07:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q7DU7-0000Nw-M3 for pgadmin-hackers@arkaria.postgresql.org; Thu, 08 Jun 2023 11:07:19 +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 1q7DU7-0000Nm-Dp for pgadmin-hackers@lists.postgresql.org; Thu, 08 Jun 2023 11:07:19 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q7DU4-0010X1-AL for pgadmin-hackers@lists.postgresql.org; Thu, 08 Jun 2023 11:07:18 +0000 Received: from github.com (hubbernetes-node-724b1cc.va3-iad.github.net [10.48.207.46]) by smtp.github.com (Postfix) with ESMTPA id 4FF463406EC for ; Thu, 8 Jun 2023 04:07:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1686222435; bh=h34aEy4haES7I1F2gFGNHU19GAP46pmCg6pr8C3EhxI=; h=Date:From:To:Subject:From; b=cA89a6lmLWa3HnTgXAQvZlCOF/8qsDAadRMPCcNEH6orFA1G4eLKJ+xLmpINqFYrQ wz6fyU97E62QT0YENlno+xVdeysZSyjJrfxNHCJ1Wsf/iVG6bZt+LnCFTDm4jiOmcO ThzWM2M+FvdYqs45Sr5P6cU/L16Pw7Jc1RolTSZ8= Date: Thu, 08 Jun 2023 04:07:15 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 85e097: Python dependency: Bump fixtures from 4.0.1 to 4.1... 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/fixtures-4.1.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 85e097bee414ccb5d3616a78720e1120aca92539 https://github.com/pgadmin-org/pgadmin4/commit/85e097bee414ccb5d3616a78720e1120aca92539 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-06-08 (Thu, 08 Jun 2023) Changed paths: M web/regression/requirements.txt Log Message: ----------- Python dependency: Bump fixtures from 4.0.1 to 4.1.0 in /web/regression Bumps [fixtures](https://github.com/testing-cabal/fixtures) from 4.0.1 to 4.1.0. - [Changelog](https://github.com/testing-cabal/fixtures/blob/master/NEWS) - [Commits](https://github.com/testing-cabal/fixtures/compare/4.0.1...4.1.0) --- updated-dependencies: - dependency-name: fixtures dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]