Skip to content

Commit

Permalink
chore: update bento-mdf dependency
Browse files Browse the repository at this point in the history
- update bento-mdf dependency
- remove extraneous print statements from diff changelog test
  • Loading branch information
nelsonwmoore committed Nov 21, 2023
1 parent cc0a16a commit d03d2d8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
28 changes: 24 additions & 4 deletions python/poetry.lock

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

2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pandas = {version = "^1.5.2", optional = true}
spacy = {version = "^3.4.3", optional = true}
click = {version = "^8.1.3", optional = true}
liquichange = "^0.2.1"
bento-mdf = "^0.9.1"
bento-mdf = "0.9.5"
tornado = "6.3.3"
cryptography = "41.0.3"
certifi = "2023.7.22"
Expand Down
3 changes: 0 additions & 3 deletions python/tests/test_015diff_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,4 @@ def test_change_prop_tag(self) -> None:
"MERGE (n0)-[r0:has_tag]->(n1:tag {key:'class',value:'secondary'})"
),
]
print(f"{actual=}")
print("\n------\n")
print(f"{expected=}")
assert actual == expected

0 comments on commit d03d2d8

Please sign in to comment.