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 adecd8aa6f Build: Bump rich from 12.6.0 to 13.0.0 in /python (#6508)
adecd8aa6f is described below

commit adecd8aa6f1e57974f115a2e33b4288eb044a4bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 2 09:42:41 2023 +0100

    Build: Bump rich from 12.6.0 to 13.0.0 in /python (#6508)
    
    Bumps [rich](https://github.com/Textualize/rich) from 12.6.0 to 13.0.0.
    - [Release notes](https://github.com/Textualize/rich/releases)
    - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/Textualize/rich/compare/v12.6.0...v13.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: rich
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 python/poetry.lock    | 10 +++++-----
 python/pyproject.toml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/python/poetry.lock b/python/poetry.lock
index d6600130de..736b84dc30 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -966,11 +966,11 @@ tests = ["coverage (>=6.0.0)", "flake8", "mypy", "pytest 
(>=7.0.0)", "pytest-asy
 
 [[package]]
 name = "rich"
-version = "12.6.0"
+version = "13.0.0"
 description = "Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal"
 category = "main"
 optional = false
-python-versions = ">=3.6.3,<4.0.0"
+python-versions = ">=3.7.0"
 
 [package.dependencies]
 commonmark = ">=0.9.0,<0.10.0"
@@ -1191,7 +1191,7 @@ snappy = ["python-snappy"]
 [metadata]
 lock-version = "1.1"
 python-versions = "^3.8"
-content-hash = 
"fbcc62ec8c07a67dc0bd1b043d66317ef5665d84b237bea34525425e257d052a"
+content-hash = 
"2c443e612fc0e2253a3d1ed8b3c9761817c3ab2b35d593aa6403faa3d46e7195"
 
 [metadata.files]
 adal = [
@@ -2189,8 +2189,8 @@ responses = [
     {file = "responses-0.22.0.tar.gz", hash = 
"sha256:396acb2a13d25297789a5866b4881cf4e46ffd49cc26c43ab1117f40b973102e"},
 ]
 rich = [
-    {file = "rich-12.6.0-py3-none-any.whl", hash = 
"sha256:a4eb26484f2c82589bd9a17c73d32a010b1e29d89f1604cd9bf3a2097b81bb5e"},
-    {file = "rich-12.6.0.tar.gz", hash = 
"sha256:ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0"},
+    {file = "rich-13.0.0-py3-none-any.whl", hash = 
"sha256:12b1d77ee7edf251b741531323f0d990f5f570a4e7c054d0bfb59fb7981ad977"},
+    {file = "rich-13.0.0.tar.gz", hash = 
"sha256:3aa9eba7219b8c575c6494446a59f702552efe1aa261e7eeb95548fa586e1950"},
 ]
 s3fs = [
     {file = "s3fs-2022.10.0-py3-none-any.whl", hash = 
"sha256:1e134c3577171699feb7c1a0c4713260d5b48296e1708737ff940baef6e2c153"},
diff --git a/python/pyproject.toml b/python/pyproject.toml
index d0d089c462..ce1fa9586d 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -50,7 +50,7 @@ python = "^3.8"
 mmhash3 = "3.0.1"
 requests = "2.28.1"
 click = "8.1.3"
-rich = "12.6.0"
+rich = "13.0.0"
 pyyaml = "6.0.0"
 
 pydantic = "1.10.4"

Reply via email to