Merge branch 'devel' into feat/OPS-85

This commit is contained in:
Christoph J. Scherr 2025-03-23 18:51:08 +01:00
commit 6dd8400b61
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB
15 changed files with 587 additions and 45 deletions

18
poetry.lock generated
View file

@ -1711,6 +1711,22 @@ h2 = ["h2 (>=4,<5)"]
socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "waitress"
version = "3.0.2"
description = "Waitress WSGI server"
optional = false
python-versions = ">=3.9.0"
groups = ["main"]
files = [
{file = "waitress-3.0.2-py3-none-any.whl", hash = "sha256:c56d67fd6e87c2ee598b76abdd4e96cfad1f24cacdea5078d382b1f9d7b5ed2e"},
{file = "waitress-3.0.2.tar.gz", hash = "sha256:682aaaf2af0c44ada4abfb70ded36393f0e307f4ab9456a215ce0020baefc31f"},
]
[package.extras]
docs = ["Sphinx (>=1.8.1)", "docutils", "pylons-sphinx-themes (>=1.0.9)"]
testing = ["coverage (>=7.6.0)", "pytest", "pytest-cov"]
[[package]]
name = "werkzeug"
version = "3.1.3"
@ -1732,4 +1748,4 @@ watchdog = ["watchdog (>=2.3)"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<3.13"
content-hash = "b7a4de48ebf806e2217d5e7a8d2bc3b39babdaacbd09705b93c86c66845111a6"
content-hash = "5492deb1adff40a0e4571b4520e4c19449090cffa82a9b25308b6d7575ca4933"