mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(deps): bump pytest to 9.0.3 (#36801)
CVE-2025-71176 (medium severity) All are dev-only (test dependency group) — no impact on published packages. ### Why syrupy was also bumped syrupy 4.x (`<5.0.0`) constrains pytest to `<9.0.0`, blocking the CVE fix. Widening to `<6.0.0` allows syrupy 5.x which supports pytest 9.x.
This commit is contained in:
@@ -39,12 +39,12 @@ Reddit = "https://www.reddit.com/r/LangChain/"
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
"pytest>=7.3.0,<8.0.0",
|
||||
"pytest>=9.0.3,<10.0.0",
|
||||
"freezegun>=1.2.2,<2.0.0",
|
||||
"pytest-mock>=3.10.0,<4.0.0",
|
||||
"syrupy>=4.0.2,<5.0.0",
|
||||
"syrupy>=5.0.0,<6.0.0",
|
||||
"pytest-watcher>=0.3.4,<1.0.0",
|
||||
"pytest-asyncio>=0.21.1,<1.0.0",
|
||||
"pytest-asyncio>=1.3.0,<2.0.0",
|
||||
"pytest-cov>=4.1.0,<5.0.0",
|
||||
"pytest-retry>=1.7.0,<1.8.0",
|
||||
"pytest-socket>=0.6.0,<1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user