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 1rSDtl-00CCEc-7U for pgadmin-hackers@arkaria.postgresql.org; Tue, 23 Jan 2024 10:20:53 +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 1rSDtj-00BfVb-T7 for pgadmin-hackers@arkaria.postgresql.org; Tue, 23 Jan 2024 10:20:51 +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 1rSDtj-00BfVT-8W for pgadmin-hackers@lists.postgresql.org; Tue, 23 Jan 2024 10:20:51 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rSDtg-002wZ9-GY for pgadmin-hackers@lists.postgresql.org; Tue, 23 Jan 2024 10:20:49 +0000 Received: from github.com (hubbernetes-node-26d156d.ash1-iad.github.net [10.56.147.41]) by smtp.github.com (Postfix) with ESMTPA id ADEA4341173 for ; Tue, 23 Jan 2024 02:20:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1706005247; bh=TRez5YunddcngsSavIJ/JDatiU9ZD3TEisfFMcgDrAQ=; h=Date:From:To:Subject:From; b=bmV5hzsWG+aGJuzsJD6Xs83ReLuoWJqy8nHCuDGojitLu1DHgovj5SsC/2c0FKaQG qPvagE9mhLPg+UACPJ4GyEwUsug2JwvTsyIzRZX5PA7+8mNUl/UaR9+kp3iPmRSkMj x9rnmyEshbigwEcN+elfQ7PskzpP3iFN3W+D6Pqk= Date: Tue, 23 Jan 2024 02:20:47 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 752724: 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.17.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 75272447d14557553ad6d0b1ba439085d3a0af62 https://github.com/pgadmin-org/pgadmin4/commit/75272447d14557553ad6d0b1ba439085d3a0af62 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-01-23 (Tue, 23 Jan 2024) 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.17.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.10.0...selenium-4.17.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]