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 1qoHQB-000jgw-7Q for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 06:01:15 +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 1qoHQ8-009H7R-R5 for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 06:01:13 +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 1qoHQ8-009H7J-IL for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 06:01:13 +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 1qoHQ6-0007Yn-NO for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 06:01:12 +0000 Received: from github.com (hubbernetes-node-743cdd5.va3-iad.github.net [10.48.135.38]) by smtp.github.com (Postfix) with ESMTPA id 10ED08C0FB8 for ; Wed, 4 Oct 2023 23:01:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696485669; bh=fVT5miPVqFOEUj+tetuvsPFCWe/ljxMwpmdQrboxzGo=; h=Date:From:To:Subject:From; b=ZIuNisH7qXLrN64GusV3F7Xx698NoI9zMCg3zi2AMtBNbg30oLB+dsBZ1NpM3MTLw 9sxfSX6VyU2Xe9I7YSmg5YWj39EKqv2U0hnBAmL3LPZYPtQZeCwwCXaw5FauZtaUpE mGp1w7J+GUOO+9AoJ62kUWDmg7NIZXB/y9NZXrlQ= Date: Wed, 04 Oct 2023 23:01:09 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 858c85: Upgrade Pillow to latest based on Python v3.7 comp... 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/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 858c85adbeda1da2bb2c8ef8391ceb6a1619501a https://github.com/pgadmin-org/pgadmin4/commit/858c85adbeda1da2bb2c8ef8391ceb6a1619501a Author: Aditya Toshniwal Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M requirements.txt Log Message: ----------- Upgrade Pillow to latest based on Python v3.7 compatibility.