Bump autoclasstoc from 1.6.0 to 1.7.0 (#305)

Bumps [autoclasstoc](https://github.com/kalekundert/autoclasstoc) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/kalekundert/autoclasstoc/releases)
- [Changelog](https://github.com/kalekundert/autoclasstoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kalekundert/autoclasstoc/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: autoclasstoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-16 10:01:48 -07:00
committed by GitHub
parent eb98ea49b0
commit 10e4cc0b34
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -104,13 +104,13 @@ reference = "pypi-public"
[[package]] [[package]]
name = "autoclasstoc" name = "autoclasstoc"
version = "1.6.0" version = "1.7.0"
description = "Add a succinct TOC to auto-documented classes." description = "Add a succinct TOC to auto-documented classes."
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
{file = "autoclasstoc-1.6.0-py3-none-any.whl", hash = "sha256:22a358d415fdcc6f3f4ca352d0828809dcd2384f61813256a0236779b352df2c"}, {file = "autoclasstoc-1.7.0-py3-none-any.whl", hash = "sha256:00d7f8450d9fb043a500a0ac5fe9cda3699d51d68211f183178734f14df526ec"},
{file = "autoclasstoc-1.6.0.tar.gz", hash = "sha256:fb5efe64ff5013ea559a4934375f62f9d94e76deb6d59c0742d30190eadb8f0c"}, {file = "autoclasstoc-1.7.0.tar.gz", hash = "sha256:93a604be070a1f0ab19b0a0dd9d03d3fb16377da8a7a49ed8919692ef882775a"},
] ]
[package.dependencies] [package.dependencies]
@ -120,7 +120,7 @@ sphinx = ">=3.0"
[package.extras] [package.extras]
docs = ["sphinx (>=3.1)", "sphinx_rtd_theme"] docs = ["sphinx (>=3.1)", "sphinx_rtd_theme"]
tests = ["coverage[toml]", "lxml", "parametrize_from_file", "pytest", "pytest_tmp_files", "re_assert"] tests = ["coverage[toml]", "coverage_enable_subprocess", "lxml", "parametrize_from_file", "pytest", "pytest_tmp_files", "re_assert", "tox"]
[package.source] [package.source]
type = "legacy" type = "legacy"
@ -2830,4 +2830,4 @@ reference = "pypi-public"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<4.0" python-versions = ">=3.9,<4.0"
content-hash = "935241ae9855ba14ff0ac36ec003cb9b030476bd6c70a752b8160a6bd6f8e43b" content-hash = "06b19cf7e59db44dc3a6477717c5dc15584dc0c06d60848dfbf35276d43fe16b"

View File

@ -26,7 +26,7 @@ pydantic = "^2.9.1"
pydantic-extra-types = "^2.1.0" pydantic-extra-types = "^2.1.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
autoclasstoc = "^1.6.0" autoclasstoc = "^1.7.0"
black = "^24.10.0" black = "^24.10.0"
isort = "^5.12.0" isort = "^5.12.0"
jinja2 = "^3.1.3" jinja2 = "^3.1.3"