Skip to content

Commit 5abedda

Browse files
SachaMorardclaude
andcommitted
chore: bump pytest and pygments to patch dependabot alerts
Bump pytest to >=9.0.3 (fixes tmpdir handling CVE) and refresh the lockfile so pygments resolves to 2.20.0 (fixes GUID-regex ReDoS). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6531c25 commit 5abedda

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Homepage = "https://github.com/edgee-ai/python-sdk"
2424
Repository = "https://github.com/edgee-ai/python-sdk"
2525

2626
[project.optional-dependencies]
27-
dev = ["pytest>=8.0.0", "ruff>=0.8.0"]
27+
dev = ["pytest>=9.0.3", "ruff>=0.8.0"]
2828
# Install certifi to fix SSL certificate verification on macOS (Python.org installs)
2929
ssl = ["certifi>=2024.0.0"]
3030

@@ -58,4 +58,4 @@ quote-style = "double"
5858
indent-style = "space"
5959

6060
[dependency-groups]
61-
dev = ["pytest>=8.0.0", "ruff>=0.8.0"]
61+
dev = ["pytest>=9.0.3", "ruff>=0.8.0"]

uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)