Update all dependencies to latest versions#170
Merged
Conversation
Bumps GitHub Actions, the CI constraints pin, and all Python packages in the poetry lock file to their latest versions. Satisfies all open dependabot PRs (#158, #161, #162, #163, #164, #166, #167, #168). GitHub Actions: - actions/checkout v6 -> v7 (#166) - actions/cache v5 -> v6 (#167) - MishaKav/pytest-coverage-comment v1.7.2 -> v1.8.0 (#168) CI constraints: - virtualenv 21.4.3 -> 21.5.1 (#164) Python (poetry.lock), notable bumps: - cryptography 48.0.1 -> 49.0.0 (#158) - filelock 3.29.3 -> 3.29.5 (>= #161's 3.29.4) - certifi 2026.5.20 -> 2026.6.17 (#162) - pytest 9.0.3 -> 9.1.1 (>= #163's 9.1.0) - plus anyio, aiohttp helpers, numpy, faker, slack-bolt, slack-sdk, coverage, humanize, and other transitive updates via `poetry update` All 348 tests pass locally via `nox -s tests`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016AXC85ceBrombN2y7JBHXj
Coverage Report
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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.
Updates all project dependencies (GitHub Actions, CI constraints, and Python packages) to their latest versions. This single PR satisfies all currently-open dependabot PRs, which can be closed once this merges.
Changes
GitHub Actions
actions/checkoutv6 → v7 (closes Bump actions/checkout from 6 to 7 #166)actions/cachev5 → v6 (closes Bump actions/cache from 5 to 6 #167)MishaKav/pytest-coverage-commentv1.7.2 → v1.8.0 (closes Bump MishaKav/pytest-coverage-comment from 1.7.2 to 1.8.0 #168)CI constraints (
.github/workflows/constraints.txt)virtualenv21.4.3 → 21.5.1 (closes Bump virtualenv from 21.4.3 to 21.5.1 #164)Python (
poetry.lockviapoetry update)Notable dependabot-tracked bumps:
cryptography48.0.1 → 49.0.0 (closes Bump cryptography from 48.0.1 to 49.0.0 #158)filelock3.29.3 → 3.29.5 — meets/exceeds Bump filelock from 3.29.3 to 3.29.4 #161's 3.29.4certifi2026.5.20 → 2026.6.17 (closes Bump certifi from 2026.5.20 to 2026.6.17 #162)pytest9.0.3 → 9.1.1 — meets/exceeds Bump pytest from 9.0.3 to 9.1.0 #163's 9.1.0Additional transitive/dev updates pulled in by
poetry update: anyio, aiohappyeyeballs, hpack, click, msgpack, backports-zstd, numpy, faker, responses, slack-bolt, slack-sdk, coverage, humanize, and others.Testing
All 348 tests pass locally via
nox -s tests.Closes dependabot PRs
#158, #161, #162, #163, #164, #166, #167, #168
🤖 Generated with Claude Code
https://claude.ai/code/session_016AXC85ceBrombN2y7JBHXj