Skip to content

Commit

Permalink
Pin Python dependencies in requirements.txt (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvsvarma authored Dec 28, 2024
1 parent ef7d1c6 commit 21bab0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
selenium==4.27.1
pytest
trio
pytest-trio
pytest-rerunfailures
flake8
requests
pytest==8.3.4
trio==0.27.0
pytest-trio==0.8.0
pytest-rerunfailures==14.0
flake8==7.1.1
requests==2.32.3

0 comments on commit 21bab0f

Please sign in to comment.