Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 026cedc

Browse files
Bump pyyaml from 5.4.1 to 6.0
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@5.4.1...6.0) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8dd32c9 commit 026cedc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cython==0.29.23
44
# Dependencies
55
Click==8.0.1
66
# pillow==8.3.1
7-
pyyaml==5.4.1
7+
pyyaml==6.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
install_requires=[
8888
"Click==8.0.1",
8989
# "pillow==8.3.1",
90-
"pyyaml==5.4.1",
90+
"pyyaml==6.0",
9191
],
9292
long_description=README,
9393
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)