We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f86737c + c847f24 commit 21b5225Copy full SHA for 21b5225
2 files changed
debian/control
@@ -27,7 +27,7 @@ Package: python3-faucet
27
Architecture: all
28
Depends: python3-networkx (>= 1.9),
29
python3-pbr (>= 1.9),
30
- python3-prometheus-client (>= 0.23.1), python3-prometheus-client (<< 0.23.2),
+ python3-prometheus-client (>= 0.24.1), python3-prometheus-client (<< 0.24.2),
31
python3-ruamel.yaml (>= 0.18.16), python3-ruamel.yaml (<< 0.18.17),
32
python3-os-ken (>= 3.1.0), python3-os-ken (<< 3.1.1),
33
python3-beka (>= 0.4.2), python3-beka (<< 0.4.3),
requirements.txt
@@ -3,7 +3,7 @@ chewie==0.0.25
3
eventlet>=0.34.3; python_version >= "3.12"
4
networkx>=1.9
5
pbr>=1.9
6
-prometheus_client==0.23.1
+prometheus_client==0.24.1
7
ruamel.yaml==0.18.16
8
os_ken==3.1.0
9
beka==0.4.2
0 commit comments