|
20 | 20 | # the following dependencies are non trivial to update since later versions introduce backwards incompatible
|
21 | 21 | # changes that might affect plugins, or due to other observed problems
|
22 | 22 |
|
23 |
| - "flask>=0.10.1,<0.11", # newer versions require newer Jinja versions |
24 |
| - "Jinja2>=2.8.1,<2.9", # Jinja 2.9 has breaking changes WRT template scope - we can't |
25 |
| - # guarantee backwards compatibility for plugins and such with that |
26 |
| - # version, hence we need to pin to a lower version for now. See #1697 |
27 |
| - "tornado==4.5.3", # a memory leak was observed in tornado >= 5, see #2585 |
28 |
| - "Flask-Login>=0.2.11,<0.3", # some functions changed to properties in 0.3 |
29 |
| - "regex!=2018.11.6", # avoid broken 2018.11.6. See #2874 |
| 23 | + "flask>=0.10.1,<0.11", # newer versions require newer Jinja versions |
| 24 | + "Jinja2>=2.8.1,<2.9", # Jinja 2.9 has breaking changes WRT template scope - we can't |
| 25 | + # guarantee backwards compatibility for plugins and such with that |
| 26 | + # version, hence we need to pin to a lower version for now. See #1697 |
| 27 | + "tornado==4.5.3", # a memory leak was observed in tornado >= 5, see #2585 |
| 28 | + "Flask-Login>=0.2.11,<0.3", # some functions changed to properties in 0.3 |
| 29 | + "regex!=2018.11.6", # avoid broken 2018.11.6. See #2874 |
30 | 30 |
|
31 | 31 | # anything below this should be checked on releases for new versions
|
32 | 32 |
|
|
55 | 55 | "future>=0.17.1,<0.18",
|
56 | 56 | "scandir>=1.10,<1.11",
|
57 | 57 | "websocket-client>=0.56,<0.57",
|
58 |
| - "python-dateutil>=2.8,<2.9", |
59 | 58 | "wrapt>=1.11.1,<1.12",
|
60 | 59 | "futures>=3.2,<3.3",
|
61 | 60 | "emoji>=0.5.1,<0.6",
|
|
0 commit comments