This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit eda85289da9f64428fe1205045ff3e08bf5d89d2 Author: Greg Stein <[email protected]> AuthorDate: Fri Sep 26 11:41:43 2025 -0500 remove dumb comment --- v3/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/pyproject.toml b/v3/pyproject.toml index c73041f..3060b70 100644 --- a/v3/pyproject.toml +++ b/v3/pyproject.toml @@ -20,7 +20,7 @@ argon2-cffi = "^25.1.0" coverage = "^7.10.6" [tool.poetry.group.server.dependencies] -asfquart = ">=0.1.12" # For server web app, pulls in quart transitively +asfquart = ">=0.1.12" [build-system] requires = ["poetry-core"]
