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 1r7vv4-007XyK-Dz for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 11:06:22 +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 1r7vv3-004WCA-5f for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 11:06:21 +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 1r7vv2-004WBw-U5 for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 11:06: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 1r7vv0-007lBH-Ey for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 11:06:19 +0000 Received: from github.com (hubbernetes-node-26e1831.ac4-iad.github.net [10.52.155.39]) by smtp.github.com (Postfix) with ESMTPA id 99CB81E05C8 for ; Tue, 28 Nov 2023 03:06:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701169577; bh=lglX4TplB1vAdqqZl7+YNGpA9mx0ulTNYme6mHLEUSM=; h=Date:From:To:Subject:From; b=Q3Q8hKJgTjTH/gJKM7wlNgXxd48GbnHBT7unNSk4Cz8WDYMQoUoiK+3dI29BCWsJk QTssclMruxKUh7ShUcOjF88FM75PhWOeQgu4O6c4/DsLcs+MRQUuTNDR83IZjBB566 ZnOJL1SA1QtuJc70FIZo4sFWft9dbuByyIRdttAA= Date: Tue, 28 Nov 2023 03:06:17 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] f970c2: 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.1.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: f970c2156cc2df9838ac2c604ad1b48a050948d4 https://github.com/pgadmin-org/pgadmin4/commit/f970c2156cc2df9838ac2c604ad1b48a050948d4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-11-28 (Tue, 28 Nov 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update urllib3 requirement from ==1.26.* to ==2.1.* 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.1.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot]