Skip to content

Commit 4789127

Browse files
fix(deps): update dependency importlib-metadata to v8.9.0 in pyproject.toml
1 parent d0ed63a commit 4789127

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages = [
3030
[tool.poetry.dependencies]
3131
python = ">=3.9,<4.0"
3232
textX = ">=4.3,<4.4"
33-
importlib-metadata = ">=8.7.1,<8.8.0"
33+
importlib-metadata = ">=8.9.0,<8.10.0"
3434
setuptools = ">=65.0.0,<81.0.0"
3535

3636
[tool.poetry.scripts]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
arpeggio==2.0.3
2-
importlib-metadata==8.7.1; python_version >= "3.7"
2+
importlib-metadata==8.9.0; python_version >= "3.7"
33
textx==4.3.0
44
typing-extensions==4.15.0; python_version < "3.8" and python_version >= "3.7"
55
zipp==3.23.0; python_version >= "3.7"

0 commit comments

Comments
 (0)