Skip to content

Commit

Permalink
Merge pull request #268 from marshmallow-code/dependabot/pip/sphinx-7…
Browse files Browse the repository at this point in the history
….1.1

Bump sphinx from 7.1.0 to 7.1.1
  • Loading branch information
sirosen committed Jul 28, 2023
2 parents 9cee31b + 5c5c008 commit 5aa2397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
"flask-sqlalchemy>=3.0.0",
"marshmallow-sqlalchemy>=0.28.2",
],
"docs": ["marshmallow-sqlalchemy>=0.13.0", "Sphinx==7.1.0", "sphinx-issues==3.0.1"],
"docs": ["marshmallow-sqlalchemy>=0.13.0", "Sphinx==7.1.1", "sphinx-issues==3.0.1"],
}
EXTRAS_REQUIRE["tests"] = EXTRAS_REQUIRE["sqlalchemy"] + ["pytest", "mock"]
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + ["tox", "pre-commit"]
Expand Down

0 comments on commit 5aa2397

Please sign in to comment.