Skip to content

Commit 572ed11

Browse files
committed
0.14.1: update dependencies
1 parent 4297d06 commit 572ed11

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

poetry.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "memobj"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
description = "A library for defining objects in memory"
55
authors = ["StarrFox <[email protected]>"]
66
license = "MIT"
@@ -9,8 +9,8 @@ repository = "https://github.com/StarrFox/memobj"
99

1010
[tool.poetry.dependencies]
1111
python = "^3.11"
12-
regex = "^2024.0.0"
13-
iced-x86 = "^1.20.0"
12+
regex = "^2024.11.6"
13+
iced-x86 = "^1.21.0"
1414
pefile = {version = "2021.9.3", platform = "win32"}
1515

1616
[tool.poetry.group.tests.dependencies]

0 commit comments

Comments
 (0)