This is an automated email from the ASF dual-hosted git repository.
honahx pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 53892e3d Build: Bump typing-extensions from 4.9.0 to 4.11.0 (#630)
53892e3d is described below
commit 53892e3dfb33770d1e40df24542d71dbb76d93d8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 19 00:06:14 2024 -0700
Build: Bump typing-extensions from 4.9.0 to 4.11.0 (#630)
Bumps [typing-extensions](https://github.com/python/typing_extensions) from
4.9.0 to 4.11.0.
- [Release notes](https://github.com/python/typing_extensions/releases)
-
[Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/python/typing_extensions/compare/4.9.0...4.11.0)
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
poetry.lock | 8 ++++----
pyproject.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 8483e81b..c4883229 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -4027,13 +4027,13 @@ telegram = ["requests"]
[[package]]
name = "typing-extensions"
-version = "4.9.0"
+version = "4.11.0"
description = "Backported and Experimental Type Hints for Python 3.8+"
optional = false
python-versions = ">=3.8"
files = [
- {file = "typing_extensions-4.9.0-py3-none-any.whl", hash =
"sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd"},
- {file = "typing_extensions-4.9.0.tar.gz", hash =
"sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783"},
+ {file = "typing_extensions-4.11.0-py3-none-any.whl", hash =
"sha256:c1f94d72897edaf4ce775bb7558d5b79d8126906a14ea5ed1635921406c0387a"},
+ {file = "typing_extensions-4.11.0.tar.gz", hash =
"sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0"},
]
[[package]]
@@ -4406,4 +4406,4 @@ zstandard = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"50102ca0e5a391afb2dc0ce30e0affb9b9fb14c94b093b78e95bf5a721f978de"
+content-hash =
"b3b937eb326d7ebb96aca85e9fe28e42f8e35e3195f43455a9c38b5d9d97e269"
diff --git a/pyproject.toml b/pyproject.toml
index c97aa42a..6c16f05a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -82,7 +82,7 @@ fastavro = "1.9.4"
coverage = { version = "^7.4.2", extras = ["toml"] }
requests-mock = "1.11.0"
moto = { version = "^5.0.2", extras = ["server"] }
-typing-extensions = "4.9.0"
+typing-extensions = "4.11.0"
pytest-mock = "3.12.0"
pyspark = "3.5.0"
cython = "3.0.8"