From 6425bb686f998e090a1c18c9b2b2cc804e0ed349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 06:59:30 +0000 Subject: [PATCH] Update connexion[swagger-ui] requirement from <3,>=2.0.2 to >=2.0.2,<4 Updates the requirements on [connexion[swagger-ui]](https://github.com/spec-first/connexion) to permit the latest version. - [Release notes](https://github.com/spec-first/connexion/releases) - [Commits](https://github.com/spec-first/connexion/compare/2.0.2...3.2.0) --- updated-dependencies: - dependency-name: connexion[swagger-ui] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed9dffe..155dfec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "connexion[swagger-ui] >= 2.0.2, < 3", + "connexion[swagger-ui] >= 2.0.2, < 4", "ruamel.yaml >= 0.15.78", "schema-salad", ]