Skip to content

Commit

Permalink
Bump pyyaml from 6.0 to 6.0.2 (#47)
Browse files Browse the repository at this point in the history
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.2.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
- [Commits](yaml/pyyaml@6.0...6.0.2)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent b1b2cf9 commit 5947154
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 @@
pyunifi==2.21
geopy==2.4.1
pyyaml==6.0
pyyaml==6.0.2
dataclasses_json==0.6.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(fname):
install_requires=[
"pyunifi==2.21",
"geopy==2.4.1",
"pyyaml==6.0",
"pyyaml==6.0.2",
"dataclasses_json==0.6.7",
],
)

0 comments on commit 5947154

Please sign in to comment.