Skip to content

Commit b72f2cf

Browse files
Bump the actions group across 1 directory with 2 updates
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `sphinx` to 9.1.0 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v0.1.61611...v9.1.0) Updates `pytest` to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.0.0...9.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development dependency-group: actions - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fedd4ec commit b72f2cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Tracker = "https://github.com/ipython/ipykernel/issues"
4545
docs = [
4646
# Sphinx pinned until `sphinx-autodoc-typehints` issue is resolved:
4747
# https://github.com/tox-dev/sphinx-autodoc-typehints/issues/523
48-
"sphinx<8.2.0",
48+
"sphinx<9.2.0",
4949
"myst_parser",
5050
"pydata_sphinx_theme",
5151
"sphinxcontrib_github_alt",
@@ -55,7 +55,7 @@ docs = [
5555
"trio"
5656
]
5757
test = [
58-
"pytest>=7.0,<9",
58+
"pytest>=7.0,<10",
5959
"pytest-cov",
6060
# 'pytest-xvfb; platform_system == "Linux"',
6161
"flaky",

0 commit comments

Comments
 (0)