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 1qzxFT-002DWb-4o for pgadmin-hackers@arkaria.postgresql.org; Mon, 06 Nov 2023 10:54:27 +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 1qzxFR-00EVSo-SS for pgadmin-hackers@arkaria.postgresql.org; Mon, 06 Nov 2023 10:54:25 +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 1qzxFR-00EVSA-Ks for pgadmin-hackers@lists.postgresql.org; Mon, 06 Nov 2023 10:54:25 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qzxFO-004Dlx-P3 for pgadmin-hackers@lists.postgresql.org; Mon, 06 Nov 2023 10:54:24 +0000 Received: from github.com (hubbernetes-node-5c10dc1.va3-iad.github.net [10.48.142.33]) by smtp.github.com (Postfix) with ESMTPA id 7E12341136 for ; Mon, 6 Nov 2023 02:54:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699268061; bh=gLEDwO2mNhQFGlpqhau2iibhGbb/lRkM1lSfXPJyzsQ=; h=Date:From:To:Subject:From; b=QfAmZEaV8nX+OHrv3rzV4P3kFNsJST0ZL5Ond1tZIVvGEadda27AKcyryKDY1i7Yx n9l90Tpd7sNiuFTzAZnCHCpEytNEp3XH3nLB1KosdPOrIRRnXZzcz7V+hx/p5X5cIS b0zq6ojKy4Bzc57KHv2jd9amk1MhW3wYOS5Gv6+8= Date: Mon, 06 Nov 2023 02:54:21 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 2c16dc: 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.15.2 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 2c16dcd7fca2a5e001318ec370e2789b670be279 https://github.com/pgadmin-org/pgadmin4/commit/2c16dcd7fca2a5e001318ec370e2789b670be279 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-11-06 (Mon, 06 Nov 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.15.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]