Skip to content

Commit

Permalink
fix: pin requests to make pylxd work
Browse files Browse the repository at this point in the history
Track psf/requests#6707 to ensure we remove the pin after the issue is fixed.
  • Loading branch information
jedel1043 committed May 22, 2024
1 parent 49d5cd5 commit 421a21e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pylxd ~= 2.3
pytest ~= 7.2
pytest-operator ~= 0.34
pytest-order ~= 1.1
tenacity ~= 8.2
tenacity ~= 8.2
requests ~= 2.31.0 # TODO: track https://github.com/psf/requests/issues/6707

0 comments on commit 421a21e

Please sign in to comment.