We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a62f3 commit 50d8d47Copy full SHA for 50d8d47
codecov-cli/pyproject.toml
@@ -25,7 +25,7 @@ license = {file = "LICENSE"}
25
name = "codecov-cli"
26
readme = "README.md"
27
requires-python = ">= 3.9"
28
-version = "10.4.1"
+version = "10.4.0"
29
30
[project.scripts]
31
codecov = "codecov_cli.main:run"
prevent-cli/pyproject.toml
@@ -9,7 +9,7 @@ authors = [
9
requires-python = ">=3.9"
10
dependencies = [
11
"click==8.*",
12
- "codecov-cli>=10.3.0",
+ "codecov-cli>=10.4.0",
13
"httpx==0.27.*",
14
"ijson==3.*",
15
"pyyaml==6.*",
0 commit comments