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 1qoLkf-000y8Y-Th for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 10:38:42 +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 1qoLkd-00BzuQ-RU for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 10:38:40 +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 1qoLkd-00BztS-K4 for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 10:38:40 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoLkb-0009hS-AX for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 10:38:39 +0000 Received: from github.com (hubbernetes-node-d079f70.ash1-iad.github.net [10.56.159.31]) by smtp.github.com (Postfix) with ESMTPA id 0C8766006EC for ; Thu, 5 Oct 2023 03:38:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696502316; bh=FAk7DX2U7v2ZZSct4NtQtR9DE1q96I254DLgj5UeBuQ=; h=Date:From:To:Subject:From; b=B4lfwLcj/Hh4JCmlHUJXDqHpGBj2owU24E0IMYNCLg4P2rVNiCwGMh8nVKHC6Ekxt K+l/tEEcC4n/JvHQyBSYfYOOTrJzTWzggU7XOcwH+HHECxgRSyzZyHGW/OjtG7Z/eE JAtHQTt48XeYQynbtSfyhA/02ld8TFqg1mEB/i7U= Date: Thu, 05 Oct 2023 03:38:36 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 59efef: Python dependency: Update flask-sqlalchemy require... 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-sqlalchemy-eq-3.1.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: 59efef58421c3ea5df760d22db04505d9d42f8ac https://github.com/pgadmin-org/pgadmin4/commit/59efef58421c3ea5df760d22db04505d9d42f8ac 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-sqlalchemy requirement Updates the requirements on [flask-sqlalchemy](https://github.com/pallets-eco/flask-sqlalchemy) to permit the latest version. - [Release notes](https://github.com/pallets-eco/flask-sqlalchemy/releases) - [Changelog](https://github.com/pallets-eco/flask-sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets-eco/flask-sqlalchemy/compare/3.0.0a1...3.1.1) --- updated-dependencies: - dependency-name: flask-sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot]