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 35857788 Bump typing-extensions from 4.12.0 to 4.12.1 (#794)
35857788 is described below
commit 3585778898804b93cc650ec0d4e8aaac79923369
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 3 23:58:24 2024 -0700
Bump typing-extensions from 4.12.0 to 4.12.1 (#794)
Bumps [typing-extensions](https://github.com/python/typing_extensions) from
4.12.0 to 4.12.1.
- [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.12.0...4.12.1)
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 eddcc76e..5d14cb30 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -4082,13 +4082,13 @@ telegram = ["requests"]
[[package]]
name = "typing-extensions"
-version = "4.12.0"
+version = "4.12.1"
description = "Backported and Experimental Type Hints for Python 3.8+"
optional = false
python-versions = ">=3.8"
files = [
- {file = "typing_extensions-4.12.0-py3-none-any.whl", hash =
"sha256:b349c66bea9016ac22978d800cfff206d5f9816951f12a7d0ec5578b0a819594"},
- {file = "typing_extensions-4.12.0.tar.gz", hash =
"sha256:8cbcdc8606ebcb0d95453ad7dc5065e6237b6aa230a31e81d0f440c30fed5fd8"},
+ {file = "typing_extensions-4.12.1-py3-none-any.whl", hash =
"sha256:6024b58b69089e5a89c347397254e35f1bf02a907728ec7fee9bf0fe837d203a"},
+ {file = "typing_extensions-4.12.1.tar.gz", hash =
"sha256:915f5e35ff76f56588223f15fdd5938f9a1cf9195c0de25130c627e4d597f6d1"},
]
[[package]]
@@ -4461,4 +4461,4 @@ zstandard = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"70062b276f3f6683a563c251678e45ad68784a2b906c75f2e5ef274f6553330e"
+content-hash =
"850e3a96dff9279f4e7951109a55f3ae5510d92ebc010bf2c3623ddcb48f1dd3"
diff --git a/pyproject.toml b/pyproject.toml
index cb2f6685..9604ca8f 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.0"
+typing-extensions = "4.12.1"
pytest-mock = "3.14.0"
pyspark = "3.5.1"
cython = "3.0.10"