Skip to content

Commit 1a18618

Browse files
rustyconoverclaude
andcommitted
Bump vulnerable deps flagged by Dependabot
* lxml 6.0.2 -> 6.1.0 (XXE in iterparse/ETCompatXMLParser defaults, GHSA high) * authlib 1.6.9 -> 1.7.0 (CSRF when using cache) * cryptography 46.0.6 -> 46.0.7 (buffer overflow on non-contiguous buffers) * pytest 9.0.2 -> 9.0.3 (tmpdir handling) * pygments 2.19.2 -> 2.20.0 (ReDoS in GUID regex) — relaxed docs-group pin from <2.20 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5015c08 commit 1a18618

2 files changed

Lines changed: 128 additions & 115 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ docs = [
173173
"mkdocstrings[python]>=0.27",
174174
"mkdocs-section-index>=0.3",
175175
"mkdocs-d2-plugin>=1.4",
176-
"pygments>=2.19,<2.20",
176+
"pygments>=2.20",
177177
]
178178
dev = [
179179
"aioresponses>=0.7",

0 commit comments

Comments
 (0)