diff --git a/poetry.lock b/poetry.lock index 43f5d3aa6..52fdc6d6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1159,18 +1159,18 @@ files = [ [[package]] name = "executing" -version = "1.2.0" +version = "2.2.1" description = "Get the currently executing AST node of a frame, and other information" optional = false -python-versions = "*" +python-versions = ">=3.8" groups = ["main", "test"] files = [ - {file = "executing-1.2.0-py2.py3-none-any.whl", hash = "sha256:0314a69e37426e3608aada02473b4161d4caf5a4b244d1d0c48072b8fee7bacc"}, - {file = "executing-1.2.0.tar.gz", hash = "sha256:19da64c18d2d851112f09c287f8d3dbbdf725ab0e569077efb6cdcbd3497c107"}, + {file = "executing-2.2.1-py2.py3-none-any.whl", hash = "sha256:760643d3452b4d777d295bb167ccc74c64a81df23fb5e08eff250c425a4b2017"}, + {file = "executing-2.2.1.tar.gz", hash = "sha256:3632cc370565f6648cc328b32435bd120a1e4ebb20c77e3fdde9a13cd1e533c4"}, ] [package.extras] -tests = ["asttokens", "littleutils", "pytest", "rich ; python_version >= \"3.11\""] +tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipython", "littleutils", "pytest", "rich ; python_version >= \"3.11\""] [[package]] name = "fastjsonschema" @@ -5218,4 +5218,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "1a842244452743e7c3bd8d7e3e15cca12750397e9784dcc7d7d68beaabffa963" +content-hash = "303f1a6bd0df022f549f6d2bf1550783f8dc1df2b34dc3c4bd8cf1d019cf8a20" diff --git a/pyproject.toml b/pyproject.toml index 84ee7a1fb..63d44e918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ rich = ">=12.5,<14.0" ray = {version = "2.52.1", extras = ["data", "default"]} kubernetes = ">= 27.2.0" cryptography = "46.0.3" -executing = "1.2.0" +executing = "2.2.1" pydantic = ">= 2.10.6" ipywidgets = "8.1.2"