You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2023/04/09 06:38:51 UTC

[iceberg] branch master updated: Build: Bump pre-commit from 3.2.1 to 3.2.2 in /python (#7307)

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 18024c528c Build: Bump pre-commit from 3.2.1 to 3.2.2 in /python (#7307)
18024c528c is described below

commit 18024c528c10c2d15dacc1797ba78129f0a645f6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Apr 9 08:38:46 2023 +0200

    Build: Bump pre-commit from 3.2.1 to 3.2.2 in /python (#7307)
---
 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 bfd75c7ebb..4ff683ee1f 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1801,14 +1801,14 @@ tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)", "pytest-mypy (>=0.8.0)", "p
 
 [[package]]
 name = "pre-commit"
-version = "3.2.1"
+version = "3.2.2"
 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.1-py2.py3-none-any.whl", hash = "sha256:a06a7fcce7f420047a71213c175714216498b49ebc81fe106f7716ca265f5bb6"},
-    {file = "pre_commit-3.2.1.tar.gz", hash = "sha256:b5aee7d75dbba21ee161ba641b01e7ae10c5b91967ebf7b2ab0dfae12d07e1f1"},
+    {file = "pre_commit-3.2.2-py2.py3-none-any.whl", hash = "sha256:0b4210aea813fe81144e87c5a291f09ea66f199f367fa1df41b55e1d26e1e2b4"},
+    {file = "pre_commit-3.2.2.tar.gz", hash = "sha256:5b808fcbda4afbccf6d6633a56663fed35b6c2bc08096fd3d47ce197ac351d9d"},
 ]
 
 [package.dependencies]
@@ -2864,4 +2864,4 @@ snappy = ["python-snappy"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = "a105342130313735379d3540558fab4f8145ee46fe1939051388c0442bdb602e"
+content-hash = "62fde4b500c7314d03d31514d316aa2f26fc3362f710437e44e3795b2771d818"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 968e6b92dd..8e3d2cdeea 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -66,7 +66,7 @@ adlfs = { version = ">=2022.8.2,<=2023.3.0", optional = true }
 [tool.poetry.dev-dependencies]
 pytest = "7.3.0"
 pytest-checkdocs = "2.9.0"
-pre-commit = "3.2.1"
+pre-commit = "3.2.2"
 fastavro = "1.7.3"
 coverage = { version = "^7.2.3", extras = ["toml"] }
 requests-mock = "1.10.0"