From 121f1890b1618c92d7a8fc6d174881e66ab6b7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Wed, 1 May 2024 10:17:10 +0200 Subject: Update some dependencies --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index dbdfe88..a0fe2dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,11 +6,12 @@ authors = ["André "] [tool.poetry.dependencies] python = ">=3.9,<4" -Flask = "1.1.2" -beautifulsoup4 = "4.9.3" +Flask = "3.0.3" +beautifulsoup4 = "4.12.3" [tool.poetry.group.dev.dependencies] ruff = "0.4.2" +mypy = "1.10.0" [tool.ruff] line-length = 120 -- cgit v1.2.3