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 1rF8bQ-008UeK-Kv for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Dec 2023 08:03:52 +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 1rF8bP-007QEI-BQ for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Dec 2023 08:03:51 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rF8bP-007QEA-3w for pgadmin-hackers@lists.postgresql.org; Mon, 18 Dec 2023 08:03:51 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rF8bN-00CaMc-Bu for pgadmin-hackers@lists.postgresql.org; Mon, 18 Dec 2023 08:03:50 +0000 Received: from github.com (hubbernetes-node-fcbff70.ash1-iad.github.net [10.56.166.34]) by smtp.github.com (Postfix) with ESMTPA id 719B934125F for ; Mon, 18 Dec 2023 00:03:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1702886627; bh=2WtX+3Uq1Gqm9grSylcYHYnpx6G7JeiWuYgx87l2Iyo=; h=Date:From:To:Subject:From; b=Ir8oayhlMvVIuer22oKVJoasVXiEf2jLKG/i/q0F4NSgMnXCyzTkPgFZO8iNxn84V YHA2hZUCIp+6jtF5GF8jVCSzqdEemUxmKp2B4axVLUC0ap0oyIkUfJOLGk9dRe4FnS pQw1YpYpndClKwJ/lTY9dp2M5to6pvzKrclmVudE= Date: Mon, 18 Dec 2023 00:03:47 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 497a17: 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: 497a173db1ee675264b551d7b4766ef3525b00d5 https://github.com/pgadmin-org/pgadmin4/commit/497a173db1ee675264b551d7b4766ef3525b00d5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-12-18 (Mon, 18 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]