Skip to content

Commit 85fff18

Browse files
Bump sphinx from 5.3.0 to 6.1.3 (software-mansion#755)
* Bump sphinx from 5.3.0 to 6.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 6.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](sphinx-doc/sphinx@v5.3.0...v6.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * update requirements.txt * update lock --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: war-in <[email protected]> Co-authored-by: war-in <[email protected]>
1 parent efedecc commit 85fff18

File tree

3 files changed

+28
-33
lines changed

3 files changed

+28
-33
lines changed

poetry.lock

Lines changed: 23 additions & 28 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
@@ -16,7 +16,7 @@ documentation = "https://starknetpy.rtfd.io/"
1616
[tool.poetry.dependencies]
1717
python = ">=3.8, <3.10"
1818
asgiref = "^3.4.1"
19-
sphinx = { version = ">=4.3.1,<6.0.0", optional = true }
19+
sphinx = { version = ">=4.3.1,<7.0.0", optional = true }
2020
enum-tools = { extras = ["sphinx"], version = "0.9.0.post1", optional = true }
2121
crypto-cpp-py = "^1.0.4"
2222
marshmallow = "^3.15.0"

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ asgiref==3.6.0 ; python_version >= "3.8" and python_version < "3.10"
66
async-timeout==4.0.2 ; python_version >= "3.8" and python_version < "3.10"
77
atomicwrites==1.4.1 ; python_version >= "3.8" and python_version < "3.10" and sys_platform == "win32"
88
attrs==22.1.0 ; python_version >= "3.8" and python_version < "3.10"
9-
autodocsumm==0.2.9 ; python_version >= "3.8" and python_version < "3.10"
9+
autodocsumm==0.2.10 ; python_version >= "3.8" and python_version < "3.10"
1010
babel==2.11.0 ; python_version >= "3.8" and python_version < "3.10"
1111
base58==2.1.1 ; python_version >= "3.8" and python_version < "3.10"
1212
beautifulsoup4==4.11.1 ; python_version >= "3.8" and python_version < "3.10"
@@ -21,7 +21,7 @@ crypto-cpp-py==1.0.4 ; python_version >= "3.8" and python_version < "3.10"
2121
cssutils==2.6.0 ; python_version >= "3.8" and python_version < "3.10"
2222
cytoolz==0.12.0 ; python_version >= "3.8" and python_version < "3.10" and implementation_name == "cpython"
2323
dict2css==0.3.0 ; python_version >= "3.8" and python_version < "3.10"
24-
docutils==0.17.1 ; python_version >= "3.8" and python_version < "3.10"
24+
docutils==0.18.1 ; python_version >= "3.8" and python_version < "3.10"
2525
domdf-python-tools==3.5.0 ; python_version >= "3.8" and python_version < "3.10"
2626
ecdsa==0.18.0 ; python_version >= "3.8" and python_version < "3.10"
2727
enum-tools[sphinx]==0.9.0.post1 ; python_version >= "3.8" and python_version < "3.10"
@@ -93,9 +93,9 @@ sphinx-autodoc-typehints==1.19.5 ; python_version >= "3.8" and python_version <
9393
sphinx-basic-ng==1.0.0b1 ; python_version >= "3.8" and python_version < "3.10"
9494
sphinx-jinja2-compat==0.2.0 ; python_version >= "3.8" and python_version < "3.10"
9595
sphinx-prompt==1.5.0 ; python_version >= "3.8" and python_version < "3.10"
96-
sphinx-tabs==3.4.0 ; python_version >= "3.8" and python_version < "3.10"
96+
sphinx-tabs==3.4.1 ; python_version >= "3.8" and python_version < "3.10"
9797
sphinx-toolbox==3.2.0 ; python_version >= "3.8" and python_version < "3.10"
98-
sphinx==5.3.0 ; python_version >= "3.8" and python_version < "3.10"
98+
sphinx==6.1.3 ; python_version >= "3.8" and python_version < "3.10"
9999
sphinxcontrib-applehelp==1.0.2 ; python_version >= "3.8" and python_version < "3.10"
100100
sphinxcontrib-devhelp==1.0.2 ; python_version >= "3.8" and python_version < "3.10"
101101
sphinxcontrib-htmlhelp==2.0.0 ; python_version >= "3.8" and python_version < "3.10"

0 commit comments

Comments
 (0)