summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAndré Glüpker <git@wgmd.de>2024-05-01 10:17:10 +0200
committerAndré Glüpker <git@wgmd.de>2024-05-01 10:17:10 +0200
commit121f1890b1618c92d7a8fc6d174881e66ab6b7c1 (patch)
tree2996845c433d3bfaa6ba4a6bd9719d9c22f0624d /pyproject.toml
parentfdb01d72cbd4c5aafea32eca517dbf9ef7bbc62d (diff)
downloadrss-feeds-121f1890b1618c92d7a8fc6d174881e66ab6b7c1.tar.gz
rss-feeds-121f1890b1618c92d7a8fc6d174881e66ab6b7c1.tar.bz2
rss-feeds-121f1890b1618c92d7a8fc6d174881e66ab6b7c1.zip
Update some dependencies
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index dbdfe88..a0fe2dc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,11 +6,12 @@ authors = ["André <git@wmgd.de>"]
[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