This is an automated email from the ASF dual-hosted git repository.
fokko 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 33a00188 Bump typing-extensions from 4.12.1 to 4.12.2 (#802)
33a00188 is described below
commit 33a00188b4528b898a2def793a949413c2ff073a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 9 12:10:53 2024 +0200
Bump typing-extensions from 4.12.1 to 4.12.2 (#802)
---
poetry.lock | 8 ++++----
pyproject.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 5c66a71e..0d2fb3b9 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -4082,13 +4082,13 @@ telegram = ["requests"]
[[package]]
name = "typing-extensions"
-version = "4.12.1"
+version = "4.12.2"
description = "Backported and Experimental Type Hints for Python 3.8+"
optional = false
python-versions = ">=3.8"
files = [
- {file = "typing_extensions-4.12.1-py3-none-any.whl", hash =
"sha256:6024b58b69089e5a89c347397254e35f1bf02a907728ec7fee9bf0fe837d203a"},
- {file = "typing_extensions-4.12.1.tar.gz", hash =
"sha256:915f5e35ff76f56588223f15fdd5938f9a1cf9195c0de25130c627e4d597f6d1"},
+ {file = "typing_extensions-4.12.2-py3-none-any.whl", hash =
"sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"},
+ {file = "typing_extensions-4.12.2.tar.gz", hash =
"sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
]
[[package]]
@@ -4461,4 +4461,4 @@ zstandard = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"850e3a96dff9279f4e7951109a55f3ae5510d92ebc010bf2c3623ddcb48f1dd3"
+content-hash =
"6e68bbd21368ac70baa311ed9567b5ad971b134207972549b1835718f76402a6"
diff --git a/pyproject.toml b/pyproject.toml
index 9604ca8f..fe8fe4ed 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.12.1"
moto = { version = "^5.0.2", extras = ["server"] }
-typing-extensions = "4.12.1"
+typing-extensions = "4.12.2"
pytest-mock = "3.14.0"
pyspark = "3.5.1"
cython = "3.0.10"