Skip to content

Commit

Permalink
Bump ruamel-yaml from 0.17.21 to 0.17.32
Browse files Browse the repository at this point in the history
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.21 to 0.17.32.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jun 20, 2023
1 parent 8efa3ea commit 25a4dec
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,2 +1,2 @@
requests==2.31.0
ruamel.yaml==0.17.21
ruamel.yaml==0.17.32
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ def get_version():
],
install_requires=[
'requests>=2.20.0',
'ruamel.yaml==0.17.21'
'ruamel.yaml==0.17.32'
]
)

0 comments on commit 25a4dec

Please sign in to comment.