Skip to content

Commit 0442b76

Browse files
Bump apispec from 4.7.1 to 5.1.0
Bumps [apispec](https://github.com/marshmallow-code/apispec) from 4.7.1 to 5.1.0. - [Release notes](https://github.com/marshmallow-code/apispec/releases) - [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst) - [Commits](marshmallow-code/apispec@4.7.1...5.1.0) --- updated-dependencies: - dependency-name: apispec dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52695d5 commit 0442b76

File tree

2 files changed

+80
-13
lines changed

2 files changed

+80
-13
lines changed

poetry.lock

+79-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python = "^3.6"
1717
Flask = "^1.1.1"
1818
marshmallow = "^3.4.0"
1919
webargs = ">=6,<9"
20-
apispec = {version = ">=3.2,<5.0", extras = ["yaml", "validation"]}
20+
apispec = {version = ">=3.2,<6.0", extras = ["yaml", "validation"]}
2121
flask-cors = "^3.0.8"
2222
zeroconf = ">=0.24.5,<0.34.0"
2323
apispec_webframeworks = "^0.5.2"

0 commit comments

Comments
 (0)