You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2023/04/02 11:26:25 UTC

[iceberg] branch master updated: Build: Bump rich from 13.3.2 to 13.3.3 in /python (#7266)

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 2371323f07 Build: Bump rich from 13.3.2 to 13.3.3 in /python (#7266)
2371323f07 is described below

commit 2371323f07c6323ba584f19416363552e681bf5f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Apr 2 13:26:17 2023 +0200

    Build: Bump rich from 13.3.2 to 13.3.3 in /python (#7266)
---
 python/poetry.lock    | 12 ++++++------
 python/pyproject.toml |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/python/poetry.lock b/python/poetry.lock
index 47cce87990..64d470151e 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand.
+# This file is automatically @generated by Poetry and should not be changed by hand.
 
 [[package]]
 name = "adal"
@@ -2385,14 +2385,14 @@ tests = ["coverage (>=6.0.0)", "flake8", "mypy", "pytest (>=7.0.0)", "pytest-asy
 
 [[package]]
 name = "rich"
-version = "13.3.2"
+version = "13.3.3"
 description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
 category = "main"
 optional = false
 python-versions = ">=3.7.0"
 files = [
-    {file = "rich-13.3.2-py3-none-any.whl", hash = "sha256:a104f37270bf677148d8acb07d33be1569eeee87e2d1beb286a4e9113caf6f2f"},
-    {file = "rich-13.3.2.tar.gz", hash = "sha256:91954fe80cfb7985727a467ca98a7618e5dd15178cc2da10f553b36a93859001"},
+    {file = "rich-13.3.3-py3-none-any.whl", hash = "sha256:540c7d6d26a1178e8e8b37e9ba44573a3cd1464ff6348b99ee7061b95d1c6333"},
+    {file = "rich-13.3.3.tar.gz", hash = "sha256:dc84400a9d842b3a9c5ff74addd8eb798d155f36c1c91303888e0a66850d2a15"},
 ]
 
 [package.dependencies]
@@ -2858,11 +2858,11 @@ glue = ["boto3"]
 hive = ["thrift"]
 pandas = ["pandas", "pyarrow"]
 pyarrow = ["pyarrow"]
-ray = ["pandas", "pyarrow", "ray"]
+ray = ["ray", "pyarrow", "pandas"]
 s3fs = ["s3fs"]
 snappy = ["python-snappy"]
 
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = "92346bcef2c67fbc23288fa3fec1dc93af96518265ac57f744596d615c6fde8a"
+content-hash = "ee6d76a660838ead91e0775e9649f4682cf2c8ddca9be7d71cae9eb467ed607a"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 9ff9bafc37..61c6403640 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -52,7 +52,7 @@ python = "^3.8"
 mmhash3 = "3.0.1"
 requests = ">=2.28.1,<=2.28.2"
 click = "8.1.3"
-rich = ">=13.0.0,<=13.3.2"
+rich = ">=13.0.0,<=13.3.3"
 pyyaml = ">=5.4.0,<=6.0.0"
 
 pydantic = "1.10.7"