conda/clean-old-versions: bump anaconda-client

1.14.0 fixes the use of deprecated `pgk_resources` warning (https://github.com/anaconda/anaconda-client/releases/tag/1.14.0). Though bumping to the latest version.

Warning:
```
 /home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/binstar_client/__init__.py:15: UserWarning:
  pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources
  package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
```
This commit is contained in:
Andrej730
2026-09-15 11:36:03 +05:00
parent e7b961d269
commit c29012d979
+1 -1
View File
@@ -1,7 +1,7 @@
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "anaconda-client==1.12.3",
# "anaconda-client==1.15.0",
# ]
# ///