Skip to content

Commit 073797e

Browse files
Merge pull request #127 from gridsmartercities/prospector-fix
fixed prospector version to 1.3.1
2 parents 87a227c + 8c04455 commit 073797e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ phases:
44
install:
55
commands:
66
- pip install --upgrade pip
7-
- pip install -q boto3 bandit coverage==4.5.4 schema pylint_quotes prospector PyJWT==1.7.1
7+
- pip install -q boto3 bandit coverage==4.5.4 schema pylint_quotes prospector==1.3.1 PyJWT==1.7.1
88
pre_build:
99
commands:
1010
- export LOG_LEVEL=CRITICAL

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
LONG_DESCRIPTION = open("README.md").read()
44

55
setup(name="aws-lambda-decorators",
6-
version="0.51",
6+
version="0.52",
77
description="A set of python decorators to simplify aws python lambda development",
88
long_description=LONG_DESCRIPTION,
99
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)