Update all Python and GitHub Actions dependencies#93
Merged
Conversation
- Update all Python dependencies via poetry update (aiohttp, mypy, black, coverage, flake8-bugbear, humanize, jsonschema, slack-sdk, typeguard, etc.) - Update GitHub Actions: checkout v4→v6, upload-artifact v4→v5, download-artifact v4→v6, upload-pages-artifact v3→v4, cache v4→v5, pytest-coverage-comment v1.1.52→v1.2.0 - Update CI constraints: pip 25.3, nox 2025.11.12, nox-poetry 1.2.0, poetry 2.2.1, virtualenv 20.35.4 - Switch docs theme from sphinx-rtd-theme to furo to unblock sphinx 9.x upgrade (sphinx 7.4.7→9.1.0) - Update docs/requirements.txt: sphinx 9.1.0, furo 2025.12.19, sphinx-autobuild 2025.8.25, sphinx-jsonschema 1.19.2 - Fix test expectations for humanize 4.15.0 rounding change (90s boundary) All nox sessions pass: pre-commit, safety, mypy, tests, typeguard, docs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Poetry 2.x no longer includes `poetry export` as a built-in command; it requires the poetry-plugin-export plugin. This fixes CI failures where nox-poetry calls `poetry export` to generate constraints. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Coverage Report
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
poetry update— covers Dependabot PRs Bump safety-schemas from 0.0.16 to 0.0.17 #79, Bump anyio from 4.11.0 to 4.12.0 #80, Bump beautifulsoup4 from 4.14.2 to 4.14.3 #81, Bump flake8-bugbear from 25.10.21 to 25.11.29 #82, Bump mypy from 1.18.2 to 1.19.0 #83, Bump aiohttp from 3.13.2 to 3.13.3 in the pip group across 1 directory #91 and many more transitive depssphinx-rtd-themetofuroto unblock Sphinx 9.x upgrade (rtd-theme capped at Sphinx <8)humanize4.15.0 rounding change at 90s boundaryactions/cachev4→v5Key version changes
All nox sessions pass locally: pre-commit, safety, mypy, tests, typeguard, docs.
Supersedes: #74, #75, #76, #77, #78, #79, #80, #81, #82, #83, #84, #85, #86, #87, #88, #91
Test plan
🤖 Generated with Claude Code