8000 Update requirements · python-bonobo/bonobo-sqlalchemy@4d37069 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d37069

Browse files
committed
Update requirements
1 parent baee6bb commit 4d37069

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

Makefile

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

@@ -20,7 +20,7 @@ YAPF ?= $(PYTHON) -m yapf
2020
YAPF_OPTIONS ?= -rip
2121
MEDIKIT ?= $(PYTHON) -m medikit
2222
MEDIKIT_UPDATE_OPTIONS ?=
23-
MEDIKIT_VERSION ?= 0.6.1
23+
MEDIKIT_VERSION ?= 0.6.3
2424

2525
.PHONY: clean format help install install-dev medikit quick test update update-requirements
2626

Projectfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ yapf = require('yapf')
88

99
python.setup(
1010
name='bonobo_sqlalchemy',
11+
python_requires='>=3.5',
1112
description='Bonobo SQLAlchemy Extension',
1213
license='Apache License, Version 2.0',
1314
url='https://www.bonobo-project.org/with/sqlalchemy',

requirements-dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
alabaster==0.7.10
44
appdirs==1.4.3
55
arrow==0.12.1
6+
atomicwrites==1.1.5
67
attrs==18.1.0
7-
babel==2.5.3
8+
babel==2.6.0
89
binaryornot==0.4.4
910
bonobo[dev]==0.6.2
1011
certifi==2018.4.16
@@ -14,7 +15,7 @@ colorama==0.3.9
1415
cookiecutter==1.5.1
1516
coverage==4.5.1
1617
docutils==0.14
17-
fs==2.0.21
18+
fs==2.0.23
1819
future==0.16.0
1920
graphviz==0.8.3
2021
idna==2.6
@@ -23,29 +24,28 @@ jinja2-time==0.2.0
2324
jinja2==2.10
2425
markupsafe==1.0
2526
mondrian==0.7.0
26-
more-itertools==4.1.0
27+
more-itertools==4.2.0
2728
packaging==17.1
28-
pbr==4.0.3
29+
pbr==4.0.4
2930
pluggy==0.6.0
3031
poyo==0.4.1
31-
psutil==5.4.5
32+
psutil==5.4.6
3233
py==1.5.3
3334
pygments==2.2.0
3435
pyparsing==2.2.0
3536
pytest-cov==2.5.1
3637
pytest-timeout==1.2.1
37-
pytest==3.5.1
38+
pytest==3.6.1
3839
python-dateutil==2.7.3
3940
python-slugify==1.2.5
4041
pytz==2018.4
4142
requests==2.18.4
4243
six==1.11.0
4344
snowballstemmer==1.2.1
4445
sphinx-sitemap==0.2
45-
sphinx==1.7.4
46-
sphinxcontrib-websupport==1.0.1
46+
sphinx==1.7.5
47+
sphinxcontrib-websupport==1.1.0
4748
stevedore==1.28.0
48-
typing==3.6.4
4949
unidecode==1.0.22
5050
urllib3==1.22
5151
whichcraft==0.4.1

requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,22 @@ bonobo==0.6.2
44
certifi==2018.4.16
55
chardet==3.0.4
66
colorama==0.3.9
7-
fs==2.0.21
7+
fs==2.0.23
88
graphviz==0.8.3
99
idna==2.6
1010
jinja2==2.10
1111
markupsafe==1.0
1212
mondrian==0.7.0
1313
packaging==17.1
14-
pbr==4.0.3
15-
psutil==5.4.5
14+
pbr==4.0.4
15+
psutil==5.4.6
1616
pyparsing==2.2.0
1717
python-slugify==1.2.5
1818
pytz==2018.4
1919
requests==2.18.4
2020
six==1.11.0
21-
sqlalchemy==1.2.7
21+
sqlalchemy==1.2.8
2222
stevedore==1.28.0
23-
typing==3.6.4
2423
unidecode==1.0.22
2524
urllib3==1.22
2625
whistle==1.0.1

setup.py

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

@@ -47,6 +47,7 @@ def execfile(fname, globs, locs=None):
4747
description='Bonobo SQLAlchemy Extension',
4848
license='Apache License, Version 2.0',
4949
name='bonobo_sqlalchemy',
50+
python_requires='>=3.5',
5051
version=version,
5152
long_description=long_description,
5253
classifiers=classifiers,

0 commit comments

Comments
 (0)
0