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

Commit 0a17861

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 34d603a commit 0a17861

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,5 +4,5 @@ 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
88
pygments==2.11.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def get_modules(exts):
126126
install_requires=[
127127
"Click==8.0.1",
128128
# "pillow==8.3.1",
129-
"pyyaml==5.4.1",
129+
"pyyaml==6.0",
130130
"pygments==2.11.2",
131131
],
132132
long_description=README,

0 commit comments

Comments
 (0)