Skip to content

Commit

Permalink
chore(deps-dev): bump mkdocs from 1.5.2 to 1.5.3 (#226)
Browse files Browse the repository at this point in the history
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.5.2...1.5.3)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 7, 2023
1 parent 781397a commit 8e0122e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pytest-xdist = "3.3.1"
ruff = "0.1.3"

[tool.poetry.group.docs.dependencies]
mkdocs = { version = "1.5.2", python = ">=3.8" }
mkdocs = { version = "1.5.3", python = ">=3.8" }
mkdocs-material = { version = "9.1.21", python = ">=3.8" }
mkdocstrings = { version = "0.22.0", extras = ["python"], python = ">=3.8" }

Expand Down

0 comments on commit 8e0122e

Please sign in to comment.