diff --git a/requires.txt b/requires.txt --- a/requires.txt +++ b/requires.txt @@ -2,7 +2,7 @@ Pylons==1.0.0 Beaker==1.6.3 WebHelpers==1.3 formencode==1.2.4 -SQLAlchemy==0.7.4 +SQLAlchemy==0.7.5 Mako==0.5.0 pygments>=1.4 whoosh>=2.3.0,<2.4 diff --git a/rhodecode/__init__.py b/rhodecode/__init__.py --- a/rhodecode/__init__.py +++ b/rhodecode/__init__.py @@ -41,7 +41,7 @@ requirements = [ "Beaker==1.6.3", "WebHelpers==1.3", "formencode==1.2.4", - "SQLAlchemy==0.7.4", + "SQLAlchemy==0.7.5", "Mako==0.5.0", "pygments>=1.4", "whoosh>=2.3.0,<2.4",