Skip to content

Commit 562fdfd

Browse files
committed
ci: fix dependencies for build
1 parent 508c8eb commit 562fdfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools ~= 65.3", "wheel", "build"]
2+
requires = ["setuptools", "wheel", "build"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -40,7 +40,7 @@ dependencies = [
4040
"pybars3~=0.9.7",
4141
"requests_extensions~=1.1.3",
4242
"tomli==2.0.1",
43-
"Werkzeug==2.2.3",
43+
"Werkzeug==3.1.3",
4444
"yoyo-migrations~=8.2.0",
4545
]
4646

0 commit comments

Comments
 (0)