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/05/14 18:03:56 UTC

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

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 eea7bb1cc1 Build: Bump pre-commit from 3.2.2 to 3.3.1 in /python (#7605)
eea7bb1cc1 is described below

commit eea7bb1cc1b6b5945ecf58d68bec8510d0f3bff1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun May 14 20:03:51 2023 +0200

    Build: Bump pre-commit from 3.2.2 to 3.3.1 in /python (#7605)
    
    Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.2 to 3.3.1.
    - [Release notes](https://github.com/pre-commit/pre-commit/releases)
    - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.2.2...v3.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 python/poetry.lock    | 12 ++++++------
 python/pyproject.toml |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/python/poetry.lock b/python/poetry.lock
index 20237ead2a..5a54baf66e 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand.
+# This file is automatically @generated by Poetry and should not be changed by hand.
 
 [[package]]
 name = "adlfs"
@@ -1804,14 +1804,14 @@ tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)", "pytest-mypy (>=0.8.0)", "p
 
 [[package]]
 name = "pre-commit"
-version = "3.2.2"
+version = "3.3.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.2-py2.py3-none-any.whl", hash = "sha256:0b4210aea813fe81144e87c5a291f09ea66f199f367fa1df41b55e1d26e1e2b4"},
-    {file = "pre_commit-3.2.2.tar.gz", hash = "sha256:5b808fcbda4afbccf6d6633a56663fed35b6c2bc08096fd3d47ce197ac351d9d"},
+    {file = "pre_commit-3.3.1-py2.py3-none-any.whl", hash = "sha256:218e9e3f7f7f3271ebc355a15598a4d3893ad9fc7b57fe446db75644543323b9"},
+    {file = "pre_commit-3.3.1.tar.gz", hash = "sha256:733f78c9a056cdd169baa6cd4272d51ecfda95346ef8a89bf93712706021b907"},
 ]
 
 [package.dependencies]
@@ -2881,7 +2881,7 @@ glue = ["boto3"]
 hive = ["thrift"]
 pandas = ["pandas", "pyarrow"]
 pyarrow = ["pyarrow"]
-ray = ["pandas", "pyarrow", "ray"]
+ray = ["ray", "pyarrow", "pandas"]
 s3fs = ["s3fs"]
 snappy = ["python-snappy"]
 zstandard = ["zstandard"]
@@ -2889,4 +2889,4 @@ zstandard = ["zstandard"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = "414a5ce84872b981bd1343787e0bc42c540f668401441583a7995a9a51e20925"
+content-hash = "a79c5e2d98e2d682ace9a03d4ee59e05d2315d1838f81df019d097a1eaf03df1"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 798cca194c..f0594f46ec 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -65,7 +65,7 @@ adlfs = { version = ">=2021.07.0,<2024.1.0", optional = true } # Upper bound set
 [tool.poetry.dev-dependencies]
 pytest = "7.3.1"
 pytest-checkdocs = "2.9.0"
-pre-commit = "3.2.2"
+pre-commit = "3.3.1"
 fastavro = "1.7.3"
 coverage = { version = "^7.2.3", extras = ["toml"] }
 requests-mock = "1.10.0"