From 87dc435c596043579b0e05662c73e229c0d00e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 20:42:38 +0000 Subject: [PATCH] poetry prod(deps): update flask-admin requirement Updates the requirements on [flask-admin](https://github.com/pallets-eco/flask-admin) to permit the latest version. - [Release notes](https://github.com/pallets-eco/flask-admin/releases) - [Changelog](https://github.com/pallets-eco/flask-admin/blob/master/doc/changelog.rst) - [Commits](https://github.com/pallets-eco/flask-admin/compare/v2.0.2...v2.2.0) --- updated-dependencies: - dependency-name: flask-admin dependency-version: 2.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e32bf76..6053e7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "template", ] dependencies = [ - "flask-admin>=2.0.2", + "flask-admin>=2.2.0", ] classifiers = [ "Development Status :: 4 - Beta",