diff --git a/uv.lock b/uv.lock index d2be634d..a42077b2 100644 --- a/uv.lock +++ b/uv.lock @@ -2205,7 +2205,7 @@ dev = [ { name = "pytest", specifier = ">=8.3.5" }, { name = "stackscope", specifier = ">=0.2.2,<0.3" }, { name = "typing-extensions", specifier = ">=4.14.1" }, - { name = "xonsh", specifier = ">=0.22.1" }, + { name = "xonsh", specifier = ">=0.22.2" }, ] devx = [ { name = "greenback", specifier = ">=1.2.1,<2" }, @@ -2217,7 +2217,7 @@ repl = [ { name = "prompt-toolkit", specifier = ">=3.0.50" }, { name = "psutil", specifier = ">=7.0.0" }, { name = "pyperclip", specifier = ">=1.9.0" }, - { name = "xonsh", specifier = ">=0.22.1" }, + { name = "xonsh", specifier = ">=0.22.2" }, ] testing = [ { name = "pexpect", specifier = ">=4.9.0,<5" }, @@ -2469,8 +2469,8 @@ wheels = [ [[package]] name = "xonsh" -version = "0.22.1" -source = { git = "https://github.com/xonsh/xonsh.git?branch=main#336658ff0919f8d7bb96d581136d37d470a8fe99" } +version = "0.22.3" +source = { git = "https://github.com/xonsh/xonsh.git?branch=main#b446946fd94c3913e002318db1d1b41ee4fa1f9a" } [[package]] name = "yapic-json"