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

Commit f0fafbd

Browse files
committed
bump attr.s requirement
1 parent 7fc985b commit f0fafbd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

synapse/python_dependencies.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,9 @@
7575
"phonenumbers>=8.2.0",
7676
# we use GaugeHistogramMetric, which was added in prom-client 0.4.0.
7777
"prometheus_client>=0.4.0",
78-
# we use attr.validators.deep_iterable, which arrived in 19.1.0 (Note:
79-
# Fedora 31 only has 19.1, so if we want to upgrade we should wait until 33
80-
# is out in November.)
78+
# we use `order`, which arrived in attrs 19.2.0.
8179
# Note: 21.1.0 broke `/sync`, see #9936
82-
"attrs>=19.1.0,!=21.1.0",
80+
"attrs>=19.2.0,!=21.1.0",
8381
"netaddr>=0.7.18",
8482
"Jinja2>=2.9",
8583
"bleach>=1.4.3",

0 commit comments

Comments
 (0)