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 1qyrOt-00Bc8k-3I for pgadmin-hackers@arkaria.postgresql.org; Fri, 03 Nov 2023 10:27:39 +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 1qyrOr-0003lT-Pl for pgadmin-hackers@arkaria.postgresql.org; Fri, 03 Nov 2023 10:27:37 +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 1qyrMx-00038V-J4 for pgadmin-hackers@lists.postgresql.org; Fri, 03 Nov 2023 10:25:39 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyrMq-004TXo-LC for pgadmin-hackers@lists.postgresql.org; Fri, 03 Nov 2023 10:25:39 +0000 Received: from github.com (hubbernetes-node-4979b6d.va3-iad.github.net [10.48.140.36]) by smtp.github.com (Postfix) with ESMTPA id 8A4438C10E6 for ; Fri, 3 Nov 2023 03:25:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699007130; bh=P4Z9d3lkDtQVwCMho9QcbASPfuU+YLwIKPbvQiY+o/E=; h=Date:From:To:Subject:From; b=KxfzHa/0bl3wxxIzzOWkBFWY+oiWjxPmBvfYutgxZYqFK7Q2koLDYyoI7L3r9VkqZ QjZ5vpLOnrX5xdJhz6+VJZmQ2bb4pNcbpC6De7EC2Zb02IryAAlqnlwqOF9F2HsdZe Z9YVBDhp9ZJg96G7Nk+3rqpPX71ViS18Fcw+qWpo= Date: Fri, 03 Nov 2023 03:25:30 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 35905f: 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.1 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 35905f4c2bcff8ccd8337e258e216d623721d701 https://github.com/pgadmin-org/pgadmin4/commit/35905f4c2bcff8ccd8337e258e216d623721d701 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-11-03 (Fri, 03 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.1. - [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]