Skip to content

Commit 83890da

Browse files
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](spec-first/connexion@2.0.2...3.2.0) --- updated-dependencies: - dependency-name: connexion[swagger-ui] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aad18a9 commit 83890da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
requires-python = ">=3.9"
2525
dependencies = [
26-
"connexion[swagger-ui] >= 2.0.2, < 3",
26+
"connexion[swagger-ui] >= 2.0.2, < 4",
2727
"ruamel.yaml >= 0.15.78",
2828
"schema-salad",
2929
]

0 commit comments

Comments
 (0)