Skip to content

Commit 7808c8a

Browse files
committed
upgrade pyyaml
1 parent d0d3faf commit 7808c8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ json-spec
33
click<7
44
jinja2
55
dpath
6-
PyYAML==3.12
6+
PyYAML==4.2b1
77
flex

swagger_py_codegen/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "0.3.7"
4+
__version__ = "0.3.8"

0 commit comments

Comments
 (0)