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/02/05 05:13:49 UTC

[iceberg] branch master updated: Build: Bump pre-commit from 3.0.1 to 3.0.4 in /python (#6748)

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 0be1b6748f Build: Bump pre-commit from 3.0.1 to 3.0.4 in /python (#6748)
0be1b6748f is described below

commit 0be1b6748fe63c0cd0de3a68168d23f476d86740
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Feb 5 05:13:44 2023 +0000

    Build: Bump pre-commit from 3.0.1 to 3.0.4 in /python (#6748)
---
 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 74fc860281..19c6fb743b 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1516,14 +1516,14 @@ tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)", "pytest-mypy (>=0.8.0)", "p
 
 [[package]]
 name = "pre-commit"
-version = "3.0.1"
+version = "3.0.4"
 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.0.1-py2.py3-none-any.whl", hash = "sha256:61ecb75e0e99939cc30c79181c0394545657855e9172c42ff98ebecb0e02fcb7"},
-    {file = "pre_commit-3.0.1.tar.gz", hash = "sha256:3a3f9229e8c19a626a7f91be25b3c8c135e52de1a678da98eb015c0d0baea7a5"},
+    {file = "pre_commit-3.0.4-py2.py3-none-any.whl", hash = "sha256:9e3255edb0c9e7fe9b4f328cb3dc86069f8fdc38026f1bf521018a05eaf4d67b"},
+    {file = "pre_commit-3.0.4.tar.gz", hash = "sha256:bc4687478d55578c4ac37272fe96df66f73d9b5cf81be6f28627d4e712e752d5"},
 ]
 
 [package.dependencies]
@@ -2469,4 +2469,4 @@ snappy = ["python-snappy"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = "936a690f66edaa27e6491b6a2f43585be56e38fbda0faf274cd398a3489db10c"
+content-hash = "c41254b0c11e3d2094ae1b7ea9752ccb74a7b8c3bb5bc2165cc61befe693f9fd"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 8b30778a39..4d0f866ada 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -81,7 +81,7 @@ adlfs = { version = "2023.1.0", optional = true }
 [tool.poetry.dev-dependencies]
 pytest = "7.2.1"
 pytest-checkdocs = "2.9.0"
-pre-commit = "3.0.1"
+pre-commit = "3.0.4"
 fastavro = "1.7.1"
 coverage = { version = "^7.1.0", extras = ["toml"] }
 requests-mock = "1.10.0"