mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-05 18:36:41 +00:00
Poetry(deps): bump mkdocs-material from 9.1.5 to 9.1.6 (#19)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.5 to 9.1.6. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.1.5...9.1.6) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production 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>
This commit is contained in:
parent
06ee959188
commit
a4154d4bbd
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -360,14 +360,14 @@ min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-imp
|
|||
|
||||
[[package]]
|
||||
name = "mkdocs-material"
|
||||
version = "9.1.5"
|
||||
version = "9.1.6"
|
||||
description = "Documentation that simply works"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "mkdocs_material-9.1.5-py3-none-any.whl", hash = "sha256:981e1ef0250e2fbcc23610e9b20e5f242fe1f808079b9bcfbb6c49aa2999343c"},
|
||||
{file = "mkdocs_material-9.1.5.tar.gz", hash = "sha256:744519bca52b1e8fe7c2e80e15ed59baf8948111ec763ae6ae629c409bd16d6e"},
|
||||
{file = "mkdocs_material-9.1.6-py3-none-any.whl", hash = "sha256:f2eb1d40db89da9922944833c1387207408f8937e1c2b46ab86e0c8f170b71e0"},
|
||||
{file = "mkdocs_material-9.1.6.tar.gz", hash = "sha256:2e555152f9771646bfa62dc78a86052876183eff69ce30db03a33e85702b21fc"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -847,4 +847,4 @@ files = [
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "1fce871a3ec31243e878d1fd5417b4fe4fe0a32a84554872ea30b7b843a9b44a"
|
||||
content-hash = "dd8f727b4cce40956e1d06ae2bceffaf09beccfa41d0f74b191b5c28f1cfb457"
|
||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT"
|
|||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
mkdocs = "^1.4.2"
|
||||
mkdocs-material = "^9.1.5"
|
||||
mkdocs-material = "^9.1.6"
|
||||
pillow = "^9.5.0"
|
||||
cairosvg = "^2.7.0"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue