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 1qytc5-00BsZy-0f for pgadmin-hackers@arkaria.postgresql.org; Fri, 03 Nov 2023 12:49:25 +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 1qytc2-000Ug4-U3 for pgadmin-hackers@arkaria.postgresql.org; Fri, 03 Nov 2023 12:49:22 +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 1qytc2-000Ufw-KD for pgadmin-hackers@lists.postgresql.org; Fri, 03 Nov 2023 12:49:22 +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 1qytbv-003lTo-Ll for pgadmin-hackers@lists.postgresql.org; Fri, 03 Nov 2023 12:49:21 +0000 Received: from github.com (hubbernetes-node-ee95298.ash1-iad.github.net [10.56.144.32]) by smtp.github.com (Postfix) with ESMTPA id AC6DC100A9E for ; Fri, 3 Nov 2023 05:49:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699015754; bh=RnI0cHU4YuDpGLj3oTPsHCujjvh+RW+Pols+3m5F7jI=; h=Date:From:To:Subject:From; b=L3xu9mni4QiwlsoKjvQcInYzNQLLNIr+x7OXSYi2bdnG+fWm/bQeF8F+vHIlG6v49 ir0J8oREqrkjoCtctVFo2dld+tRVlp52sW7B36VkyvKpTJx80bO/EsWvONA3G0WL6u JVTCxM2Tz4+ruC8WQg+KiMK1iezpCU3FnP70avPI= Date: Fri, 03 Nov 2023 05:49:14 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 96fccd: Upgrade Flask, Flask-SQLAlchemy, Flask-WTF, Flask-... 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/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 96fccd28a968ba41555bfa7fea68fb0a0334351e https://github.com/pgadmin-org/pgadmin4/commit/96fccd28a968ba41555bfa7fea68fb0a0334351e Author: Aditya Toshniwal Date: 2023-11-03 (Fri, 03 Nov 2023) Changed paths: M requirements.txt M web/config.py M web/pgAdmin4.py M web/pgacloud/providers/_abstract.py M web/pgadmin/__init__.py M web/pgadmin/browser/collection.py M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/type.py M web/pgadmin/dashboard/__init__.py M web/pgadmin/misc/__init__.py M web/pgadmin/misc/bgprocess/__init__.py M web/pgadmin/misc/cloud/__init__.py M web/pgadmin/misc/cloud/azure/__init__.py M web/pgadmin/misc/cloud/biganimal/__init__.py M web/pgadmin/misc/cloud/google/__init__.py M web/pgadmin/misc/cloud/rds/__init__.py M web/pgadmin/preferences/__init__.py M web/pgadmin/setup/db_upgrade.py M web/pgadmin/tools/grant_wizard/__init__.py M web/pgadmin/tools/maintenance/__init__.py M web/pgadmin/utils/__init__.py M web/pgadmin/utils/validation_utils.py M web/regression/python_test_utils/csrf_test_client.py M web/regression/runtests.py Log Message: ----------- Upgrade Flask, Flask-SQLAlchemy, Flask-WTF, Flask-Babel, Flask-Security-Too, WTForms, Werkzeug and keep backward compatibility with Python 3.7