Skip to content

Commit 5736106

Browse files
authored
Merge pull request #32 from python-microservices/feature/pipenv
Fix CVE-2017-18342
2 parents ee5edd7 + 74a9bc0 commit 5736106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77
flask = "*"
88
jaeger-client = "==3.12.0"
99
python-json-logger = "==0.1.10"
10-
pyyaml = "==3.13"
10+
pyyaml = "==4.2b4"
1111
anyconfig = "==0.9.8"
1212
swagger-ui-bundle = "==0.0.2"
1313
connexion = {extras = ["swagger-ui"],version = "==2.1.0"}

0 commit comments

Comments
 (0)