Skip to content

Commit 3803364

Browse files
committed
python updates
1 parent eab8480 commit 3803364

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

requirements.txt

+12-10
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,41 @@
77

88
-i https://pypi.org/simple
99
appdirs==1.4.4
10-
attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
1110
babel==2.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
12-
black==19.10b0
11+
black==20.8b1
1312
certifi==2020.12.5
1413
cffi==1.14.5
1514
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1615
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1716
cryptography==3.3.2
1817
exifread==2.3.2
1918
filetype==1.0.7
20-
flake8==3.8.4
19+
flake8==3.9.0
2120
flask==1.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
2221
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2322
inifile==0.4
23+
isort==5.8.0
2424
itsdangerous==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2525
jinja2==2.11.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
2626
lektor==3.2.0
2727
markupsafe==1.1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2828
mccabe==0.6.1
2929
mistune==0.8.4
30+
mypy-extensions==0.4.3
3031
pathspec==0.8.1
31-
pycodestyle==2.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
32+
pycodestyle==2.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
3233
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
33-
pyflakes==2.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
34+
pyflakes==2.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
3435
pyopenssl==20.0.1
3536
python-slugify==4.0.1
3637
pytz==2021.1
37-
regex==2020.11.13
38+
regex==2021.4.4
3839
requests[security]==2.25.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
39-
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
40+
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
4041
text-unidecode==1.3
41-
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
42+
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
4243
typed-ast==1.4.2
43-
urllib3==1.26.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
44-
watchdog==2.0.1; python_version >= '3.6'
44+
typing-extensions==3.7.4.3
45+
urllib3==1.26.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
46+
watchdog==2.0.2; python_version >= '3.6'
4547
werkzeug==0.16.1

0 commit comments

Comments
 (0)