Skip to content

Commit d6ebef4

Browse files
authored
Merge pull request #13 from rena2damas/dependabot/pip/apispec-6.0.0
build(deps): bump apispec from 5.2.2 to 6.0.0
2 parents a836e1f + 9563d12 commit d6ebef4

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

poetry.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ classifiers = [
3737
]
3838

3939
[tool.poetry.dependencies]
40-
apispec = { extras = ["yaml"], version = "^5.2.2", optional = true }
40+
apispec = { extras = ["yaml"], version = ">=5.2.2,<7.0.0", optional = true }
4141
environs = "^9.5.0"
4242
Flask = { version = "^2.2.2", optional = true }
4343
gunicorn = "^20.1.0"
4444
python = "^3.7"
4545

4646
[tool.poetry.dev-dependencies]
47-
apispec = { extras = ["yaml"], version = "^5.2.2" }
47+
apispec = { extras = ["yaml"], version = ">=5.2.2,<7.0.0" }
4848
coverage = "^6.5.0"
4949
Flask = "^2.1.3"
5050
pre-commit = "^2.20.0"

0 commit comments

Comments
 (0)