Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qA7HY-0000t4-ET for pgadmin-hackers@arkaria.postgresql.org; Fri, 16 Jun 2023 11:06:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1qA7HU-0007XE-KQ for pgadmin-hackers@arkaria.postgresql.org; Fri, 16 Jun 2023 11:06:16 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qA7HU-0007X4-7f for pgadmin-hackers@lists.postgresql.org; Fri, 16 Jun 2023 11:06:16 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qA7HQ-002WHB-BO for pgadmin-hackers@lists.postgresql.org; Fri, 16 Jun 2023 11:06:13 +0000 Received: from github.com (hubbernetes-node-a0e5419.va3-iad.github.net [10.48.219.39]) by smtp.github.com (Postfix) with ESMTPA id 520AC9411C0 for ; Fri, 16 Jun 2023 04:06:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1686913571; bh=glT4uGBWt91PIk+ETRCJX8SsatE9dJA3j8VcLbLeOqY=; h=Date:From:To:Subject:From; b=Kb16I3tsY1PkK4g2WMqDLk66lnWYaax6U8E50/wwXcLmpWSTAW1sVXgM1+0nXNL66 AzMRgN5s8//N1f8Fp1QVEPpiS7lwbZasVEzAc3hnICl1plUbR0OYg6LzrxaNqTIsbq XcPLgJX4SK/zLl6ScENrZiwbFd89Gpl4ObVURCOM= Date: Fri, 16 Jun 2023 04:06:11 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e73521: Python dependency: Bump selenium from 4.9.1 to 4.1... 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.10.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: e7352172bd8fc9fb6c85c9ebf55fc3a948c0e197 https://github.com/pgadmin-org/pgadmin4/commit/e7352172bd8fc9fb6c85c9ebf55fc3a948c0e197 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-06-16 (Fri, 16 Jun 2023) Changed paths: M web/regression/requirements.txt Log Message: ----------- Python dependency: Bump selenium from 4.9.1 to 4.10.0 in /web/regression Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.9.1 to 4.10.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.9.1...selenium-4.10.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]