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 a6cd0cf3 Bump tenacity from 8.4.1 to 8.4.2 (#852)
a6cd0cf3 is described below
commit a6cd0cf325b87b360077bad1d79262611ea64424
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 25 11:12:59 2024 +0200
Bump tenacity from 8.4.1 to 8.4.2 (#852)
Bumps [tenacity](https://github.com/jd/tenacity) from 8.4.1 to 8.4.2.
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](https://github.com/jd/tenacity/compare/8.4.1...8.4.2)
---
updated-dependencies:
- dependency-name: tenacity
dependency-type: direct:production
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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 085d6836..6b8d1ab0 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -4019,13 +4019,13 @@ mpmath = ">=0.19"
[[package]]
name = "tenacity"
-version = "8.4.1"
+version = "8.4.2"
description = "Retry code until it succeeds"
optional = false
python-versions = ">=3.8"
files = [
- {file = "tenacity-8.4.1-py3-none-any.whl", hash =
"sha256:28522e692eda3e1b8f5e99c51464efcc0b9fc86933da92415168bc1c4e2308fa"},
- {file = "tenacity-8.4.1.tar.gz", hash =
"sha256:54b1412b878ddf7e1f1577cd49527bad8cdef32421bd599beac0c6c3f10582fd"},
+ {file = "tenacity-8.4.2-py3-none-any.whl", hash =
"sha256:9e6f7cf7da729125c7437222f8a522279751cdfbe6b67bfe64f75d3a348661b2"},
+ {file = "tenacity-8.4.2.tar.gz", hash =
"sha256:cd80a53a79336edba8489e767f729e4f391c896956b57140b5d7511a64bbd3ef"},
]
[package.extras]