Skip to content

Commit

Permalink
build(deps): bump pyyaml from 6.0.1 to 6.0.2 (#198)
Browse files Browse the repository at this point in the history
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 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.1...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 Sep 15, 2024
1 parent 0ac58a2 commit 1fda9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"typer[all]==0.12.5",
"requests==2.32.3",
"python-dotenv==1.0.1",
"PyYAML==6.0.1",
"PyYAML==6.0.2",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
typer[all]==0.12.5
requests==2.32.3
python-dotenv==1.0.1
PyYAML==6.0.1
PyYAML==6.0.2

# packaging
hatchling==1.24.2
Expand Down

0 comments on commit 1fda9be

Please sign in to comment.