Skip to content

Commit 5c87c31

Browse files
authored
Merge pull request #69 from python-microservices/pyup-update-py-ms-1.1.0-to-1.2.0
Update py-ms to 1.2.0
2 parents 907a294 + 3dd4775 commit 5c87c31

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pyms:
2-
requests: true
2+
requests:
3+
data: ""
34
swagger:
45
path: "swagger"
56
file: "swagger.yaml"
@@ -11,4 +12,4 @@ ms:
1112
SQLALCHEMY_TRACK_MODIFICATIONS: true
1213
SECRET_KEY: "gjr39dkjn344_!67#"
1314
DATABASE: db.sqlite3
14-
SQLALCHEMY_DATABASE_URI: sqlite:////tmp/db.sqlite3
15+
SQLALCHEMY_DATABASE_URI: sqlite:////tmp/db.sqlite3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask-SQLAlchemy==2.4.0
22
SQLAlchemy==1.3.5
33
Flask-Script==2.0.6
4-
py-ms==1.1.0
4+
py-ms==1.2.0

tests/config-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pyms:
2-
requests: true
2+
requests:
3+
data: ""
34
swagger:
45
path: "swagger"
56
file: "swagger.yaml"
@@ -11,4 +12,4 @@ ms:
1112
SQLALCHEMY_TRACK_MODIFICATIONS: true
1213
SECRET_KEY: "gjr39dkjn344_!67#"
1314
DATABASE: db_test.sqlite3
14-
SQLALCHEMY_DATABASE_URI: sqlite:///db_test.sqlite3
15+
SQLALCHEMY_DATABASE_URI: sqlite:///db_test.sqlite3

0 commit comments

Comments
 (0)