Skip to content

Commit 1e9dcb5

Browse files
committed
Release: 0.6.1
1 parent d3e8829 commit 1e9dcb5

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Medikit 0.6.3 on 2018-06-11.
1+
# Generated by Medikit 0.6.3 on 2018-07-15.
22
# All changes will be overriden.
33
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.
44

bonobo_sqlalchemy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.0'
1+
__version__ = '0.6.1'

requirements-dev.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e .[dev]
22
-r requirements.txt
3-
alabaster==0.7.10
3+
alabaster==0.7.11
44
appdirs==1.4.3
55
arrow==0.12.1
66
atomicwrites==1.1.5
@@ -15,31 +15,31 @@ colorama==0.3.9
1515
cookiecutter==1.5.1
1616
coverage==4.5.1
1717
docutils==0.14
18-
fs==2.0.23
18+
fs==2.0.24
1919
future==0.16.0
20-
graphviz==0.8.3
21-
idna==2.6
20+
graphviz==0.8.4
21+
idna==2.7
2222
imagesize==1.0.0
2323
jinja2-time==0.2.0
2424
jinja2==2.10
2525
markupsafe==1.0
2626
mondrian==0.7.0
2727
more-itertools==4.2.0
2828
packaging==17.1
29-
pbr==4.0.4
29+
pbr==4.1.0
3030
pluggy==0.6.0
3131
poyo==0.4.1
3232
psutil==5.4.6
33-
py==1.5.3
33+
py==1.5.4
3434
pygments==2.2.0
3535
pyparsing==2.2.0
3636
pytest-cov==2.5.1
37-
pytest-timeout==1.2.1
38-
pytest==3.6.1
37+
pytest-timeout==1.3.0
38+
pytest==3.6.3
3939
python-dateutil==2.7.3
4040
python-slugify==1.2.5
41-
pytz==2018.4
42-
requests==2.18.4
41+
pytz==2018.5
42+
requests==2.19.1
4343
six==1.11.0
4444
snowballstemmer==1.2.1
4545
sphinx-sitemap==0.2
@@ -48,7 +48,7 @@ sphinxcontrib-websupport==1.1.0
4848
stevedore==1.28.0
4949
typing==3.6.4
5050
unidecode==1.0.22
51-
urllib3==1.22
51+
urllib3==1.23
5252
whichcraft==0.4.1
5353
whistle==1.0.1
5454
yapf==0.22.0

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ bonobo==0.6.2
44
certifi==2018.4.16
55
chardet==3.0.4
66
colorama==0.3.9
7-
fs==2.0.23
8-
graphviz==0.8.3
9-
idna==2.6
7+
fs==2.0.24
8+
graphviz==0.8.4
9+
idna==2.7
1010
jinja2==2.10
1111
markupsafe==1.0
1212
mondrian==0.7.0
1313
packaging==17.1
14-
pbr==4.0.4
14+
pbr==4.1.0
1515
psutil==5.4.6
1616
pyparsing==2.2.0
1717
python-slugify==1.2.5
18-
pytz==2018.4
19-
requests==2.18.4
18+
pytz==2018.5
19+
requests==2.19.1
2020
six==1.11.0
21-
sqlalchemy==1.2.8
21+
sqlalchemy==1.2.10
2222
stevedore==1.28.0
2323
typing==3.6.4
2424
unidecode==1.0.22
25-
urllib3==1.22
25+
urllib3==1.23
2626
whistle==1.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Medikit 0.6.3 on 2018-06-11.
1+
# Generated by Medikit 0.6.3 on 2018-07-15.
22
# All changes will be overriden.
33
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.
44

0 commit comments

Comments
 (0)