Skip to content

Commit

Permalink
chore(api): bump connexion from 2.14.2 to 3.0.6 in /api
Browse files Browse the repository at this point in the history
Bumps [connexion](https://github.com/spec-first/connexion) from 2.14.2 to 3.0.6.
- [Release notes](https://github.com/spec-first/connexion/releases)
- [Commits](spec-first/connexion@2.14.2...3.0.6)

---
updated-dependencies:
- dependency-name: connexion
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent aebd9b4 commit 9f2525a
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 43 deletions.
207 changes: 165 additions & 42 deletions api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ shipit_trigger_product_details = "shipit_api.admin.cli:trigger_product_details"
[tool.poetry.dependencies]
# Required by both public and admin apps
python = "^3.9"
connexion = {version = "<3.0", extras = ["swagger-ui"]}
connexion = {version = "<4.0", extras = ["swagger-ui"]}
dockerflow = "*"
flask = "*"
flask_cors = "*"
Expand Down

0 comments on commit 9f2525a

Please sign in to comment.