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 094a188  Build: Bump pre-commit from 3.4.0 to 3.5.0 (#113)
094a188 is described below

commit 094a188e0fa9489ccf666f335e514620f0416753
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 30 09:33:24 2023 +0100

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

diff --git a/poetry.lock b/poetry.lock
index 3696f24..464be55 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2123,13 +2123,13 @@ tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)", 
"pytest-mypy (>=0.8.0)", "p
 
 [[package]]
 name = "pre-commit"
-version = "3.4.0"
+version = "3.5.0"
 description = "A framework for managing and maintaining multi-language 
pre-commit hooks."
 optional = false
 python-versions = ">=3.8"
 files = [
-    {file = "pre_commit-3.4.0-py2.py3-none-any.whl", hash = 
"sha256:96d529a951f8b677f730a7212442027e8ba53f9b04d217c4c67dc56c393ad945"},
-    {file = "pre_commit-3.4.0.tar.gz", hash = 
"sha256:6bbd5129a64cad4c0dfaeeb12cd8f7ea7e15b77028d985341478c8af3c759522"},
+    {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"},
 ]
 
 [package.dependencies]
@@ -3598,4 +3598,4 @@ zstandard = ["zstandard"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.8"
-content-hash = 
"f27a4096815db98744c18ce0b79bafc0a43efdc9405dabb013f7f5050ef6144d"
+content-hash = 
"d4c5f8792cde701585bea0a5989a0bb5799eac9d861688672daf77d390006bc4"
diff --git a/pyproject.toml b/pyproject.toml
index 998a657..32b4288 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -74,7 +74,7 @@ sqlalchemy = { version = "^2.0.18", optional = true }
 [tool.poetry.dev-dependencies]
 pytest = "7.4.2"
 pytest-checkdocs = "2.10.1"
-pre-commit = "3.4.0"
+pre-commit = "3.5.0"
 fastavro = "1.8.4"
 coverage = { version = "^7.3.2", extras = ["toml"] }
 requests-mock = "1.11.0"

Reply via email to