From c9b924a1e366ca4d669c49caab9387d323e62e0b Mon Sep 17 00:00:00 2001 From: William Peebles Date: Tue, 21 Mar 2023 18:12:48 -0400 Subject: [PATCH 1/2] update dependencies --- app/requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index bd4eaad..3e68a82 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -6,31 +6,31 @@ gunicorn==20.1.0 # Flask Framework click==8.1.3 -Flask==2.2.2 +Flask==2.2.3 itsdangerous==2.1.2 Jinja2==3.1.2 -MarkupSafe==2.1.1 -Werkzeug==2.2.2 +MarkupSafe==2.1.2 +Werkzeug==2.2.3 # Flask Packages Flask-Login==0.6.2 -Flask-Migrate==3.1.0 +Flask-Migrate==4.0.4 Flask-Script==2.0.6 -Flask-SQLAlchemy==3.0.2 -Flask-WTF==1.0.1 +Flask-SQLAlchemy==3.0.3 +Flask-WTF==1.1.1 Flask-User==1.0.2.2 # WTForms Extensions WTForms-SQLAlchemy==0.3.0 # APScheduler automated scheduler -APScheduler==3.9.1.post1 +APScheduler==3.10.1 # Python Time packages -pytz==2022.6 +pytz==2022.7.1 # Automated tests -pytest==7.2.0 +pytest==7.2.2 pytest-cov==4.0.0 # MySQL Package From d9391c73e9e9e3bfa3240b51dabe355217a8943d Mon Sep 17 00:00:00 2001 From: William Peebles Date: Tue, 21 Mar 2023 18:15:01 -0400 Subject: [PATCH 2/2] change version to 1.1.0 --- app/__version__ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__version__ b/app/__version__ index 7f20734..1cc5f65 100644 --- a/app/__version__ +++ b/app/__version__ @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.1.0 \ No newline at end of file