Skip to content

Commit eedcb8a

Browse files
committed
Refresh dependencies
1 parent d868b26 commit eedcb8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ more-itertools==5.0.0;python_version<"3.5"
3737
more-itertools==8.10.0;python_version>="3.5"
3838
cssselect==1.1.0
3939
filelock==3.2.1;python_version<"3.6"
40-
filelock==3.3.0;python_version>="3.6"
40+
filelock==3.3.1;python_version>="3.6"
4141
fasteners==0.16;python_version<"3.5"
4242
fasteners==0.16.3;python_version>="3.5"
4343
execnet==1.9.0
@@ -100,7 +100,7 @@ cffi==1.15.0
100100
toml==0.10.2
101101
Pillow==6.2.2;python_version<"3.5"
102102
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
103-
Pillow==8.3.2;python_version>="3.6"
103+
Pillow==8.4.0;python_version>="3.6"
104104
rich==10.12.0;python_version>="3.6" and python_version<"4.0"
105105
tornado==5.1.1;python_version<"3.5"
106106
tornado==6.1;python_version>="3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
'more-itertools==8.10.0;python_version>="3.5"',
154154
"cssselect==1.1.0",
155155
'filelock==3.2.1;python_version<"3.6"',
156-
'filelock==3.3.0;python_version>="3.6"',
156+
'filelock==3.3.1;python_version>="3.6"',
157157
'fasteners==0.16;python_version<"3.5"',
158158
'fasteners==0.16.3;python_version>="3.5"',
159159
"execnet==1.9.0",
@@ -216,7 +216,7 @@
216216
"toml==0.10.2",
217217
'Pillow==6.2.2;python_version<"3.5"',
218218
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
219-
'Pillow==8.3.2;python_version>="3.6"',
219+
'Pillow==8.4.0;python_version>="3.6"',
220220
'rich==10.12.0;python_version>="3.6" and python_version<"4.0"',
221221
'tornado==5.1.1;python_version<"3.5"',
222222
'tornado==6.1;python_version>="3.5"',

0 commit comments

Comments
 (0)