Skip to content

Commit

Permalink
Bump sphinx-issues from 3.0.1 to 4.0.0 (#558)
Browse files Browse the repository at this point in the history
Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 3.0.1 to 4.0.0.
- [Commits](sloria/sphinx-issues@3.0.1...4.0.0)

---
updated-dependencies:
- dependency-name: sphinx-issues
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 30, 2024
1 parent 4bccf8e commit 54c6ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Issues = "https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues"
Source = "https://github.com/marshmallow-code/marshmallow-sqlalchemy"

[project.optional-dependencies]
docs = ["sphinx==7.2.6", "alabaster==0.7.16", "sphinx-issues==3.0.1"]
docs = ["sphinx==7.2.6", "alabaster==0.7.16", "sphinx-issues==4.0.0"]
# TODO: Remove pytest pin when https://github.com/TvoroG/pytest-lazy-fixture/issues/65 is resolved
tests = ["pytest<8", "pytest-lazy-fixture>=0.6.2"]
dev = ["marshmallow-sqlalchemy[tests]", "tox", "pre-commit~=3.5"]
Expand Down

0 comments on commit 54c6ea4

Please sign in to comment.