@@ -10,6 +10,7 @@ setuptools-scm>=6.0.1;python_version>="3.6"
10
10
wheel >= 0.36.2
11
11
attrs >= 21.2.0
12
12
PyYAML >= 5.4.1 ;python_version >= "3.6"
13
+ sortedcontainers == 2.4.0
13
14
certifi >= 2020.12.5
14
15
six == 1.16.0
15
16
nose == 1.3.7
@@ -64,7 +65,7 @@ traitlets==5.0.5;python_version>="3.7"
64
65
prompt-toolkit == 1.0.18 ;python_version < "3.6"
65
66
prompt-toolkit == 3.0.18 ;python_version >= "3.6"
66
67
decorator == 4.4.2 ;python_version < "3.5"
67
- decorator == 5.0.7 ;python_version >= "3.5"
68
+ decorator == 5.0.9 ;python_version >= "3.5"
68
69
ipython == 5.10.0 ;python_version < "3.5"
69
70
ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
70
71
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
@@ -83,7 +84,7 @@ toml==0.10.2
83
84
Pillow == 6.2.2 ;python_version < "3.5"
84
85
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
85
86
Pillow == 8.2.0 ;python_version >= "3.6"
86
- rich == 10.2.0 ;python_version >= "3.6" and python_version<"4.0"
87
+ rich == 10.2.1 ;python_version >= "3.6" and python_version<"4.0"
87
88
tornado == 5.1.1 ;python_version < "3.5"
88
89
tornado == 6.1 ;python_version >= "3.5"
89
90
pdfminer.six == 20191110 ;python_version < "3.5"
@@ -93,7 +94,7 @@ pdfminer.six==20201018;python_version>="3.5"
93
94
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
94
95
95
96
coverage == 5.5
96
- pytest-cov == 2.11.1
97
+ pytest-cov == 2.12.0
97
98
flake8 == 3.7.9 ;python_version < "3.5"
98
99
flake8 == 3.9.2 ;python_version >= "3.5"
99
100
pyflakes == 2.1.1 ;python_version < "3.5"
0 commit comments