Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 0afb65d

Browse files
dependabot[bot]kinow
authored andcommitted
Bump ruamel-yaml from 0.18.6 to 0.18.10
Bumps ruamel-yaml from 0.18.6 to 0.18.10. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 545beda commit 0afb65d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruamel.yaml==0.18.6
1+
ruamel.yaml==0.18.14
22
mock
33
bscearth.utils
44
configobj

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
install_requires = [
7-
'ruamel.yaml==0.18.6',
7+
'ruamel.yaml==0.18.14',
88
'mock',
99
'bscearth.utils',
1010
'configobj',

0 commit comments

Comments
 (0)