This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new a275ce59 Build: Bump mkdocstrings-python from 1.16.2 to 1.16.5 (#1786)
a275ce59 is described below

commit a275ce5941dc85b1721562ea4d2e316e2b36b28e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 12 11:54:51 2025 +0100

    Build: Bump mkdocstrings-python from 1.16.2 to 1.16.5 (#1786)
---
 poetry.lock    | 10 +++++-----
 pyproject.toml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index ad36f841..3ab87e4f 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2634,20 +2634,20 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
 
 [[package]]
 name = "mkdocstrings-python"
-version = "1.16.2"
+version = "1.16.5"
 description = "A Python handler for mkdocstrings."
 optional = false
 python-versions = ">=3.9"
 groups = ["docs"]
 files = [
-    {file = "mkdocstrings_python-1.16.2-py3-none-any.whl", hash = 
"sha256:ff7e719404e59ad1a72f1afbe854769984c889b8fa043c160f6c988e1ad9e966"},
-    {file = "mkdocstrings_python-1.16.2.tar.gz", hash = 
"sha256:942ec1a2e0481d28f96f93be3d6e343cab92a21e5baf01c37dd2d7236c4d0bd7"},
+    {file = "mkdocstrings_python-1.16.5-py3-none-any.whl", hash = 
"sha256:0899a12e356eab8e83720c63e15d0ff51cd96603216c837618de346e086b39ba"},
+    {file = "mkdocstrings_python-1.16.5.tar.gz", hash = 
"sha256:706b28dd0f59249a7c22cc5d517c9521e06c030b57e2a5478e1928a58f900abb"},
 ]
 
 [package.dependencies]
 griffe = ">=0.49"
 mkdocs-autorefs = ">=1.4"
-mkdocstrings = ">=0.28.2"
+mkdocstrings = ">=0.28.3"
 typing-extensions = {version = ">=4.0", markers = "python_version < \"3.11\""}
 
 [[package]]
@@ -5836,4 +5836,4 @@ zstandard = ["zstandard"]
 [metadata]
 lock-version = "2.1"
 python-versions = "^3.9.2, !=3.9.7"
-content-hash = 
"02052453fc38454de10d6960d51aaadcf4c1745d21643de8ec06839f1d4f1e6e"
+content-hash = 
"23cf7612e3b4bdda09d8f7e922c8c0773eb4b25931e6e2ec888c57eec6b9516b"
diff --git a/pyproject.toml b/pyproject.toml
index a224ad5e..2732a434 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -106,7 +106,7 @@ mkdocs = "1.6.1"
 griffe = "1.6.0"
 jinja2 = "3.1.6"
 mkdocstrings = "0.29.0"
-mkdocstrings-python = "1.16.2"
+mkdocstrings-python = "1.16.5"
 mkdocs-literate-nav = "0.6.1"
 mkdocs-autorefs = "1.4.1"
 mkdocs-gen-files = "0.5.0"

Reply via email to