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 1rSaxD-00Ehtq-B2 for pgadmin-hackers@arkaria.postgresql.org; Wed, 24 Jan 2024 10:57:59 +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 1rSaxC-0043z9-Dz for pgadmin-hackers@arkaria.postgresql.org; Wed, 24 Jan 2024 10:57:58 +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 1rSaxC-0043yz-5O for pgadmin-hackers@lists.postgresql.org; Wed, 24 Jan 2024 10:57:58 +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 1rSax9-0037C7-Bc for pgadmin-hackers@lists.postgresql.org; Wed, 24 Jan 2024 10:57:56 +0000 Received: from github.com (hubbernetes-node-e3f7812.ash1-iad.github.net [10.56.150.41]) by smtp.github.com (Postfix) with ESMTPA id 24135341165 for ; Wed, 24 Jan 2024 02:57:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1706093874; bh=8qMdHI3tWz8blNPLCf1ujP+txVy4tlUmkY0yqNsRw1s=; h=Date:From:To:Subject:From; b=hhlfiT+DbN0bLKCs4a79v/31f0KV3MxqqUat55ewh+A0T3edIOnwq+FKScjso10tG hcLqyJXj6PeMX4VwaJRQ/3vChP8GAs8DyPUA2RXHBn0tn0oQ6n9PdfHpeBJh5iys79 KnZHJuwuGhwm0WEAKz70nbdQPhP1062MUyqSQzEU= Date: Wed, 24 Jan 2024 02:57:54 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 2f2eef: 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.2 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 2f2eef072e62e347ced04e27e8eea54d154a1070 https://github.com/pgadmin-org/pgadmin4/commit/2f2eef072e62e347ced04e27e8eea54d154a1070 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-01-24 (Wed, 24 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.2. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]