We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f326249 commit 4ed31bbCopy full SHA for 4ed31bb
python/pyproject.toml
@@ -17,7 +17,7 @@ attrs = ">=21.3.0"
17
e2b = "^2.7.0"
18
19
[tool.poetry.group.dev.dependencies]
20
-pytest = "^8.2.0"
+pytest = "^9.0.0"
21
python-dotenv = "^1.0.0"
22
pytest-dotenv = "^0.5.2"
23
pytest-asyncio = "^0.24.0"
template/requirements.txt
@@ -26,7 +26,7 @@ opencv-python==4.11.0.86
26
openpyxl==3.1.5
27
plotly==6.0.1
28
kaleido==1.0.0
29
-pytest==8.3.5
+pytest==9.0.3
30
python-docx==1.1.2
31
pytz==2025.2
32
requests==2.33.0
0 commit comments