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 1r2r5G-0016eD-A9 for pgadmin-hackers@arkaria.postgresql.org; Tue, 14 Nov 2023 10:55:54 +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 1r2r5E-006lun-Om for pgadmin-hackers@arkaria.postgresql.org; Tue, 14 Nov 2023 10:55:52 +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 1r2r5E-006luf-G0 for pgadmin-hackers@lists.postgresql.org; Tue, 14 Nov 2023 10:55:52 +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 1r2r5C-006NPk-Fx for pgadmin-hackers@lists.postgresql.org; Tue, 14 Nov 2023 10:55:51 +0000 Received: from github.com (hubbernetes-node-a76a686.va3-iad.github.net [10.48.136.34]) by smtp.github.com (Postfix) with ESMTPA id D07398C1071 for ; Tue, 14 Nov 2023 02:55:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699959348; bh=C5SKKILBb0jdu4bSuEGETTu5CBYzInFrDJjatE8yaN8=; h=Date:From:To:Subject:From; b=CTeVsj1yOUlLGoaobzrnBsMkkd3r3kcS+nS+R/qa9hacA2XB1oBwhEA5N+VRukMJj kas57/0WXYAZne2zXSoICQW+p6qw8KkWJ+MDixkPx0nLh6DYt4WLpWTWD0vOlHL9Sc 5ZL8TC5k5ii6Og4bH2qcmST6Sr0Nx/fG/9Ox1LiM= Date: Tue, 14 Nov 2023 02:55:48 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 279fd1: 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: 279fd1a0cb6a516d7ec6ba574fe7b059d0dd4ebb https://github.com/pgadmin-org/pgadmin4/commit/279fd1a0cb6a516d7ec6ba574fe7b059d0dd4ebb Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-11-14 (Tue, 14 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]