From 32c507bc03204dde9455e5f7891b9171781af85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 05:05:11 +0000 Subject: [PATCH] chore(deps-dev): bump sphinx-immaterial from 0.11.2 to 0.11.3 Bumps [sphinx-immaterial](https://github.com/jbms/sphinx-immaterial) from 0.11.2 to 0.11.3. - [Release notes](https://github.com/jbms/sphinx-immaterial/releases) - [Commits](https://github.com/jbms/sphinx-immaterial/compare/v0.11.2...v0.11.3) --- updated-dependencies: - dependency-name: sphinx-immaterial dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 55d01d8..7090697 100644 --- a/poetry.lock +++ b/poetry.lock @@ -865,6 +865,13 @@ files = [ {file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"}, {file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"}, {file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"}, + {file = "PyYAML-6.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358"}, + {file = "PyYAML-6.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1"}, + {file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d"}, + {file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f"}, + {file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782"}, + {file = "PyYAML-6.0-cp311-cp311-win32.whl", hash = "sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7"}, + {file = "PyYAML-6.0-cp311-cp311-win_amd64.whl", hash = "sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf"}, {file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"}, {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"}, {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"}, @@ -965,14 +972,14 @@ test = ["cython", "html5lib", "pytest (>=4.6)", "typed_ast"] [[package]] name = "sphinx-immaterial" -version = "0.11.2" +version = "0.11.3" description = "Adaptation of mkdocs-material theme for the Sphinx documentation system" category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "sphinx_immaterial-0.11.2-py3-none-any.whl", hash = "sha256:96fc25386863a20626827104217b58ec1c541c9d77fc14c169226619fdb2fd9e"}, - {file = "sphinx_immaterial-0.11.2.tar.gz", hash = "sha256:a1c8387ca8b4da282949e474647d06f3b2f7d12fe54e9e662b962771012bf257"}, + {file = "sphinx_immaterial-0.11.3-py3-none-any.whl", hash = "sha256:59558b9c9c0b58a7fdd0d9959640bd3ed0cbc46a293015d9ee92ee1d7ba19e49"}, + {file = "sphinx_immaterial-0.11.3.tar.gz", hash = "sha256:47691c634103f126e0d5b51f882ac94a9375333f072a8806fe36a494e05e13fa"}, ] [package.dependencies] @@ -980,7 +987,7 @@ appdirs = "*" markupsafe = "*" pydantic = "*" requests = "*" -sphinx = ">=4.0" +sphinx = ">=4.5" typing-extensions = "*" [package.extras]