Skip to content

Commit

Permalink
fix: update codecov dependency version
Browse files Browse the repository at this point in the history
Changed the codecov dependency in docs/requirements.txt to use a version range (>=2.1.13) instead of a specific version. This allows for updates to minor releases while preserving compatibility.
  • Loading branch information
FelixTheC committed Jan 5, 2025
1 parent b901acf commit a6f8708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ attrs==21.2.0
certifi==2020.12.5
chardet==4.0.0
click==8.0.0
codecov==2.1.11
codecov>=2.1.13
coverage==5.5
future==0.18.2
idna==2.10
Expand Down

0 comments on commit a6f8708

Please sign in to comment.