Skip to content

Commit 6a3eaa8

Browse files
Bump the all group with 2 updates
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) and [docutils](https://github.com/rtfd/recommonmark) to permit the latest version. Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v61.0.0...v82.0.1) Updates `docutils` to 0.22.4 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: all - dependency-name: docutils dependency-version: 0.22.4 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 550701a commit 6a3eaa8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
docutils<0.22
1+
docutils<0.23
22
sphinx-rtd-theme
33
sphinx_autodoc_typehints

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ types =[
6060
aiopenapi3 = "aiopenapi3.cli:main"
6161

6262
[build-system]
63-
requires = ["setuptools>=61", "wheel"]
63+
requires = ["setuptools>=82.0.1", "wheel"]
6464
build-backend = "setuptools.build_meta"
6565

6666
[tool.setuptools]

0 commit comments

Comments
 (0)