Build: Bump pytest-checkdocs from 2.10.1 to 2.13.0

Bumps [pytest-checkdocs](https://github.com/jaraco/pytest-checkdocs) from 2.10.1 to 2.13.0.
- [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.1...v2.13.0)

---
updated-dependencies:
- dependency-name: pytest-checkdocs
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: d17840c6c41c4d159aad2ccd0e39463afe8c2d47
  1. .github/
  2. dev/
  3. mkdocs/
  4. pyiceberg/
  5. tests/
  6. vendor/
  7. .asf.yaml
  8. .gitignore
  9. .pre-commit-config.yaml
  10. build-module.py
  11. LICENSE
  12. Makefile
  13. MANIFEST.in
  14. NOTICE
  15. poetry.lock
  16. pyproject.toml
  17. README.md
  18. ruff.toml
README.md

Iceberg Python

PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.

The documentation is available at https://py.iceberg.apache.org/.

Get in Touch