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 4056a5027c Build: Bump typing-extensions from 4.5.0 to 4.7.1 in 
/python (#8017)
4056a5027c is described below

commit 4056a5027ccbc3e074877e3a1da1706c57a10612
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 9 12:50:51 2023 +0200

    Build: Bump typing-extensions from 4.5.0 to 4.7.1 in /python (#8017)
---
 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 feaaba9d76..a79a213e5e 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -2482,13 +2482,13 @@ files = [
 
 [[package]]
 name = "typing-extensions"
-version = "4.5.0"
+version = "4.7.1"
 description = "Backported and Experimental Type Hints for Python 3.7+"
 optional = false
 python-versions = ">=3.7"
 files = [
-    {file = "typing_extensions-4.5.0-py3-none-any.whl", hash = 
"sha256:fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4"},
-    {file = "typing_extensions-4.5.0.tar.gz", hash = 
"sha256:5cb5f4a79139d699607b3ef622a1dedafa84e115ab0024e0d9c044a9479ca7cb"},
+    {file = "typing_extensions-4.7.1-py3-none-any.whl", hash = 
"sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36"},
+    {file = "typing_extensions-4.7.1.tar.gz", hash = 
"sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"},
 ]
 
 [[package]]
@@ -2826,4 +2826,4 @@ zstandard = ["zstandard"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = 
"af08c46ac62d6645994469f8d6301f262c0a4a5f3330be2aef5e352c204a0186"
+content-hash = 
"574016acfe972ea8d22fc6e0d67c9e463d564ed167d942085f01e1d83fddc6c7"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 8f4925ee05..88b993781d 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -71,7 +71,7 @@ fastavro = "1.7.4"
 coverage = { version = "^7.2.3", extras = ["toml"] }
 requests-mock = "1.11.0"
 moto = "^4.1.7"
-typing-extensions = "4.5.0"
+typing-extensions = "4.7.1"
 pytest-mock = "3.11.1"
 
 [[tool.mypy.overrides]]

Reply via email to