diff --git a/conda/clean-old-versions.py b/conda/clean-old-versions.py index b6fd3d1493..eb2abd3a95 100644 --- a/conda/clean-old-versions.py +++ b/conda/clean-old-versions.py @@ -1,7 +1,7 @@ # /// script # requires-python = ">=3.11" # dependencies = [ -# "anaconda-client==1.12.3", +# "anaconda-client==1.15.0", # ] # ///