Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit a5e4002

Browse files
committed
Attempt to pin to fix
1 parent 1f3e399 commit a5e4002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/python_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
# we use attr.validators.deep_iterable, which arrived in 19.1.0 (Note:
7979
# Fedora 31 only has 19.1, so if we want to upgrade we should wait until 33
8080
# is out in November.)
81-
"attrs>=19.1.0",
81+
"attrs==19.1.0",
8282
"netaddr>=0.7.18",
8383
"Jinja2>=2.9",
8484
"bleach>=1.4.3",

0 commit comments

Comments
 (0)