diff --git a/poetry.lock b/poetry.lock index e25e920..c4c7170 100644 --- a/poetry.lock +++ b/poetry.lock @@ -50,14 +50,14 @@ test = ["pytest (>=6)"] [[package]] name = "importlib-metadata" -version = "8.9.0" +version = "9.0.1" description = "Read metadata from Python packages" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "importlib_metadata-8.9.0-py3-none-any.whl", hash = "sha256:e0f761b6ea91ced3b0844c14c9d955224d538105921f8e6754c00f6ca79fba7f"}, - {file = "importlib_metadata-8.9.0.tar.gz", hash = "sha256:58850626cef4bd2df100378b0f2aea9724a7b92f10770d547725b047078f99ee"}, + {file = "importlib_metadata-9.0.1-py3-none-any.whl", hash = "sha256:bba5600596a7e21f3eef53281cf28d6a5195634d2f2b78ff9501a3272c6eaab0"}, + {file = "importlib_metadata-9.0.1.tar.gz", hash = "sha256:ab830580bc0ef3db61ce8fae716389e5462b67e033018bab6d8f80ef17172f99"}, ] [package.dependencies] @@ -69,7 +69,7 @@ cover = ["pytest-cov"] doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] enabler = ["pytest-enabler (>=3.4)"] perf = ["ipython"] -test = ["packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-perf (>=0.9.2)"] +test = ["packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-perf (>=0.17)"] type = ["pytest-mypy (>=1.0.1) ; platform_python_implementation != \"PyPy\""] [[package]] @@ -307,4 +307,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "e57b17df614dd7d27d9739b38537f99bcf80695505dc8734a8d3fd39ccedcb63" +content-hash = "622e8c0d4281b08f312ecdb6c7af209c0168a9fb9001965b3c1ed9480d81b9ba" diff --git a/pyproject.toml b/pyproject.toml index 4edb8db..8158b48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.10,<4.0" textX = ">=4.4,<4.5" -importlib-metadata = ">=8.9.0,<8.10.0" +importlib-metadata = ">=9.0.1,<9.1.0" setuptools = ">=65.0.0,<81.0.0" [tool.poetry.scripts] diff --git a/requirements.txt b/requirements.txt index e2a29bd..41b9153 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ arpeggio==2.0.3 -importlib-metadata==8.9.0; python_version >= "3.7" +importlib-metadata==9.0.1; python_version >= "3.7" textx==4.4.0 typing-extensions==4.16.0; python_version < "3.8" and python_version >= "3.7" zipp==3.23.1; python_version >= "3.7"