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 b85884e48d Build: Bump pytest-checkdocs from 2.10.0 to 2.10.1 in
/python (#8233)
b85884e48d is described below
commit b85884e48dfa3ea7f17341a50e438299ab1cee59
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 7 14:40:26 2023 +0200
Build: Bump pytest-checkdocs from 2.10.0 to 2.10.1 in /python (#8233)
Bumps [pytest-checkdocs](https://github.com/jaraco/pytest-checkdocs) from
2.10.0 to 2.10.1.
- [Release notes](https://github.com/jaraco/pytest-checkdocs/releases)
- [Changelog](https://github.com/jaraco/pytest-checkdocs/blob/main/NEWS.rst)
-
[Commits](https://github.com/jaraco/pytest-checkdocs/compare/v2.10.0...v2.10.1)
---
updated-dependencies:
- dependency-name: pytest-checkdocs
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 f668fc9fc9..e2532f0d8d 100644
--- a/python/poetry.lock
+++ b/python/poetry.lock
@@ -2070,13 +2070,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)",
"hypothesis (>=3.56)", "mock", "no
[[package]]
name = "pytest-checkdocs"
-version = "2.10.0"
+version = "2.10.1"
description = "check the README when running tests"
optional = false
python-versions = ">=3.8"
files = [
- {file = "pytest-checkdocs-2.10.0.tar.gz", hash =
"sha256:0c1320dc88549a95b7482fba6dae37ef5e9bfb42fd7babcc1f8f1be3ae15994f"},
- {file = "pytest_checkdocs-2.10.0-py3-none-any.whl", hash =
"sha256:93ae72cf71d4a3a8d5860a5f42c31131d639257a88796e769d6a008a081b10b0"},
+ {file = "pytest-checkdocs-2.10.1.tar.gz", hash =
"sha256:393868583f2d0314f8c5828fd94f7d28699543f6a0a925356d7e274e2952297e"},
+ {file = "pytest_checkdocs-2.10.1-py3-none-any.whl", hash =
"sha256:f069d6408633697023298ebf66c9bb1cb915c3ae5f047457b507229a4784e153"},
]
[package.dependencies]
@@ -3074,4 +3074,4 @@ zstandard = ["zstandard"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash =
"5d2066d7196f6defe9f350a0e20f46e54753b3b2a2ad8de0e655e6f0901d8fea"
+content-hash =
"3bc57dab7b6f6c9e86a978bf58ca83a60e0e85a4d672880dd73b8825bd3a654f"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 0fb4b68eeb..7eea9f4271 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -67,7 +67,7 @@ sqlalchemy = { version = "^2.0.18", optional = true }
[tool.poetry.dev-dependencies]
pytest = "7.4.0"
-pytest-checkdocs = "2.10.0"
+pytest-checkdocs = "2.10.1"
pre-commit = "3.3.3"
fastavro = "1.8.2"
coverage = { version = "^7.2.3", extras = ["toml"] }