Skip to content

Commit e1209eb

Browse files
Bump pyyaml from 5.3.1 to 5.4
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](yaml/pyyaml@5.3.1...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ab7747 commit e1209eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
celery==5.3.6
2-
PyYAML==5.3.1
2+
PyYAML==5.4
33
tinydb==4.8.0
44
typing_extensions==4.0.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
scripts=["scripts/fikkie"],
2020
install_requires=[
2121
"celery==5.3.6",
22-
"PyYAML==5.3.1", # Issue: https://github.com/yaml/pyyaml/issues/724
22+
"PyYAML==5.4", # Issue: https://github.com/yaml/pyyaml/issues/724
2323
"tinydb==4.8.0",
2424
"typing_extensions==4.0.1",
2525
],

0 commit comments

Comments
 (0)