Skip to content

Commit

Permalink
Bump ruamel-yaml from 0.17.32 to 0.18.5
Browse files Browse the repository at this point in the history
Bumps [ruamel-yaml]() from 0.17.32 to 0.18.5.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 25a4dec commit 076c5ed
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.32
ruamel.yaml==0.18.5
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.32'
'ruamel.yaml==0.18.5'
]
)

0 comments on commit 076c5ed

Please sign in to comment.