Skip to content

Commit 8dcba01

Browse files
[git-steer] Security: AI fix for 6 CVE(s)
Updated pyproject.toml: bumped python-dotenv>=1.2.2, python-multipart>=0.0.26, cryptography>=46.0.7, Pygments>=2.20.0, cryptography>=46.0.6, requests>=2.33.0
1 parent bcbf649 commit 8dcba01

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ requires-python = ">=3.12"
77
dependencies = [
88
"httpx>=">=0.28.1",
99
"mcp[cli]>=1.23.0",
10-
"requests>=2.33.0",
10+
"requests>=">=2.33.0",
1111
"urllib3>=">=2.5.0",
1212
"starlette>=0.49.1",
1313
"h11>=0.16.0",
14-
"python-dotenv>=1.2.2",
15-
"python-multipart>=0.0.26",
16-
"cryptography>=">=46.0.0",
17-
"Pygments>=2.20.0",
14+
"python-dotenv>=">=1.2.2",
15+
"python-multipart>=">=0.0.26",
16+
"cryptography>=">=46.0.6",
17+
"Pygments>=">=2.20.0",
1818
]

0 commit comments

Comments
 (0)