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 1qvdhG-006Li9-7h for pgadmin-hackers@arkaria.postgresql.org; Wed, 25 Oct 2023 13:13:18 +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 1qvdhF-003pLW-0J for pgadmin-hackers@arkaria.postgresql.org; Wed, 25 Oct 2023 13:13:17 +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 1qvdgv-003nuT-4p for pgadmin-hackers@lists.postgresql.org; Wed, 25 Oct 2023 13:12:57 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qvdgr-002eNs-Uf for pgadmin-hackers@lists.postgresql.org; Wed, 25 Oct 2023 13:12:56 +0000 Received: from github.com (hubbernetes-node-57bebc3.ac4-iad.github.net [10.52.211.48]) by smtp.github.com (Postfix) with ESMTPA id 5DAA5700C76 for ; Wed, 25 Oct 2023 06:12:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698239572; bh=48+XymlBP3hrT7ZMWP8ljTznQZEgNoOMht8knhzaukk=; h=Date:From:To:Subject:From; b=HmtglQ3Ahpy0B2a+l8EbqTDdg2rU/L+76LtsEBfvNuHcFa+60jUvDaZCuIwaj4xVr 3DMEs/NHa/qGoHsIIILQROxdAGhjR+l2mWZljzNbsQIFCPd+DLg9YMFCyIlUQQNgXk +h6Zkj3BOE3jGlvpFM2ITaTx22JXEytbIz34x5kg= Date: Wed, 25 Oct 2023 06:12:52 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] ed51fe: Upgrade python package cryptography to latest version 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: ed51fe475edf214ba14e0b7b6e80a5e2f8738567 https://github.com/pgadmin-org/pgadmin4/commit/ed51fe475edf214ba14e0b7b6e80a5e2f8738567 Author: Aditya Toshniwal Date: 2023-10-25 (Wed, 25 Oct 2023) Changed paths: M requirements.txt Log Message: ----------- Upgrade python package cryptography to latest version