Skip to content

Commit

Permalink
ci(requirements): sort requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Apr 30, 2024
1 parent d891d49 commit c789814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pylint == 3.1.0
pytest == 8.1.1
pytest-asyncio == 0.20.3
pytest-cov == 4.1.0
pytest-random-order == 1.1.1
pytest-pythonhashseed == 1.0.1
pytest-random-order == 1.1.1
responses == 0.25.0
typing_extensions == 4.10.0
types-requests ~= 2.31.0.20240311
typing_extensions == 4.10.0
-r requirements.txt

0 comments on commit c789814

Please sign in to comment.