Skip to content

chore(deps): consolidate Python dependency upgrades (round 2)#12595

Merged
mekarpeles merged 2 commits into
masterfrom
deps/python-consolidation-2026-05-04-r2
May 5, 2026
Merged

chore(deps): consolidate Python dependency upgrades (round 2)#12595
mekarpeles merged 2 commits into
masterfrom
deps/python-consolidation-2026-05-04-r2

Conversation

@mekarpeles
Copy link
Copy Markdown
Member

@mekarpeles mekarpeles commented May 5, 2026

Summary

Consolidates 2 open Renovate PRs into a single tested upgrade. All packages installed and verified in Docker (full OL stack with `OL_MOUNT_DIR` mount) before opening this PR.

Packages upgraded

Package Before After Notes Closes
wikitextparser 0.56.1 0.56.4 Patch bump, `requirements_scripts.txt` #12586
aiofiles 23.1.0 23.2.1 Minor bump, `requirements.txt` #12594

Testing

All packages installed in Docker and verified at correct versions:

  • `wikitextparser: 0.56.4` ✓ (installed via `pip install`, import verified)
  • `aiofiles: 23.2.1` ✓ (import verified)

HTTP check: `/` and `/search?q=test` both return 200 after upgrade.

Full test suite: 3760 passed, 18 skipped, 0 failures.

Checklist

  • All packages install cleanly
  • All packages verified at correct versions in Docker
  • App serves HTTP 200 (home + search)
  • 3760 tests passing, 0 failures
  • CI passing

References

Closes #12586, #12594

mekarpeles added 2 commits May 4, 2026 18:41
Patch bump in requirements_scripts.txt. No API changes.

Closes #12586
Minor bump. No breaking API changes in the 23.x line.

Closes #12594
Copilot AI review requested due to automatic review settings May 5, 2026 00:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR consolidates two Renovate-driven Python dependency updates into a single change set, updating pinned versions in the project’s requirements files.

Changes:

  • Bump aiofiles from 23.1.0 to 23.2.1 in requirements.txt.
  • Bump wikitextparser from 0.56.1 to 0.56.4 in requirements_scripts.txt.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
requirements.txt Updates the pinned production dependency version for aiofiles.
requirements_scripts.txt Updates the pinned standalone-scripts dependency version for wikitextparser.

@mekarpeles mekarpeles merged commit c222fef into master May 5, 2026
11 checks passed
@mekarpeles mekarpeles deleted the deps/python-consolidation-2026-05-04-r2 branch May 5, 2026 00:50
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.

2 participants