Skip to content

Commit

Permalink
build(deps): (deps): bump apispec from 6.3.1 to 6.4.0
Browse files Browse the repository at this point in the history
Bumps [apispec](https://github.com/marshmallow-code/apispec) from 6.3.1 to 6.4.0.
- [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/apispec@6.3.1...6.4.0)

---
updated-dependencies:
- dependency-name: apispec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 418c982 commit 1502707
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ zodb = "~5.8.1"
zstandard = "^0.22"

# service dependencies:
apispec = { version = "~6.3.0", optional = true }
apispec = { version = ">=6.3,<6.5", optional = true }
apispec-oneofschema = { version = "^3.0.0", optional = true}
apispec-webframeworks = { version = "^0.5", optional = true }
circus = { version = "^0.18", optional = true }
Expand Down

0 comments on commit 1502707

Please sign in to comment.