Skip to content

Commit 8ea9c60

Browse files
committed
fix(deps): dependencies updates that were crashing
1 parent 6b75e4b commit 8ea9c60

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.15
1+
3.4.16

requirements.txt

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
argh==0.26.2
2-
atomicwrites==1.3.0
3-
attrs==19.1.0
4-
certifi==2019.3.9
5-
chardet==3.0.4
6-
codacy-coverage==1.3.11
7-
codeclimate-test-reporter==0.2.3
8-
colorama==0.4.1
9-
colored==1.3.93
10-
coverage==4.5.3
11-
docopt==0.6.2
12-
idna==2.8
13-
more-itertools==7.0.0
14-
pathlib==1.0.1
15-
pathtools==0.1.2
16-
pip==19.0.3
17-
pluggy==0.9.0
18-
py==1.8.0
19-
pycodestyle==2.5.0
20-
pytest==4.4.0
21-
pytest-cov==2.6.1
22-
pytest-watch==4.2.0
1+
argh~=0.26.2
2+
atomicwrites~=1.3.0
3+
attrs~=19.1.0
4+
certifi~=2019.3.9
5+
chardet~=3.0.4
6+
codacy-coverage~=1.3.11
7+
codeclimate-test-reporter~=0.2.3
8+
colorama~=0.4.1
9+
colored~=1.3.93
10+
coverage~=4.5.3
11+
docopt~=0.6.2
12+
idna~=2.8
13+
more-itertools~=7.0.0
14+
pathlib~=1.0.1
15+
pathtools~=0.1.2
16+
pip~=19.0.3
17+
pluggy~=0.9.0
18+
py~=1.8.0
19+
pycodestyle~=2.5.0
20+
pytest~=4.4.0
21+
pytest-cov~=2.6.1
22+
pytest-watch~=4.2.0
2323
pyyaml>=4.2b1
24-
requests==2.21.0
25-
setuptools==40.8.0
26-
six==1.12.0
27-
urllib3==1.24.1
28-
watchdog==0.9.0
29-
wheel==0.33.1
24+
requests~=2.21.0
25+
setuptools~=40.8.0
26+
six~=1.12.0
27+
urllib3~=1.24.1
28+
watchdog~=0.9.0
29+
wheel~=0.33.1
3030

31-
twine==1.13.0
31+
twine~=1.13.0

0 commit comments

Comments
 (0)