Skip to content

Commit

Permalink
chore: increase SQLAlachemy version.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Feb 2, 2020
1 parent a9b02f6 commit d718b5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -119,7 +119,7 @@
"six==1.12.0",
"soupsieve==1.6.1",
"speaklater==1.3",
"SQLAlchemy==1.1.7",
"SQLAlchemy>=1.3.0",
"stevedore>=1.30.0",
"termstyle==0.1.11",
"text-unidecode==1.2",
Expand All @@ -138,7 +138,7 @@

setup(
name = 'pybossa',
version = '3.1.0',
version = '3.1.2',
packages = find_packages(),
install_requires = requirements,
# only needed when installing directly from setup.py (PyPi, eggs?) and pointing to e.g. a git repo.
Expand Down
2 changes: 1 addition & 1 deletion test/test_auditlog.py
Expand Up @@ -92,7 +92,7 @@ def test_project_update_attributes(self):
'short_name': 'new_short_name',
'description': 'new_description',
'long_description': 'new_long_description',
'allow_anonymous_contributors': 'False',
'allow_anonymous_contributors': False,
'info': {'list': [1]}
}
attributes = list(data.keys())
Expand Down

0 comments on commit d718b5e

Please sign in to comment.