Skip to content

Commit 8a710b9

Browse files
committed
test
1 parent 31d3316 commit 8a710b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pyroma.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
# install pyroma
3030
- name: install pyroma
31-
run: pip install pyroma==4.3.0
31+
run: pip install pyroma==4.2
3232

3333
# run pyroma
3434
- name: run pyroma

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"design.plone.contenttypes>=6.0.0.dev0",
5555
"collective.feedback",
5656
"collective.volto.dropdownmenu",
57-
"collective.volto.formsupport[honeypot]>=3.2.0<=3.3.0",
57+
"collective.volto.formsupport[honeypot]>=3.2.0,<=3.3.0",
5858
"collective.volto.secondarymenu",
5959
"collective.volto.socialsettings",
6060
"collective.volto.slimheader",

0 commit comments

Comments
 (0)