Skip to content

Commit b617e93

Browse files
committed
[ws_health_exporter] pin marshmallow to exact version for consistency
1 parent 854c0a2 commit b617e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ws_health_exporter/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- apscheduler==3.10.1
3939
- flask==3.0.0
4040
- environs==9.5.0
41-
- marshmallow<4
41+
- marshmallow==3.26.2
4242
- waitress==2.1.2
4343
virtualenv: "{{ _ws_health_exporter_venv }}"
4444
virtualenv_command: python3 -m venv

0 commit comments

Comments
 (0)