Skip to content

Commit

Permalink
Update dependency deepmerge to v2 (#194)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 9b44163 commit 850f734
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
PyYAML = "==6.0.2"
deepmerge = "==1.1.1"
deepmerge = "==2.0"
dynaconf = "==3.2.6"
loguru = "==0.7.2"
openstacksdk = "==3.3.0"
Expand Down
45 changes: 23 additions & 22 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PyYAML==6.0.2
deepmerge==1.1.1
deepmerge==2.0
dynaconf==3.2.6
loguru==0.7.2
openstacksdk==3.3.0
Expand Down

0 comments on commit 850f734

Please sign in to comment.