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 1rBBkM-009m3I-Ix for pgadmin-hackers@arkaria.postgresql.org; Thu, 07 Dec 2023 10:36:46 +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 1rBBkL-00GZ7E-8D for pgadmin-hackers@arkaria.postgresql.org; Thu, 07 Dec 2023 10:36:45 +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 1rBBjD-00GYSi-1M for pgadmin-hackers@lists.postgresql.org; Thu, 07 Dec 2023 10:35:35 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rBBj6-009EMz-7B for pgadmin-hackers@lists.postgresql.org; Thu, 07 Dec 2023 10:35:33 +0000 Received: from github.com (hubbernetes-node-644aeef.ac4-iad.github.net [10.52.133.34]) by smtp.github.com (Postfix) with ESMTPA id 16773700B80 for ; Thu, 7 Dec 2023 02:35:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701945327; bh=HIy9udjt+mWb4hnVlNSy/Jr+epiy1brt39whpjN98YQ=; h=Date:From:To:Subject:From; b=HK5VQnchbLgjQF60Ztyuy57AfHv+OOIUaIrggNEIzUYkA+g6R5gyJh9QZZe8IXGT1 wG59hBbqviL4buZAcwYv221MR4beQlvXHVlTLvX4ayjoOgnuD7SRI4HnyW7g3oiHzv LhyJcTPi1Zo2wA6o/dw2+jR1F2lpdyavSb79hkJk= Date: Thu, 07 Dec 2023 02:35:27 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e188f5: 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.16.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: e188f550381c20032b829a9583adfa22468b7fc5 https://github.com/pgadmin-org/pgadmin4/commit/e188f550381c20032b829a9583adfa22468b7fc5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-12-07 (Thu, 07 Dec 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.16.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.10.0...selenium-4.16.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]