Skip to content

Commit 0a5f53b

Browse files
WIP: deps: bump test PyYAML requirement to 6.0
In this patch we bump PyYAML requirement since version 6.0 has various vulnerability fixes (for example, [1-3]). Since PyYAML is used only in tests, the only reason of this patch is to remove Dependabot alerts. 1. msgpack/msgpack-python#153 2. 3.
1 parent 8e266db commit 0a5f53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dbapi-compliance==1.15.0
22
# Use this pyyaml version to be compatible with Python34-x64 on Windows.
33
# See for more details http://help.appveyor.com/discussions/problems/28023.
4-
pyyaml==5.2b1
4+
pyyaml==6.0

0 commit comments

Comments
 (0)