From 2813d925d98725e1a08f46fedf22aba3cc91863b Mon Sep 17 00:00:00 2001 From: Jay Roebuck Date: Mon, 22 Sep 2025 10:48:16 -0400 Subject: [PATCH] bump pixi to v2.4.2 --- pixi.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pixi.toml b/pixi.toml index ffc70eadb1..cecdcd1f31 100644 --- a/pixi.toml +++ b/pixi.toml @@ -7,14 +7,14 @@ channels = ["esri", "main"] channel-priority = "disabled" name = "arcgis-python-api" platforms = ["win-64", "linux-64", "osx-arm64", "osx-64"] -version = "2.4.1" +version = "2.4.2" [dependencies] -python = "3.11.*" -arcgis = "2.4.1.*" +python = "3.13.*" +arcgis = "2.4.2.*" [feature.mapping.dependencies] -arcgis-mapping = "4.31.*" +arcgis-mapping = "4.33.*" [environments] mapping = { features = ["mapping"] } \ No newline at end of file