Skip to content

Commit 50d8d47

Browse files
committed
version
1 parent 60a62f3 commit 50d8d47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codecov-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license = {file = "LICENSE"}
2525
name = "codecov-cli"
2626
readme = "README.md"
2727
requires-python = ">= 3.9"
28-
version = "10.4.1"
28+
version = "10.4.0"
2929

3030
[project.scripts]
3131
codecov = "codecov_cli.main:run"

prevent-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
requires-python = ">=3.9"
1010
dependencies = [
1111
"click==8.*",
12-
"codecov-cli>=10.3.0",
12+
"codecov-cli>=10.4.0",
1313
"httpx==0.27.*",
1414
"ijson==3.*",
1515
"pyyaml==6.*",

0 commit comments

Comments
 (0)