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 1qxm2n-003Own-J7 for pgadmin-hackers@arkaria.postgresql.org; Tue, 31 Oct 2023 10:32:21 +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 1qxm2m-001mAC-A0 for pgadmin-hackers@arkaria.postgresql.org; Tue, 31 Oct 2023 10:32:20 +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 1qxm2m-001mA4-2c for pgadmin-hackers@lists.postgresql.org; Tue, 31 Oct 2023 10:32:20 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qxm2j-003FHB-Jw for pgadmin-hackers@lists.postgresql.org; Tue, 31 Oct 2023 10:32:18 +0000 Received: from github.com (hubbernetes-node-b5859dc.ac4-iad.github.net [10.52.141.32]) by smtp.github.com (Postfix) with ESMTPA id 92A1D1E0AEB for ; Tue, 31 Oct 2023 03:32:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698748336; bh=F1YX/LA0Q9ImuiyFzmb/XCEQogmjmuTzV24tIHNJw8s=; h=Date:From:To:Subject:From; b=fOJfe8jCG7A+YCWEHIFdOywhG/KZmDBi3uR2PqW5uBcmu+kgGLpjlO2ZLk0hMVtU3 Nt6xj5ABe7NMuv9+fa1Fye3Pj2Yio0iKln+v3Vgj72t21jpdEn7pe2kHOx2Bn08usB 8pLoHZheVi4Wsr+yv040Qp8qnDpCl7vE29OsRWEM= Date: Tue, 31 Oct 2023 03:32:16 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 883f5e: Python dependency: Update urllib3 requirement from... 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/urllib3-eq-2.0.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: 883f5e29493286494364e8fa99106dc0f481f35b https://github.com/pgadmin-org/pgadmin4/commit/883f5e29493286494364e8fa99106dc0f481f35b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-31 (Tue, 31 Oct 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update urllib3 requirement from ==1.26.* to ==2.0.* Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.0...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot]