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 c1e23f9147 Build: Bump pre-commit from 3.0.4 to 3.1.0 in /python
(#6941)
c1e23f9147 is described below
commit c1e23f9147dc3dfe84af0e45a86f3fccea8e7db8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 26 12:07:37 2023 +0100
Build: Bump pre-commit from 3.0.4 to 3.1.0 in /python (#6941)
---
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 c70652e35a..6eeb4a644b 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -1599,14 +1599,14 @@ tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)",
"pytest-mypy (>=0.8.0)", "p
[[package]]
name = "pre-commit"
-version = "3.0.4"
+version = "3.1.0"
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.4-py2.py3-none-any.whl", hash =
"sha256:9e3255edb0c9e7fe9b4f328cb3dc86069f8fdc38026f1bf521018a05eaf4d67b"},
- {file = "pre_commit-3.0.4.tar.gz", hash =
"sha256:bc4687478d55578c4ac37272fe96df66f73d9b5cf81be6f28627d4e712e752d5"},
+ {file = "pre_commit-3.1.0-py2.py3-none-any.whl", hash =
"sha256:7001dfcd174540658822b1fd3630ceadf4f41375a5d1844b5c3b3830f227348c"},
+ {file = "pre_commit-3.1.0.tar.gz", hash =
"sha256:61bd9f1b96d3d1e763f2a9a0f8522aed341646800642ff6803c73fac5781f5b7"},
]
[package.dependencies]
@@ -2553,4 +2553,4 @@ snappy = ["python-snappy"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"418ac8ae266f29e7a88e16962a7f9416b35936f702a1403050c323a8643836c5"
+content-hash =
"579733f53f7b75a10b5bc22ff141ce46f9cd1bdca2df28f7122cb0f1c0e0c379"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 39d81a4e46..e73365eac7 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -81,7 +81,7 @@ adlfs = { version = ">=2022.8.2,<=2023.1.0", optional = true }
[tool.poetry.dev-dependencies]
pytest = "7.2.1"
pytest-checkdocs = "2.9.0"
-pre-commit = "3.0.4"
+pre-commit = "3.1.0"
fastavro = "1.7.2"
coverage = { version = "^7.2.0", extras = ["toml"] }
requests-mock = "1.10.0"