From f7c1c1f80976e139f0d4c06ff510e396b9e41608 Mon Sep 17 00:00:00 2001 From: kqjy Date: Wed, 25 Mar 2026 13:26:42 +0800 Subject: [PATCH] Update requirements.txt --- app/version.py | 2 +- requirements.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/version.py b/app/version.py index 5c24c4a..0abc36a 100644 --- a/app/version.py +++ b/app/version.py @@ -1,6 +1,6 @@ from __future__ import annotations -APP_VERSION = "0.4.1" +APP_VERSION = "0.4.2" def get_version() -> str: diff --git a/requirements.txt b/requirements.txt index 8a29238..abc53ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Flask>=3.1.2 +Flask>=3.1.3 Flask-Limiter>=4.1.1 Flask-Cors>=6.0.2 Flask-WTF>=1.2.2 @@ -6,8 +6,8 @@ python-dotenv>=1.2.1 pytest>=9.0.2 requests>=2.32.5 boto3>=1.42.14 -granian>=2.2.0 -psutil>=7.1.3 -cryptography>=46.0.3 +granian>=2.7.2 +psutil>=7.2.2 +cryptography>=46.0.5 defusedxml>=0.7.1 -duckdb>=1.4.4 \ No newline at end of file +duckdb>=1.5.1 \ No newline at end of file