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 1qytch-00Bsfh-VX for pgadmin-hackers@arkaria.postgresql.org; Fri, 03 Nov 2023 12:50:03 +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 1qytcg-000UyE-M8 for pgadmin-hackers@arkaria.postgresql.org; Fri, 03 Nov 2023 12:50:02 +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 1qytcg-000Uy6-EZ for pgadmin-hackers@lists.postgresql.org; Fri, 03 Nov 2023 12:50:02 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qytca-003lU6-Rt for pgadmin-hackers@lists.postgresql.org; Fri, 03 Nov 2023 12:50:01 +0000 Received: from github.com (hubbernetes-node-da265f8.ash1-iad.github.net [10.56.148.25]) by smtp.github.com (Postfix) with ESMTPA id D76CC1003C0 for ; Fri, 3 Nov 2023 05:49:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699015795; bh=Zf3GeU+3EsL9S7fiIH9OHfhfWiIxdH+pgCRk5jwLEyQ=; h=Date:From:To:Subject:From; b=hkZPHMRfocK806gM/GL0pJmaaR71XTqIhzwfds/U7C4+D5GUd0XKaBynxHYcgHiSz 0Jl6JpuPfRd1xn/dA8XLrJuVR/f/j9zfmKFNRe9J5//4aEbsuI2N4DjSBS/1H0YT3U W2CV7fmGG1b5hbLB8/6R8sZpvIVWY4/SBVKC3MyU= Date: Fri, 03 Nov 2023 05:49:55 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 255036: 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: 2550361842ccece29126fa4b7e4f968681109991 https://github.com/pgadmin-org/pgadmin4/commit/2550361842ccece29126fa4b7e4f968681109991 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-11-03 (Fri, 03 Nov 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]