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 1qoLkT-000y7p-PC for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 10:38:29 +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 1qoLkR-00BzMv-NU for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 10:38:28 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoLkR-00BzLl-G2 for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 10:38:28 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoLkP-0008L4-HZ for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 10:38:27 +0000 Received: from github.com (hubbernetes-node-95acbd5.ash1-iad.github.net [10.56.14.79]) by smtp.github.com (Postfix) with ESMTPA id AB929341020 for ; Thu, 5 Oct 2023 03:38:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696502304; bh=n9YFTJRwG2Yz//ID0o62523kj4PDl6XScMJeIqi9Cmw=; h=Date:From:To:Subject:From; b=ebhek5BHFOhZVjzqb+57AnX0uJv0o2dW/LmhIXBF+X6yJDK36FAmLmLIG4ffhOCqq Y8iIYj1Nkcv+Slwj6Dg8nR+48gV1RpemtPnQvTFRTkQvNPfLKSzsb8gwLbRNVGdkkh L6G+lgybY7/Nh12qt9A7iv9XcjtMd29/JANITmVw= Date: Thu, 05 Oct 2023 03:38:24 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 9657f7: Python dependency: Update flask requirement in /we... 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/flask-eq-3.0.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: 9657f7a730aacae20231c1291a0e4ff65374789a https://github.com/pgadmin-org/pgadmin4/commit/9657f7a730aacae20231c1291a0e4ff65374789a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update flask requirement in /web/regression Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.2.0...3.0.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot]