diff --git a/poetry.lock b/poetry.lock index 8863a492f..f599c5637 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1791,13 +1791,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.136.0" +version = "2.137.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "google-api-python-client-2.136.0.tar.gz", hash = "sha256:161c722c8864e7ed39393e2b7eea76ef4e1c933a6a59f9d7c70409b6635f225d"}, - {file = "google_api_python_client-2.136.0-py2.py3-none-any.whl", hash = "sha256:5a554c8b5edf0a609b905d89d7ced82e8f6ac31da1e4d8d5684ef63dbc0e49f5"}, + {file = "google_api_python_client-2.137.0-py2.py3-none-any.whl", hash = "sha256:a8b5c5724885e5be9f5368739aa0ccf416627da4ebd914b410a090c18f84d692"}, + {file = "google_api_python_client-2.137.0.tar.gz", hash = "sha256:e739cb74aac8258b1886cb853b0722d47c81fe07ad649d7f2206f06530513c04"}, ] [package.dependencies] @@ -2904,13 +2904,13 @@ testing = ["coverage", "pyyaml"] [[package]] name = "markdownify" -version = "0.12.1" +version = "0.13.1" description = "Convert HTML to markdown." optional = false python-versions = "*" files = [ - {file = "markdownify-0.12.1-py3-none-any.whl", hash = "sha256:a3805abd8166dbb7b27783c5599d91f54f10d79894b2621404d85b333c7ce561"}, - {file = "markdownify-0.12.1.tar.gz", hash = "sha256:1fb08c618b30e0ee7a31a39b998f44a18fb28ab254f55f4af06b6d35a2179e27"}, + {file = "markdownify-0.13.1-py3-none-any.whl", hash = "sha256:1d181d43d20902bcc69d7be85b5316ed174d0dda72ff56e14ae4c95a4a407d22"}, + {file = "markdownify-0.13.1.tar.gz", hash = "sha256:ab257f9e6bd4075118828a28c9d02f8a4bfeb7421f558834aa79b2dfeb32a098"}, ] [package.dependencies] @@ -3166,13 +3166,13 @@ pytz = "*" [[package]] name = "mkdocs-material" -version = "9.5.28" +version = "9.5.29" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.28-py3-none-any.whl", hash = "sha256:ff48b11b2a9f705dd210409ec3b418ab443dd36d96915bcba45a41f10ea27bfd"}, - {file = "mkdocs_material-9.5.28.tar.gz", hash = "sha256:9cba305283ad1600e3d0a67abe72d7a058b54793b47be39930911a588fe0336b"}, + {file = "mkdocs_material-9.5.29-py3-none-any.whl", hash = "sha256:afc1f508e2662ded95f0a35a329e8a5acd73ee88ca07ba73836eb6fcdae5d8b4"}, + {file = "mkdocs_material-9.5.29.tar.gz", hash = "sha256:3e977598ec15a4ddad5c4dfc9e08edab6023edb51e88f0729bd27be77e3d322a"}, ] [package.dependencies] @@ -6339,4 +6339,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<4" -content-hash = "57ef5e2bb325f54d1807fa33be0bc8915195d69f9f0d4933e02233e2d098397f" +content-hash = "54509c0cf14cae95c87cfc155cf1591ed6b57c067f3a05d590d95c7ab3614a97" diff --git a/pyproject.toml b/pyproject.toml index 4c5757c97..760f3242c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pylint = "*" tenacity = "*" poetry = "^1.8.2" ic-py = "*" -mkdocs-material = "^9.5.27" +mkdocs-material = "^9.5.29" mkdocs = "^1.5.3" clickhouse-connect = "^0.7.16" humanfriendly = "^10.0" @@ -39,11 +39,11 @@ mkdocs-git-committers-plugin-2 = "^2.2.3" pydiscourse = "^1.6.1" datamodel-code-generator = "^0.25.8" pydantic-yaml = "^1.2.1" -google-api-python-client = "^2.134.0" +google-api-python-client = "^2.137.0" google-auth-httplib2 = "^0.2.0" google-auth-oauthlib = "^1.2.1" pydrive2 = "^1.19.0" -markdownify = "^0.12.1" +markdownify = "^0.13.1" pytest = "^8.0.2" pygithub = "^2.2.0" pytest-mock = "^3.12.0"