This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 82157460d9 Build: Bump rich from 13.4.1 to 13.4.2 in /python (#7858)
82157460d9 is described below
commit 82157460d97048b08f58eafb66bda5dee7d4fc5f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 18 07:18:22 2023 +0200
Build: Bump rich from 13.4.1 to 13.4.2 in /python (#7858)
---
python/poetry.lock | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/python/poetry.lock b/python/poetry.lock
index a4ceac8f92..abcbd7636e 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -2315,17 +2315,17 @@ tests = ["coverage (>=6.0.0)", "flake8", "mypy",
"pytest (>=7.0.0)", "pytest-asy
[[package]]
name = "rich"
-version = "13.4.1"
+version = "13.4.2"
description = "Render rich text, tables, progress bars, syntax highlighting,
markdown and more to the terminal"
optional = false
python-versions = ">=3.7.0"
files = [
- {file = "rich-13.4.1-py3-none-any.whl", hash =
"sha256:d204aadb50b936bf6b1a695385429d192bc1fdaf3e8b907e8e26f4c4e4b5bf75"},
- {file = "rich-13.4.1.tar.gz", hash =
"sha256:76f6b65ea7e5c5d924ba80e322231d7cb5b5981aa60bfc1e694f1bc097fe6fe1"},
+ {file = "rich-13.4.2-py3-none-any.whl", hash =
"sha256:8f87bc7ee54675732fa66a05ebfe489e27264caeeff3728c945d25971b6485ec"},
+ {file = "rich-13.4.2.tar.gz", hash =
"sha256:d653d6bccede5844304c605d5aac802c7cf9621efd700b46c7ec2b51ea914898"},
]
[package.dependencies]
-markdown-it-py = ">=2.2.0,<3.0.0"
+markdown-it-py = ">=2.2.0"
pygments = ">=2.13.0,<3.0.0"
typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version <
\"3.9\""}