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 1qxlzA-003OOf-TE for pgadmin-hackers@arkaria.postgresql.org; Tue, 31 Oct 2023 10:28:36 +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 1qxlz9-001juw-Jf for pgadmin-hackers@arkaria.postgresql.org; Tue, 31 Oct 2023 10:28:35 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qxlz9-001juo-CL for pgadmin-hackers@lists.postgresql.org; Tue, 31 Oct 2023 10:28:35 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qxlz6-003FE7-Iv for pgadmin-hackers@lists.postgresql.org; Tue, 31 Oct 2023 10:28:34 +0000 Received: from github.com (hubbernetes-node-e9cdadb.va3-iad.github.net [10.48.207.54]) by smtp.github.com (Postfix) with ESMTPA id 7CA868C1233 for ; Tue, 31 Oct 2023 03:28:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698748111; bh=CNRFYJPVXSuC6G/+ugCy8aWrW8O/ixhM4+gggNbdwJM=; h=Date:From:To:Subject:From; b=mcXY1dr7lNQjXRd8gyQ58xQdea2dvv6Z8i1z1qKPwlhNpwQV2Dib2/O1h7BP+RAUf enyy/nAb2sRIcIDkkN4ccZikACl2yLoFlmIGdyN3Q/p9B5C7FOjfDFVGXCAxc+ujaQ B5OlDxfe1SaowRXlvOLarnIaM5Frnj7NAeuV+mjI= Date: Tue, 31 Oct 2023 03:28:31 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 765268: Python dependency: Bump selenium in /web/regression 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/selenium-4.14.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 7652685232ed9372eb1e87706d1e93e9d0e46118 https://github.com/pgadmin-org/pgadmin4/commit/7652685232ed9372eb1e87706d1e93e9d0e46118 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-31 (Tue, 31 Oct 2023) Changed paths: M web/regression/requirements.txt Log Message: ----------- Python dependency: Bump selenium in /web/regression Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.10.0 to 4.14.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.10.0...selenium-4.14.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]