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 1r7vXn-007Wor-34 for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 10:42:19 +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 1r7vXl-004RkF-Ot for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 10:42:17 +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 1r7vXl-004Rk5-8T for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 10:42:17 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7vXi-007kzN-Cd for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 10:42:15 +0000 Received: from github.com (hubbernetes-node-49ac570.ash1-iad.github.net [10.56.202.74]) by smtp.github.com (Postfix) with ESMTPA id 5F915100FAB for ; Tue, 28 Nov 2023 02:42:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701168133; bh=/I4uY/Svty+vu7w8dgVJdXNJDNsSsGsAaMPU5eTcbNc=; h=Date:From:To:Subject:From; b=adYT9kHMraCDOaleTq9NYzxbYNe6pEmEySTIiCcVlqz5Wu5J0B020/4uRpEQEMHIh mMwWtmK9tBFKVfnxE7K0tOesptKbTrvrjGB+ak7D5ZudgZd33lQ73vK9nn+RlDm8we ff+p5q8Du/lWazJyTFP8gNra6X6KFK/Bj57DTM8U= Date: Tue, 28 Nov 2023 02:42:13 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 66e189: 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: 66e18927a21ff47eeb869c6ea23bd024c5cae1e3 https://github.com/pgadmin-org/pgadmin4/commit/66e18927a21ff47eeb869c6ea23bd024c5cae1e3 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]