From d8273d9fbd1d6aff1a81492615023621bbfa3acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:13:12 +0000 Subject: [PATCH] Bump flask from 1.1 to 2.3.2 Bumps [flask](https://github.com/pallets/flask) from 1.1 to 2.3.2. - [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/1.1.0...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 689acdf..7244c9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Flask_SQLAlchemy==2.4.1 -Flask==1.1.0 +Flask==2.3.2 sqla_psql_search==0.1.0 SQLAlchemy==1.3.10 SQLAlchemy_Utils[password, color, phone]==0.34.2 diff --git a/setup.py b/setup.py index 7b2ad5b..cca059f 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ python_requires='>=3.7', long_description=Path('README.rst').read_text('utf8'), install_requires=[ - 'flask==1.1', + 'flask==2.3.2', 'sqlalchemy-citext', 'sqlalchemy-utils[password, color, phone]', 'Flask-SQLAlchemy',