Update indoc requirement from 1.0.3 to 2.0.1

Updates the requirements on [indoc](https://github.com/dtolnay/indoc) to permit the latest version.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](https://github.com/dtolnay/indoc/compare/1.0.3...2.0.1)

---
updated-dependencies:
- dependency-name: indoc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-13 07:40:16 +00:00 committed by GitHub
parent 2909d5f2d7
commit da0f40332a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ pyo3-ffi = { path = "pyo3-ffi", version = "=0.19.0" }
# support crates for macros feature
pyo3-macros = { path = "pyo3-macros", version = "=0.19.0", optional = true }
indoc = { version = "1.0.3", optional = true }
indoc = { version = "2.0.1", optional = true }
unindent = { version = "0.1.4", optional = true }
# support crate for multiple-pymethods feature