Skip to content

Commit 7f8ed5a

Browse files
committed
Update requirements, requirements-dev from pinned Pipfile (compserv#75)
1 parent b7a63a3 commit 7f8ed5a

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

requirements-dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
-i https://pypi.python.org/simple
2-
aspy.yaml==1.2.0
2+
aspy.yaml==1.3.0
33
atomicwrites==1.3.0
44
attrs==19.1.0
5-
cfgv==1.6.0
5+
cfgv==2.0.0
66
colorama==0.4.1 ; sys_platform == 'win32'
7-
filelock==3.0.10
8-
identify==1.4.1
9-
importlib-metadata==0.9
7+
filelock==3.0.12
8+
identify==1.4.3
9+
importlib-metadata==0.17
1010
livereload==2.6.0
1111
more-itertools==7.0.0 ; python_version > '2.7'
1212
nodeenv==1.3.3
13-
pluggy==0.9.0
13+
pluggy==0.12.0
1414
pre-commit==1.14.4
1515
py==1.8.0
1616
pytest-django==3.4.7
1717
pytest==4.3.0
18-
pyyaml==5.1
18+
pyyaml==5.1.1
1919
six==1.12.0
2020
toml==0.10.0
2121
tornado==6.0.2
2222
tox==3.7.0
23-
virtualenv==16.5.0
24-
zipp==0.3.3
23+
virtualenv==16.6.0
24+
zipp==0.5.1

requirements.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,28 @@ bcrypt==3.1.6
44
certifi==2019.3.9
55
cffi==1.12.3
66
chardet==3.0.4
7-
cryptography==2.6.1
7+
cryptography==2.7
88
defusedxml==0.6.0 ; python_version >= '3.0'
99
django-markdownx==2.0.27
10-
django==2.1.8
10+
django==2.1.9
1111
fabric==2.4.0
1212
gunicorn==19.9.0
1313
idna==2.8
1414
invoke==1.2.0
15-
markdown==3.1
15+
markdown==3.1.1
1616
mysqlclient==1.3.14
1717
oauthlib==3.0.1
18-
paramiko==2.4.2
18+
paramiko==2.5.0
1919
pillow==5.3.0
20-
pyasn1==0.4.5
2120
pycparser==2.19
2221
pyjwt==1.7.1
2322
pynacl==1.3.0
2423
python3-openid==3.1.0 ; python_version >= '3.0'
2524
pytz==2019.1
2625
requests-oauthlib==1.2.0
27-
requests==2.21.0
26+
requests==2.22.0
2827
six==1.12.0
2928
social-auth-app-django==3.1.0
30-
social-auth-core==3.1.0
31-
urllib3==1.24.2
29+
social-auth-core==3.2.0
30+
urllib3==1.25.3
3231
whitenoise==4.1.1

0 commit comments

Comments
 (0)