Skip to content

Commit 617e369

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [furo](https://github.com/pradyunsg/furo) and [mypy](https://github.com/python/mypy). Updates `furo` from 2024.8.6 to 2025.12.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.12.19) Updates `mypy` from 1.14 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.0...v1.19.1) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.12.19 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e656d7d commit 617e369

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [ "httpx<1,>=0.21.3", "python-dateutil>=2.8.1" ]
2727
optional-dependencies.all = [ "webdav4[fsspec,http2]" ]
2828
optional-dependencies.dev = [ "webdav4[docs,fsspec,http2,qa,tests]" ]
2929
optional-dependencies.docs = [
30-
"furo==2024.8.6; python_version=='3.8'",
30+
"furo==2025.12.19; python_version=='3.8'",
3131
"furo==2025.12.19; python_version>='3.9'",
3232
"myst-parser>=3,<6",
3333
"sphinx>=7,<10",
@@ -36,7 +36,7 @@ optional-dependencies.docs = [
3636
optional-dependencies.fsspec = [ "fsspec>=2021.7" ]
3737
optional-dependencies.http2 = [ "httpx[http2]<1,>=0.20" ]
3838
optional-dependencies.qa = [
39-
"mypy==1.14; python_version=='3.8'",
39+
"mypy==1.19.1; python_version=='3.8'",
4040
"mypy==1.19.1; python_version>='3.9'",
4141
"pre-commit",
4242
"types-colorama",

0 commit comments

Comments
 (0)