correct version pinning

This commit is contained in:
Lars Holmberg 2024-10-10 07:48:01 +02:00
parent ad5dc4549e
commit 7ebfaf2293
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -2407,4 +2407,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9"
content-hash = "fe62e2430b2750fb006f7fe225752ad640c1f7f218340ad7f61536efcc2c8151"
content-hash = "1050d42ce5556e12125ef26b02bd15c33cf73e5226231748f98d57246e420174"

View File

@ -114,7 +114,7 @@ python = ">=3.9"
gevent = [
{ version = ">=22.10.2", python = "<=3.12" },
{ version = ">=24.10.1", python = ">3.13" },
{ version = ">=24.10.1", python = ">3.12" },
]
flask = ">=2.0.0"
Werkzeug = ">=2.0.0"