Skip to content

Commit c73264d

Browse files
deps(book): update attrs requirement from >=23.0.0 to >=26.1.0 (#1728)
Updates the requirements on [attrs](https://github.com/python-attrs/attrs) to permit the latest version. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](python-attrs/attrs@23.1.0...26.1.0) --- updated-dependencies: - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5c5c58 commit c73264d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/tools/dependencies/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ seaborn>=0.13.2
5353
# the jupyter kernel crashes on startup with "Broken pipe (os error 32)".
5454
# Pinning it explicitly so a fresh `pip install -r requirements.txt`
5555
# produces a working build environment.
56-
attrs>=23.0.0
56+
attrs>=26.1.0
5757

5858
# --- EPUB validation ---
5959
# Wraps the W3C `epubcheck` jar so `./binder check epub --scope epubcheck`

0 commit comments

Comments
 (0)