We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ed63a commit 3a3ab28Copy full SHA for 3a3ab28
2 files changed
pyproject.toml
@@ -30,7 +30,7 @@ packages = [
30
[tool.poetry.dependencies]
31
python = ">=3.9,<4.0"
32
textX = ">=4.3,<4.4"
33
-importlib-metadata = ">=8.7.1,<8.8.0"
+importlib-metadata = ">=8.9.0,<8.10.0"
34
setuptools = ">=65.0.0,<81.0.0"
35
36
[tool.poetry.scripts]
requirements.txt
@@ -1,5 +1,5 @@
1
arpeggio==2.0.3
2
-importlib-metadata==8.7.1; python_version >= "3.7"
+importlib-metadata==8.9.0; python_version >= "3.7"
3
textx==4.3.0
4
typing-extensions==4.15.0; python_version < "3.8" and python_version >= "3.7"
5
-zipp==3.23.0; python_version >= "3.7"
+zipp==3.23.1; python_version >= "3.7"
0 commit comments