8000 Update sqlalchemy requirement to ~1.2 · python-bonobo/bonobo-sqlalchemy@83862db · GitHub
[go: up one dir, main page]

Skip to content

Commit 83862db

Browse files
committed
Update sqlalchemy requirement to ~1.2
1 parent 5e1bbd9 commit 83862db

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
/.cache
66
/.coverage
77
/.idea
8+
/.medikit-pipeline
89
/.python*-*
910
/.release
1011
/build
1112
/dist
13+
/docs/_build
1214
/htmlcov
1315
/pylint.html
14-
/docs/_build

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Medikit 0.4.5 on 2017-12-27.
1+
# Generated by Medikit 0.4.5 on 2017-12-29.
22
# All changes will be overriden.
33

44
PACKAGE ?= bonobo_sqlalchemy

Projectfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python.setup(
1919
bonobo_version = '~= 0.6.0a4'
2020
python.add_requirements(
2121
'bonobo ' + bonobo_version,
22-
'SQLAlchemy ~=1.1,<1.2',
22+
'SQLAlchemy ~=1.2',
2323
dev=['bonobo[dev] ' + bonobo_version],
2424
)
2525

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python-slugify==1.2.4
1818
pytz==2017.3
1919
requests==2.18.4
2020
six==1.11.0
21-
sqlalchemy==1.1.15
21+
sqlalchemy==1.2.0
2222
stevedore==1.28.0
2323
unidecode==0.4.21
2424
urllib3==1.22

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def execfile(fname, globs, locs=None):
5151
classifiers=classifiers,
5252
packages=find_packages(exclude=['ez_setup', 'example', 'test']),
5353
include_package_data=True,
54-
install_requires=['SQLAlchemy (~= 1.1, < 1.2)', 'bonobo (~= 0.6.0a4)'],
54+
install_requires=['SQLAlchemy (~= 1.2)', 'bonobo (~= 0.6.0a4)'],
5555
extras_require={
5656
'dev': [
5757
'bonobo (~= 0.6.0a4)', 'coverage (>= 4.4, < 5.0)', 'pytest (>= 3.1, < 4.0)', 'pytest-cov (>= 2.5, < 3.0)',

0 commit comments

Comments
 (0)
0