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 eb9aa85428 Build: Bump pre-commit from 3.2.0 to 3.2.1 in /python
(#7204)
eb9aa85428 is described below
commit eb9aa8542886a92e0daf88b7ad17c1c98bc43a17
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 26 08:27:51 2023 +0200
Build: Bump pre-commit from 3.2.0 to 3.2.1 in /python (#7204)
---
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 215dc2950d..13423647f3 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1854,14 +1854,14 @@ tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)",
"pytest-mypy (>=0.8.0)", "p
[[package]]
name = "pre-commit"
-version = "3.2.0"
+version = "3.2.1"
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.2.0-py2.py3-none-any.whl", hash =
"sha256:f712d3688102e13c8e66b7d7dbd8934a6dda157e58635d89f7d6fecdca39ce8a"},
- {file = "pre_commit-3.2.0.tar.gz", hash =
"sha256:818f0d998059934d0f81bb3667e3ccdc32da6ed7ccaac33e43dc231561ddaaa9"},
+ {file = "pre_commit-3.2.1-py2.py3-none-any.whl", hash =
"sha256:a06a7fcce7f420047a71213c175714216498b49ebc81fe106f7716ca265f5bb6"},
+ {file = "pre_commit-3.2.1.tar.gz", hash =
"sha256:b5aee7d75dbba21ee161ba641b01e7ae10c5b91967ebf7b2ab0dfae12d07e1f1"},
]
[package.dependencies]
@@ -2940,4 +2940,4 @@ snappy = ["python-snappy"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"84081baf2f0abde7b94c62dc71838648c272eeceb92e8bc7976348ea576cb398"
+content-hash =
"80c4e8c22a73338b6dc6706398cfab2f7b401baeae16935a4a79ce0822960353"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 2d724c856b..f92d7821aa 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -83,7 +83,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.2.0"
+pre-commit = "3.2.1"
fastavro = "1.7.3"
coverage = { version = "^7.2.2", extras = ["toml"] }
requests-mock = "1.10.0"