We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f2e73 commit da4368bCopy full SHA for da4368b
pyproject.toml
@@ -29,7 +29,7 @@ dependencies = [
29
"psutil==7.0.0",
30
"requests",
31
"cryptography",
32
- "fabric-cicd>=0.3.0",
+ "fabric-cicd>=0.3.1",
33
]
34
35
[project.scripts]
requirements-dev.txt
@@ -11,7 +11,7 @@ argcomplete>=3.6.2
11
psutil==7.0.0
12
requests
13
cryptography
14
-fabric-cicd>=0.3.0
+fabric-cicd>=0.3.1
15
16
# Testing and Building Requirements
17
tox>=4.20.0
0 commit comments