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 3da403f596 Build: Bump pre-commit from 3.1.1 to 3.2.0 in /python
(#7141)
3da403f596 is described below
commit 3da403f596a43fb721ed5e93bd34e925bf32994b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 19 12:00:00 2023 +0100
Build: Bump pre-commit from 3.1.1 to 3.2.0 in /python (#7141)
---
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 bf90680172..609c48a934 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1609,14 +1609,14 @@ tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)",
"pytest-mypy (>=0.8.0)", "p
[[package]]
name = "pre-commit"
-version = "3.1.1"
+version = "3.2.0"
description = "A framework for managing and maintaining multi-language
pre-commit hooks."
category = "dev"
optional = false
python-versions = ">=3.8"
files = [
- {file = "pre_commit-3.1.1-py2.py3-none-any.whl", hash =
"sha256:b80254e60668e1dd1f5c03a1c9e0413941d61f568a57d745add265945f65bfe8"},
- {file = "pre_commit-3.1.1.tar.gz", hash =
"sha256:d63e6537f9252d99f65755ae5b79c989b462d511ebbc481b561db6a297e1e865"},
+ {file = "pre_commit-3.2.0-py2.py3-none-any.whl", hash =
"sha256:f712d3688102e13c8e66b7d7dbd8934a6dda157e58635d89f7d6fecdca39ce8a"},
+ {file = "pre_commit-3.2.0.tar.gz", hash =
"sha256:818f0d998059934d0f81bb3667e3ccdc32da6ed7ccaac33e43dc231561ddaaa9"},
]
[package.dependencies]
@@ -2563,4 +2563,4 @@ snappy = ["python-snappy"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"dc2372a1fa549a351cbb80296b8364377f5977896daccaf6866392696f524d3c"
+content-hash =
"bc2c7ca4a0b4c28fab0c7db7227bf7b7d5565a3e814ce14b7e111f9a7e9c8871"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index f65bc14dbb..ea8353b69f 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -81,7 +81,7 @@ adlfs = { version = ">=2022.8.2,<=2023.1.0", optional = true }
[tool.poetry.dev-dependencies]
pytest = "7.2.2"
pytest-checkdocs = "2.9.0"
-pre-commit = "3.1.1"
+pre-commit = "3.2.0"
fastavro = "1.7.3"
coverage = { version = "^7.2.1", extras = ["toml"] }
requests-mock = "1.10.0"