Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q7DUl-0001co-U4 for pgadmin-hackers@arkaria.postgresql.org; Thu, 08 Jun 2023 11:07:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q7DUk-0001Po-OY for pgadmin-hackers@arkaria.postgresql.org; Thu, 08 Jun 2023 11:07:58 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q7DUk-0001Pe-Gy for pgadmin-hackers@lists.postgresql.org; Thu, 08 Jun 2023 11:07:58 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q7DUh-0010XH-JQ for pgadmin-hackers@lists.postgresql.org; Thu, 08 Jun 2023 11:07:57 +0000 Received: from github.com (hubbernetes-node-398a3a1.ash1-iad.github.net [10.56.224.39]) by smtp.github.com (Postfix) with ESMTPA id 4BBF8900193 for ; Thu, 8 Jun 2023 04:07:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1686222474; bh=vNZhcZUAFjT6KIqacc1VbXugdhsUqW3MxIE9vd3WP4U=; h=Date:From:To:Subject:From; b=W2YdzptCy3nV6gt4NV5C08XKq/NZnrEpin+3+hroK7aKUyV63G6C8duvbV9KvE83H v8R+1uzoM+IxF6Ec9sXOqKcwBTb9cfKNE/bdXN6C87msazV5tzPDJkcJnGZ4fO2lDu BZLlVNyIaZJIky3YGawpEtNq1hRUihx0KOQ5K48w= Date: Thu, 08 Jun 2023 04:07:54 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] c99c84: Python dependency: Update cryptography requirement... 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/web/regression/cryptography-eq-41.0.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: c99c848dab7441196a27de68c47e83e1ecc56e41 https://github.com/pgadmin-org/pgadmin4/commit/c99c848dab7441196a27de68c47e83e1ecc56e41 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-06-08 (Thu, 08 Jun 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update cryptography requirement in /web/regression Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.0...41.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot]