This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 73ec7d92 Bump pre-commit from 3.5.0 to 4.0.1 (#1267)
73ec7d92 is described below

commit 73ec7d92463037cbee87cc38a22db0421d668466
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 30 13:05:08 2024 +0100

    Bump pre-commit from 3.5.0 to 4.0.1 (#1267)
    
    Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 
4.0.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.5.0...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 poetry.lock    | 10 +++++-----
 pyproject.toml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 5f80db92..8983586b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2804,13 +2804,13 @@ tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)", 
"pytest-mypy (>=0.8.0)", "p
 
 [[package]]
 name = "pre-commit"
-version = "3.5.0"
+version = "4.0.1"
 description = "A framework for managing and maintaining multi-language 
pre-commit hooks."
 optional = false
-python-versions = ">=3.8"
+python-versions = ">=3.9"
 files = [
-    {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = 
"sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"},
-    {file = "pre_commit-3.5.0.tar.gz", hash = 
"sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"},
+    {file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = 
"sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"},
+    {file = "pre_commit-4.0.1.tar.gz", hash = 
"sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"},
 ]
 
 [package.dependencies]
@@ -4542,4 +4542,4 @@ zstandard = ["zstandard"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.9, <3.13, !=3.9.7"
-content-hash = 
"3a4465124cfe7e38ba23e7ee0060acd0778066c982077534ed562c871ce4bc34"
+content-hash = 
"f0755255d90751b6bd2506d3d71b9c9adbebc6d858f5f502abe367b78725ec25"
diff --git a/pyproject.toml b/pyproject.toml
index 0543f5b8..bd37cc30 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -87,7 +87,7 @@ cachetools = "^5.5.0"
 pytest = "7.4.4"
 pytest-checkdocs = "2.10.1"
 pytest-lazy-fixture = "0.6.3"
-pre-commit = "3.5.0"
+pre-commit = "4.0.1"
 fastavro = "1.9.7"
 coverage = { version = "^7.4.2", extras = ["toml"] }
 requests-mock = "1.12.1"

Reply via email to