Skip to content

Commit

Permalink
Upgrade pyyaml to 5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Dec 5, 2019
1 parent 3e934f4 commit 1d82523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Depends: python3-influxdb (>= 2.12.0),
python3-networkx (>= 1.9),
python3-pbr (>= 1.9),
python3-prometheus-client (>= 0.7.1), python3-prometheus-client (<< 0.7.2),
python3-yaml (>= 3.1.1), python3-yaml (<< 3.14),
python3-yaml (>= 5.2), python3-yaml (<< 5.2.1),
python3-eventlet (>= 0.24.1), python3-eventlet (<< 0.24.2),
python3-ryu (>= 4.32), python3-ryu (<< 4.33),
python3-beka (>= 0.3.3), python3-beka (<< 0.3.4),
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgpack-python
networkx
pbr>=1.9
prometheus_client==0.7.1
pyyaml>=3.1.1,<3.14
pyyaml==5.2
ryu==4.32
beka==0.3.3
pytricia

0 comments on commit 1d82523

Please sign in to comment.