Skip to content

deps(deps): bump the data-doc group across 1 directory with 8 updates#137

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/data-doc-aa817b8616
Open

deps(deps): bump the data-doc group across 1 directory with 8 updates#137
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/data-doc-aa817b8616

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 17, 2026

Bumps the data-doc group with 8 updates in the / directory:

Package From To
pyyaml 6.0.1 6.0.3
openpyxl 3.1.2 3.1.5
python-docx 1.1.0 1.2.0
pdfplumber 0.10.3 0.11.9
pypdf 6.10.2 6.12.2
beautifulsoup4 4.12.2 4.14.3
reportlab 4.0.7 4.5.1
python-pptx 0.6.23 1.0.2

Updates pyyaml from 6.0.1 to 6.0.3

Release notes

Sourced from pyyaml's releases.

6.0.3

What's Changed

  • Support for Python 3.14 and free-threading (experimental).

Full Changelog: yaml/pyyaml@6.0.2...6.0.3

6.0.2

What's Changed

  • Support for Cython 3.x and Python 3.13.

Full Changelog: yaml/pyyaml@6.0.1...6.0.2

6.0.2rc1

  • Support for extension build with Cython 3.x
  • Support for Python 3.13
  • Added PyPI wheels for musllinux on aarch64
Changelog

Sourced from pyyaml's changelog.

6.0.3 (2025-09-25)

  • yaml/pyyaml#864 -- Support for Python 3.14 and free-threading (experimental)

6.0.2 (2024-08-06)

Commits

Updates openpyxl from 3.1.2 to 3.1.5

Updates python-docx from 1.1.0 to 1.2.0

Changelog

Sourced from python-docx's changelog.

1.2.0 (2025-06-16) ++++++++++++++++++

  • Add support for comments
  • Drop support for Python 3.8, add testing for Python 3.13

1.1.2 (2024-05-01) ++++++++++++++++++

  • Fix #1383 Revert lxml<=4.9.2 pin that breaks Python 3.12 install
  • Fix #1385 Support use of Part._rels by python-docx-template
  • Add support and testing for Python 3.12

1.1.1 (2024-04-29) ++++++++++++++++++

  • Fix #531, #1146 Index error on table with misaligned borders
  • Fix #1335 Tolerate invalid float value in bottom-margin
  • Fix #1337 Do not require typing-extensions at runtime
Commits
  • e454546 release: prepare v1.2.0 release
  • 1fe6601 build: small adjustments for tox
  • 4fbe1f6 docs: add Comments docs
  • a809d6c comments: add Comment.text
  • e3a321d comments: add Run.mark_comment_range()
  • af3b973 comments: add Document.add_comment()
  • 66da522 xfail: acceptance test for Document.add_comment()
  • 761f4cc comments: add Comment.author, .initials setters
  • 8ac9fc4 comments: add Comments.add_comment()
  • d360409 xfail: acceptance test for Comment mutations
  • Additional commits viewable in compare view

Updates pdfplumber from 0.10.3 to 0.11.9

Release notes

Sourced from pdfplumber's releases.

v0.11.9

Changed

v0.11.8

Added

  • Add edge_min_length_prefilter table setting for initial edge filtering. Lowering this setting enables capturing small edge segments (e.g., dashed lines) that would be filtered out with the default minimum length of 1. Raising this setting would be less common but plausible. (h/t @​bronislav). (#1274).

Changed

v0.11.7

Added

Changed

  • Upgrade pdfminer.six from 20250327 to 20250506. (4c7e092)

Removed

  • Remove stroking_pattern and non_stroking_pattern object attributes, due to changes in pdfminer.six. (4c7e092)

v0.11.6

Changed

  • Upgrade pdfminer.six from 20231228 to 20250327 (3fcb493 + 12a73a2)
  • Use csv.QUOTE_MINIMAL for .to_csv(...) (980494a)

Fixed

Removed

v0.11.5

Added

  • Add --format text options to CLI (in addition to previously-available csv and json) (h/t @​brandonrobertz). (#1235)
  • Add raise_unicode_errors: bool parameter to pdfplumber.open() to allow bypassing UnicodeDecodeErrors in annotation-parsing and generate warnings instead (h/t @​stolarczyk). (#1195)
  • Add name property to image objects (h/t @​djr2015). (#1201)

Fixed

  • Fix PageImage.debug_tablefinder(...) so that its main keyword argument is named the same (table_settings=) as other related Page methods (h/t @​stolarczyk). (#1237)

v0.11.4

Fixed

... (truncated)

Changelog

Sourced from pdfplumber's changelog.

0.11.9 — 2026-01-05

Changed

[0.11.8] - 2025-11-08

Added

  • Add edge_min_length_prefilter table setting for initial edge filtering. Lowering this setting enables capturing small edge segments (e.g., dashed lines) that would be filtered out with the default minimum length of 1. Raising this setting would be less common but plausible. (h/t @​bronislav). (#1274).

Changed

[0.11.7] - 2025-06-12

Added

Changed

  • Upgrade pdfminer.six from 20250327 to 20250506. (4c7e092)

Removed

  • Remove stroking_pattern and non_stroking_pattern object attributes, due to changes in pdfminer.six. (4c7e092)

[0.11.6] - 2025-03-27

Changed

  • Upgrade pdfminer.six from 20231228 to 20250327 (3fcb493 + 12a73a2)
  • Use csv.QUOTE_MINIMAL for .to_csv(...) (980494a)

Fixed

Removed

[0.11.5] - 2025-01-01

Added

  • Add --format text options to CLI (in addition to previously-available csv and json) (h/t @​brandonrobertz). (#1235)
  • Add raise_unicode_errors: bool parameter to pdfplumber.open() to allow bypassing UnicodeDecodeErrors in annotation-parsing and generate warnings instead (h/t @​stolarczyk). (#1195)
  • Add name property to image objects (h/t @​djr2015). (#1201)

Fixed

  • Fix PageImage.debug_tablefinder(...) so that its main keyword argument is named the same (table_settings=) as other related Page methods (h/t @​n-traore). (#1237)

... (truncated)

Commits
  • db828e3 Bump version to 0.11.9
  • 0aca9f5 Update CHANGELOG.md
  • 9555532 Upgrade pdfminer.six from 20251229 to 20251230
  • 26687c3 Upgrade pdfminer.six from 20251228 to 20251229
  • 45a3530 Replace pytest-parallel with pytest-xdist
  • a281501 Loosen some requirements-dev.txt versions
  • 6dd1bde Test also on Python 3.13, 3.14, not on 3.9
  • 3e47d16 Update CHANGELOG.md
  • 1524ce4 Upgrade pdfminer.six from 20251227 to 20251228
  • 75bbed3 Upgrade pdfminer.six from 20251107 to 20251227
  • Additional commits viewable in compare view

Updates pypdf from 6.10.2 to 6.12.2

Release notes

Sourced from pypdf's releases.

Version 6.12.2, 2026-05-26

What's new

Security (SEC)

Full Changelog

Version 6.12.1, 2026-05-22

What's new

Security (SEC)

Robustness (ROB)

Full Changelog

Version 6.12.0, 2026-05-21

What's new

Security (SEC)

New Features (ENH)

Performance Improvements (PI)

Bug Fixes (BUG)

  • Fix TreeObject.insert_child KeyError on fresh children (#3786) by @​Abzaek

Robustness (ROB)

  • AppearanceStream: Also honor user-set font name when not flattening annotations (#3781) by @​PJBrs

Documentation (DOC)

Full Changelog

Version 6.11.0, 2026-05-09

What's new

New Features (ENH)

... (truncated)

Changelog

Sourced from pypdf's changelog.

Version 6.12.2, 2026-05-26

Security (SEC)

  • Optimize _decode_png_prediction regarding memory and speed (#3806)
  • Improve loop control in text extraction (#3805)

Full Changelog

Version 6.12.1, 2026-05-22

Security (SEC)

  • Limit input size and element count for XMP metadata (#3796)

Robustness (ROB)

  • Prevent cyclic parent hierarchies for inherited dictionaries (#3795)
  • Deal with invalid first code in LZW decoder (#3794)

Full Changelog

Version 6.12.0, 2026-05-21

Security (SEC)

  • Disallow cross-reference streams with zero-only width values (#3791)
  • Avoid excessive whitespace in layout mode text extraction (#3790)

New Features (ENH)

  • Implement SASLprep (RFC 4013) for AES-256 password normalization (#3780)
  • CID font resource from font file to encode more characters (#3652)

Performance Improvements (PI)

  • Optimize retrieval of named destinatinos in reader (#3442)

Bug Fixes (BUG)

  • Fix TreeObject.insert_child KeyError on fresh children (#3786)

Robustness (ROB)

  • AppearanceStream: Also honor user-set font name when not flattening annotations (#3781)

Documentation (DOC)

  • Block encrypting writer in incremental mode (#3789)

Full Changelog

Version 6.11.0, 2026-05-09

New Features (ENH)

  • Initialise a Font from an embedded font file (#3704)

Robustness (ROB)

  • Allow to fix AES padding length in non-strict mode (#3742)

... (truncated)

Commits
  • efad421 REL: 6.12.2
  • 6755d92 SEC: Optimize _decode_png_prediction regarding memory and speed (#3806)
  • 0b5b8ad SEC: Improve loop control in text extraction (#3805)
  • 1a7454f MAINT: Remove unneeded backslash in re.compile (#3797)
  • 228780a REL: 6.12.1
  • 62191d5 SEC: Limit input size and element count for XMP metadata (#3796)
  • e852631 ROB: Prevent cyclic parent hierarchies for inherited dictionaries (#3795)
  • 6b4bbcc ROB: Deal with invalid first code in LZW decoder (#3794)
  • 20c16d3 TST: Update tests for Python 3.15 support (#3793)
  • 08eb143 REL: 6.12.0
  • Additional commits viewable in compare view

Updates beautifulsoup4 from 4.12.2 to 4.14.3

Updates reportlab from 4.0.7 to 4.5.1

Updates python-pptx from 0.6.23 to 1.0.2

Changelog

Sourced from python-pptx's changelog.

1.0.2 (2024-08-07) ++++++++++++++++++

  • fix: #1003 restore read-only enum members

1.0.1 (2024-08-05) ++++++++++++++++++

  • fix: #1000 add py.typed

1.0.0 (2024-08-03) ++++++++++++++++++

  • fix: #929 raises on JPEG with image/jpg MIME-type
  • fix: #943 remove mention of a Px Length subtype
  • fix: #972 next-slide-id fails in rare cases
  • fix: #990 do not require strict timestamps for Zip
  • Add type annotations
Commits
  • 278b47b fix(enum): replace read-only enum values
  • 0f980cd fix(type): add py.typed
  • 31955c0 docs: update docs build
  • 04a3e9d release: prepare v1.0.0 release
  • 40301cc build: modernize build process
  • af6a8f7 fix: #929 raises on JPEG with image/jpg MIME-type
  • 284fc01 fix: #990 Turn off ZipFile strict_timestamps
  • 799b214 fix: #972 next-slide-id fails when max used
  • d5c95be fix: #943 Docstring implies Px subtype of Length
  • c38d5f5 type: general modernization
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip Python pip 依赖升级 labels May 17, 2026
Bumps the data-doc group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.3` |
| [openpyxl](https://openpyxl.readthedocs.io) | `3.1.2` | `3.1.5` |
| [python-docx](https://github.com/python-openxml/python-docx) | `1.1.0` | `1.2.0` |
| [pdfplumber](https://github.com/jsvine/pdfplumber) | `0.10.3` | `0.11.9` |
| [pypdf](https://github.com/py-pdf/pypdf) | `6.10.2` | `6.12.2` |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.2` | `4.14.3` |
| [reportlab](https://www.reportlab.com/) | `4.0.7` | `4.5.1` |
| [python-pptx](https://github.com/scanny/python-pptx) | `0.6.23` | `1.0.2` |



Updates `pyyaml` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES)
- [Commits](yaml/pyyaml@6.0.1...6.0.3)

Updates `openpyxl` from 3.1.2 to 3.1.5

Updates `python-docx` from 1.1.0 to 1.2.0
- [Changelog](https://github.com/python-openxml/python-docx/blob/master/HISTORY.rst)
- [Commits](python-openxml/python-docx@v1.1.0...v1.2.0)

Updates `pdfplumber` from 0.10.3 to 0.11.9
- [Release notes](https://github.com/jsvine/pdfplumber/releases)
- [Changelog](https://github.com/jsvine/pdfplumber/blob/stable/CHANGELOG.md)
- [Commits](jsvine/pdfplumber@v0.10.3...v0.11.9)

Updates `pypdf` from 6.10.2 to 6.12.2
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.10.2...6.12.2)

Updates `beautifulsoup4` from 4.12.2 to 4.14.3

Updates `reportlab` from 4.0.7 to 4.5.1

Updates `python-pptx` from 0.6.23 to 1.0.2
- [Changelog](https://github.com/scanny/python-pptx/blob/master/HISTORY.rst)
- [Commits](scanny/python-pptx@v0.6.23...v1.0.2)

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-version: 4.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: data-doc
- dependency-name: openpyxl
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: data-doc
- dependency-name: pdfplumber
  dependency-version: 0.11.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: data-doc
- dependency-name: pypdf
  dependency-version: 6.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: data-doc
- dependency-name: python-docx
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: data-doc
- dependency-name: python-pptx
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: data-doc
- dependency-name: pyyaml
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: data-doc
- dependency-name: reportlab
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: data-doc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps(deps): bump the data-doc group with 8 updates deps(deps): bump the data-doc group across 1 directory with 8 updates May 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/data-doc-aa817b8616 branch from 66b2401 to 745b959 Compare May 27, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pip Python pip 依赖升级

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants