Skip to content

Commit 258991a

Browse files
Tools00claude
andcommitted
security: bump pytest to >=9.0.3 (dependabot #1)
GHSA: pytest tmpdir handling vulnerability, patched in 9.0.3. Widens upper bound to <10.0.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b7a67cc commit 258991a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040

4141
[project.optional-dependencies]
4242
dev = [
43-
"pytest>=7.4.0,<9.0.0",
43+
"pytest>=9.0.3,<10.0.0",
4444
"ruff>=0.5.0",
4545
]
4646

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ streamlit>=1.32.0,<2.0.0
22
numpy>=1.26.0,<2.0.0
33
pandas>=2.1.0,<3.0.0
44
plotly>=5.18.0,<6.0.0
5-
pytest>=7.4.0,<9.0.0
5+
pytest>=9.0.3,<10.0.0

0 commit comments

Comments
 (0)