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 8257332f80 Build: Bump pre-commit from 3.1.0 to 3.1.1 in /python
(#7015)
8257332f80 is described below
commit 8257332f8045ee2b62f566d10b68b068437562f1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 5 19:20:51 2023 +0100
Build: Bump pre-commit from 3.1.0 to 3.1.1 in /python (#7015)
---
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 6aec0aea5f..b748f34aa8 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.1.0"
+version = "3.1.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.1.0-py2.py3-none-any.whl", hash =
"sha256:7001dfcd174540658822b1fd3630ceadf4f41375a5d1844b5c3b3830f227348c"},
- {file = "pre_commit-3.1.0.tar.gz", hash =
"sha256:61bd9f1b96d3d1e763f2a9a0f8522aed341646800642ff6803c73fac5781f5b7"},
+ {file = "pre_commit-3.1.1-py2.py3-none-any.whl", hash =
"sha256:b80254e60668e1dd1f5c03a1c9e0413941d61f568a57d745add265945f65bfe8"},
+ {file = "pre_commit-3.1.1.tar.gz", hash =
"sha256:d63e6537f9252d99f65755ae5b79c989b462d511ebbc481b561db6a297e1e865"},
]
[package.dependencies]
@@ -2553,4 +2553,4 @@ snappy = ["python-snappy"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"223bfc7ef30e7ce32751766ce64b231b297f98478a489d18eeb7b1a6fd15d709"
+content-hash =
"f5eae7249c3e28f5f917e9f81f931a7136abb3668e0f6eef5ecd41dcb7193287"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 1f6b1d7f8b..94cd4ecd96 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.2"
pytest-checkdocs = "2.9.0"
-pre-commit = "3.1.0"
+pre-commit = "3.1.1"
fastavro = "1.7.2"
coverage = { version = "^7.2.0", extras = ["toml"] }
requests-mock = "1.10.0"