fix(deps): remediate remaining Dependabot security alerts (docs + dev tooling)#229
Merged
Conversation
docs/poetry.lock: bump transitive urllib3 2.6.2->2.7.0, requests 2.32.5->2.34.2, idna 3.11->3.18, pygments 2.19.2->2.20.0, pymdown-extensions 10.19.1->10.21.3 (clears GHSA-qccp-gfcp-xxvc, GHSA-mf9v-mfxr-j63j, GHSA-38jv-5279-wg99, GHSA-gc5v-m9x4-r6x2, GHSA-65pc-fj4g-8rjx, GHSA-62q4-447f-wv8h, GHSA-5239-wwwm-4pmq). sdk: bump pytest ^8.3.4->^9.0.0 (9.0.3) + pytest-asyncio ^0.24->>=1.0,<2 (1.4.0) to clear GHSA-6w46-j5rx-g56g (tmpdir handling). Dev/test-only. Suite: 12 passed, 40 skipped (kafka/redis integration auto-skip, same as CI).
Contributor
QualOps Code Quality AnalysisStatus: ✅ PASSED - No issues found Summary
No issues found in the analyzed code. 📊 Full ReportPowered by QualOps |
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
Clears the 8 remaining open Dependabot security alerts. All are in non-shipped surfaces (docs-site build tooling + SDK dev/test tooling) — none affect the published
eggairuntime. The shipped-SDK alerts were already resolved by the recent fastmcp/authlib/faststream merges (#228, #227, #210).docs/poetry.lock — 7 alerts (transitive mkdocs deps)
sdk — 1 alert (dev/test only)
pytest^8.3.4→^9.0.0(9.0.3) — clears GHSA-6w46-j5rx-g56g (insecure tmpdir handling).pytest-asyncio^0.24→>=1.0,<2(1.4.0) — required for pytest 9 compatibility.Validation
poetry check --lockconsistent for both manifests.