Skip to content

deps(deps): bump the data-doc group with 7 updates#5

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

deps(deps): bump the data-doc group with 7 updates#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/data-doc-f0c04917b0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the data-doc group with 7 updates:

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
beautifulsoup4 4.12.2 4.14.3
reportlab 4.0.7 4.5.0
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 beautifulsoup4 from 4.12.2 to 4.14.3

Updates reportlab from 4.0.7 to 4.5.0

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 will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the data-doc group with 7 updates:

| 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` |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.2` | `4.14.3` |
| [reportlab](https://www.reportlab.com/) | `4.0.7` | `4.5.0` |
| [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 `beautifulsoup4` from 4.12.2 to 4.14.3

Updates `reportlab` from 4.0.7 to 4.5.0

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: pyyaml
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: python-docx
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: beautifulsoup4
  dependency-version: 4.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: data-doc
- dependency-name: reportlab
  dependency-version: 4.5.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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 10, 2026

Labels

The following labels could not be found: dependencies, pip. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 10, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 10, 2026
@dependabot dependabot Bot deleted the dependabot/pip/data-doc-f0c04917b0 branch May 10, 2026 03:58
Wool-xing added a commit that referenced this pull request May 11, 2026
同步铁律(主宪章 §1)执行 17 文件:
- "三端通知" → "多端通知"(企微/飞书/钉钉/Slack/邮件/Teams,主宪章 §36)
- "Bug 提交禅道"项目级框架 → "BugTracker(默认禅道,可换 Jira/GitHub/GitLab/Linear/Webhook)"(主宪章 §37)
- zentao 专用 code/skill 保留(它们 IS 禅道默认 adapter)

主宪章扩:
- §36 多端通知 canon(扩 §6,6 渠道权威清单 + env 字段)
- §37 BugTracker canon(扩 §12,6 adapter + BUG_TRACKER env)
- §10 五铭文 #5 + §6 MCP:三端 → 多端

修 V1.10 n7 e2e bug:
- runtime/orchestrator/adapters/experts.py 加 SCRIPT_DEFAULT_ARGS + _ensure_fixture()
- generate_report.py 默认注入 --data=workspace/执行日志/_selftest_summary.json
- fixture 自动生成(results/bugs dict + risks list of dict)
- tagent selftest --e2e --strict 现 100% PASS 8/8(原 V1.10 = 88% 7/8)

烟测:
- grep 三端/三端通知 = 0 命中
- selftest --strict ✓ PASS 8/8 100%
- pre-commit 全过

版本 V1.10.0-alpha → V1.11.0-alpha

Co-authored-by: xiaoxing0135 <706015750@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants