Skip to content

Commit c4216d2

Browse files
Bump the python-packages group across 1 directory with 3 updates
Bumps the python-packages group with 3 updates in the / directory: [furo](https://github.com/pradyunsg/furo), [blacken-docs](https://github.com/asottile/blacken-docs) and [black](https://github.com/psf/black). Updates `furo` from 2024.8.6 to 2025.7.19 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](pradyunsg/furo@2024.08.06...2025.07.19) Updates `blacken-docs` from 1.19.1 to 1.20.0 - [Changelog](https://github.com/adamchainz/blacken-docs/blob/main/CHANGELOG.rst) - [Commits](adamchainz/blacken-docs@1.19.1...1.20.0) Updates `black` from 25.1.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...25.9.0) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.7.19 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: blacken-docs dependency-version: 1.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6596736 commit c4216d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_version():
6969
extras_require={
7070
"docs": [
7171
"Sphinx==7.4.7",
72-
"furo==2024.8.6",
72+
"furo==2025.9.25",
7373
"sphinx-autobuild",
7474
"codespell>=2.2.5",
7575
"blacken-docs",
@@ -82,8 +82,8 @@ def get_version():
8282
"pytest-xdist>=2.2.1",
8383
"pytest-asyncio>=1.2.0",
8484
"beautifulsoup4>=4.8.1",
85-
"black==25.1.0",
86-
"blacken-docs==1.19.1",
85+
"black==25.9.0",
86+
"blacken-docs==1.20.0",
8787
"pytest-timeout>=1.4.2",
8888
"trustme>=0.7",
8989
"cogapp>=3.3.0",

0 commit comments

Comments
 (0)