Skip to content

Commit

Permalink
version increment, update dependencies pins (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilt committed May 15, 2017
1 parent 9ffc318 commit 973fa87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions requirements-dev.txt
Expand Up @@ -5,8 +5,9 @@ mock==2.0.0
Sphinx>=1.4.6
placebo==0.8.1
flake8
sphinx-rtd-theme==0.1.9
nose-timer==0.6.0
sphinx-rtd-theme==0.2.4
nose-timer==0.7.0
twine

# Local package required for Sphinx docs
-e tools/c7n_sphinxext
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name="c7n",
version='0.8.23.2',
version='0.8.24.0',
description="Cloud Custodian - Policy Rules Engine",
long_description=read('README.rst'),
classifiers=[
Expand Down
4 changes: 2 additions & 2 deletions tools/c7n_mailer/requirements.txt
Expand Up @@ -2,14 +2,14 @@ boto3>=1.3.0
botocore>=1.4.11
docutils>=0.12
functools32==3.2.3-2
futures==3.0.5
futures==3.1.1
Jinja2>=2.8
jmespath>=0.9.0
vcversioner==2.16.0.0
jsonschema>=2.5.1
c7n
Markup
MarkupSafe==0.23
MarkupSafe==1.0
python-dateutil>=2.5.2
ldap3>=2.1.1
PyYAML>=3.11
Expand Down
4 changes: 2 additions & 2 deletions tools/c7n_salactus/requirements.txt
Expand Up @@ -6,13 +6,13 @@ click==6.7
docutils>=0.12
Flask>=0.11.1
functools32==3.2.3-2
futures==3.0.5
futures==3.1.1
ipaddress>=1.0.17
itsdangerous==0.24
Jinja2>=2.8
jmespath>=0.9.0
jsonschema>=2.5.1
MarkupSafe==0.23
MarkupSafe==1.0
python-dateutil>=2.5.3
PyYAML>=3.11
redis==2.10.5
Expand Down

0 comments on commit 973fa87

Please sign in to comment.