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/16 18:34:30 UTC

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

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 dc05e1f867 Build: Bump rich from 13.3.3 to 13.3.4 in /python (#7354)
dc05e1f867 is described below

commit dc05e1f867f077ca71fb71de4279e78258d97d5c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Apr 16 20:34:23 2023 +0200

    Build: Bump rich from 13.3.3 to 13.3.4 in /python (#7354)
    
    Bumps [rich](https://github.com/Textualize/rich) from 13.3.3 to 13.3.4.
    - [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/v13.3.3...v13.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: rich
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 python/poetry.lock    | 8 ++++----
 python/pyproject.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/python/poetry.lock b/python/poetry.lock
index 4ff683ee1f..d0be2a65a2 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -2384,14 +2384,14 @@ tests = ["coverage (>=6.0.0)", "flake8", "mypy", "pytest (>=7.0.0)", "pytest-asy
 
 [[package]]
 name = "rich"
-version = "13.3.3"
+version = "13.3.4"
 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.3-py3-none-any.whl", hash = "sha256:540c7d6d26a1178e8e8b37e9ba44573a3cd1464ff6348b99ee7061b95d1c6333"},
-    {file = "rich-13.3.3.tar.gz", hash = "sha256:dc84400a9d842b3a9c5ff74addd8eb798d155f36c1c91303888e0a66850d2a15"},
+    {file = "rich-13.3.4-py3-none-any.whl", hash = "sha256:22b74cae0278fd5086ff44144d3813be1cedc9115bdfabbfefd86400cb88b20a"},
+    {file = "rich-13.3.4.tar.gz", hash = "sha256:b5d573e13605423ec80bdd0cd5f8541f7844a0e71a13f74cf454ccb2f490708b"},
 ]
 
 [package.dependencies]
@@ -2864,4 +2864,4 @@ snappy = ["python-snappy"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = "62fde4b500c7314d03d31514d316aa2f26fc3362f710437e44e3795b2771d818"
+content-hash = "21f010d640df620775b6acb97d9dabe9219b507e4939d636ca497c81f98750bb"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 8e3d2cdeea..7bb50476b0 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -46,7 +46,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.3"
+rich = ">=13.0.0,<=13.3.4"
 pyyaml = ">=5.4.0,<=6.0.0"
 pydantic = "1.10.7"
 fsspec = ">=2022.8.2,<=2023.3.0"