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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 16, 2024
1 parent 2c12ae4 commit b1cd77f
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 45 deletions.
211 changes: 167 additions & 44 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 b1cd77f

Please sign in to comment.