diff --git a/poetry.lock b/poetry.lock index c93e29c..d641872 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1534,13 +1534,13 @@ mkdocs = ">=1.0.3" [[package]] name = "mkdocs-material" -version = "9.5.15" +version = "9.5.16" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.15-py3-none-any.whl", hash = "sha256:e5c96dec3d19491de49ca643fc1dbb92b278e43cdb816c775bc47db77d9b62fb"}, - {file = "mkdocs_material-9.5.15.tar.gz", hash = "sha256:39f03cca45e82bf54eb7456b5a18bd252eabfdd67f237a229471484a0a4d4635"}, + {file = "mkdocs_material-9.5.16-py3-none-any.whl", hash = "sha256:32fce3cd8ecbd5dca6e5887cc0cf5bc78707a36f7d0f6f1bbbe9edaf428b8055"}, + {file = "mkdocs_material-9.5.16.tar.gz", hash = "sha256:8b89b639592660f24657bb058de4aff0060cd0383148f8f51711201730f17503"}, ] [package.dependencies] @@ -3029,13 +3029,13 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "types-aiofiles" -version = "23.2.0.20240311" +version = "23.2.0.20240331" description = "Typing stubs for aiofiles" optional = false python-versions = ">=3.8" files = [ - {file = "types-aiofiles-23.2.0.20240311.tar.gz", hash = "sha256:208e6b090de732739ef74ab8f133c954479c8e77e614f276f9e475a0cc986430"}, - {file = "types_aiofiles-23.2.0.20240311-py3-none-any.whl", hash = "sha256:ed10a8002d88c94220597b77304cf1a1d8cf489c7143fc3ffa2c96488b20fec7"}, + {file = "types-aiofiles-23.2.0.20240331.tar.gz", hash = "sha256:8dd2a90cdcf16f9cfc9b07d77cd8eb989977c6bab2eba5b65e5929632ac77f53"}, + {file = "types_aiofiles-23.2.0.20240331-py3-none-any.whl", hash = "sha256:40c18c68956aaf1af6a37f997ae26ff6af124e52e16ec4f2473d51c720f79cd7"}, ] [[package]] @@ -3210,4 +3210,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "bc627aea9a238a6fef443e88ab4420cb14004403953a5f8ac9a3c66737e0684d" +content-hash = "4f63273dfbc62d26129dede17ac2fd09cc6ee7f57093884c1419d6c91b76e467" diff --git a/pyproject.toml b/pyproject.toml index 128604e..3b428c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ types-protobuf = ">=4" mypy-protobuf = ">=3" pytest = ">=8" pytest-cov = ">=4" -types-aiofiles = "^23.2.0.20240311" +types-aiofiles = "^23.2.0.20240331" jupyter = "^1.0.0" [tool.poetry.group.docs.dependencies] @@ -35,7 +35,7 @@ mkdocstrings-python = "^1.8.0" mkdocs-gen-files = "^0.5.0" mkdocs-literate-nav = "^0.6.1" mkdocs-section-index ="^0.3.8" -mkdocs-material = "^9.5.15" +mkdocs-material = "^9.5.16" [tool.poetry.group.deb.dependencies]