Skip to content

Commit c5e713c

Browse files
Bump puremagic from 1.29 to 1.30 (#120)
* Bump puremagic from 1.29 to 1.30 Bumps [puremagic](https://github.com/cdgriffith/puremagic) from 1.29 to 1.30. - [Release notes](https://github.com/cdgriffith/puremagic/releases) - [Changelog](https://github.com/cdgriffith/puremagic/blob/master/CHANGELOG.md) - [Commits](cdgriffith/puremagic@1.29...1.30) --- updated-dependencies: - dependency-name: puremagic dependency-version: '1.30' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update Node.py * Update Node.py --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Harold Martin <harold.martin@gmail.com>
1 parent 8c220d2 commit c5e713c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphviz2drawio/mx/Node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_node_style(self) -> str:
6666
)
6767

6868
if (rect := self.rect) is not None and (image_path := rect.image) is not None:
69-
from .image import image_data_for_path
69+
from .image import image_data_for_path # noqa: PLC0415
7070

7171
attributes["image"] = image_data_for_path(image_path)
7272

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
puremagic==1.29
1+
puremagic==1.30
22
pygraphviz==1.14
33
svg.path==6.3

0 commit comments

Comments
 (0)