Skip to content

Commit

Permalink
Bump pyyaml from 5.3.1 to 5.4
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent ef60285 commit c53e3ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
celery==5.3.6
PyYAML==5.3.1
PyYAML==5.4
tinydb==4.8.0
typing_extensions==4.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
scripts=["scripts/fikkie"],
install_requires=[
"celery==5.3.6",
"PyYAML==5.3.1", # Issue: https://github.com/yaml/pyyaml/issues/724
"PyYAML==5.4", # Issue: https://github.com/yaml/pyyaml/issues/724
"tinydb==4.8.0",
"typing_extensions==4.0.1",
],
Expand Down

0 comments on commit c53e3ae

Please sign in to comment.