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 1qnNxl-00Amm2-Qo for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 18:48:13 +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 1qnNxk-00Go1U-Cj for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 18:48:12 +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 1qnGcb-00AqOT-UE for pgadmin-hackers@lists.postgresql.org; Mon, 02 Oct 2023 10:57:53 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qnGcG-007lrc-QV for pgadmin-hackers@lists.postgresql.org; Mon, 02 Oct 2023 10:57:34 +0000 Received: from github.com (hubbernetes-node-581272d.va3-iad.github.net [10.48.200.41]) by smtp.github.com (Postfix) with ESMTPA id F06C84105E for ; Mon, 2 Oct 2023 03:57:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696244246; bh=4Qk7AkviLxJl/9y5OxTyc33gTSuwF1d+vR6v2ylALzo=; h=Date:From:To:Subject:From; b=ewSau90ZrjVyGPTC05fa68TBV3i+0r2gbMA3SI8A0POLuKa3zz5MmcuhidSDkgAGx TTS5DqY5GzwObcVi9gv5eMYLZZz3PcOdGp2nDZ6S1yaSVsf342MjmKW4OGRekN3Dl5 jW5NHJCh8f43a67ixoG90mV1R1kWikoj0kxTsm+s= Date: Mon, 02 Oct 2023 03:57:26 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] b93535: Python dependency: Update flask 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/flask-eq-3.0.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: b935354713a0bea37840638e29e826b145b143f3 https://github.com/pgadmin-org/pgadmin4/commit/b935354713a0bea37840638e29e826b145b143f3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-02 (Mon, 02 Oct 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update flask requirement from ==2.2.* to ==3.0.* 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]