Skip to content

Commit 15f1f8d

Browse files
chore(deps): update dependency apispec to v6.8.0
1 parent d52d1bc commit 15f1f8d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python = "^3.12"
1212
[tool.poetry.group.dev.dependencies]
1313
types-flask = "==1.1.6"
1414
marshmallow = "==3.21.3"
15-
apispec = "==6.6.1"
15+
apispec = "==6.8.0"
1616
flask = "==3.0.3"
1717
werkzeug = "==3.0.3"
1818
mypy = "==1.10.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dev": [
5555
"types-flask==1.1.6",
5656
"marshmallow==3.21.3",
57-
"apispec==6.6.1",
57+
"apispec==6.8.0",
5858
"flask==3.0.3",
5959
"werkzeug==3.0.3",
6060
"mypy==1.10.1",

0 commit comments

Comments
 (0)