Skip to content

Commit 21bab0f

Browse files
authored
Pin Python dependencies in requirements.txt (#2110)
1 parent ef7d1c6 commit 21bab0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: examples/python/requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
selenium==4.27.1
2-
pytest
3-
trio
4-
pytest-trio
5-
pytest-rerunfailures
6-
flake8
7-
requests
2+
pytest==8.3.4
3+
trio==0.27.0
4+
pytest-trio==0.8.0
5+
pytest-rerunfailures==14.0
6+
flake8==7.1.1
7+
requests==2.32.3

0 commit comments

Comments
 (0)