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 1rV7vJ-00F1Y0-N3 for pgadmin-hackers@arkaria.postgresql.org; Wed, 31 Jan 2024 10:34:30 +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 1rV7vH-00DIo0-Qz for pgadmin-hackers@arkaria.postgresql.org; Wed, 31 Jan 2024 10:34:27 +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 1rV7vH-00DIns-IT for pgadmin-hackers@lists.postgresql.org; Wed, 31 Jan 2024 10:34:27 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rV7vE-004h6n-N0 for pgadmin-hackers@lists.postgresql.org; Wed, 31 Jan 2024 10:34:26 +0000 Received: from github.com (hubbernetes-node-487d45e.ac4-iad.github.net [10.52.141.22]) by smtp.github.com (Postfix) with ESMTPA id 0CF175E04F5 for ; Wed, 31 Jan 2024 02:34:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1706697263; bh=+ktsbgJYVmRRtVnmAzM4PrboETdlt3SCi9i2WqWxCBw=; h=Date:From:To:Subject:From; b=R5eexUFeF5va2U6SGxEnIJG2TK4zVWbogIlpgL2A+HctFz2RJ7svsoTDP2qVa6QGD sOBgg4cb4Sp99m7G4iNDzR9qNX8uNBmxU8s8HHrLFj061U41wIgUw5KWqPX8AME+wi no9vPKv/hQwXAPQbejcfVY002PNOdG7ZedPdqRq8= Date: Wed, 31 Jan 2024 02:34:23 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 05aef9: 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.2.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: 05aef9a4ed125af5a394d8f90b6971aeb30dd338 https://github.com/pgadmin-org/pgadmin4/commit/05aef9a4ed125af5a394d8f90b6971aeb30dd338 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2024-01-31 (Wed, 31 Jan 2024) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update urllib3 requirement from ==1.26.* to ==2.2.* 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.2.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot]