Skip to content

Commit 1b571c7

Browse files
authoredNov 27, 2020
Merge pull request #149 from labthings/dependabot/pip/apispec-4.0.0
Bump apispec from 3.3.2 to 4.0.0
2 parents e9ed244 + 5ed03fe commit 1b571c7

File tree

2 files changed

+26
-10
lines changed

2 files changed

+26
-10
lines changed
 

‎poetry.lock

+25-9
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.0.0"
20-
apispec = "^3.2.0"
20+
apispec = ">=3.2,<5.0"
2121
flask-cors = "^3.0.8"
2222
zeroconf = ">=0.24.5,<0.29.0"
2323
apispec_webframeworks = "^0.5.2"

0 commit comments

Comments
 (0)
Please sign in to comment.