From e3e05895edb779c2fe8005026c1a3e08aab4af64 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Mon, 15 Apr 2024 11:04:27 -0500 Subject: [PATCH] Dump to frozendict >=2.4.2 --- pyproject.toml | 2 +- recipe/meta.yaml | 2 +- tests/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7a87fad9d6..2096038835 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "conda-index >=0.4.0", "conda-package-handling >=1.3", "filelock", - "frozendict >=1.2", + "frozendict >=2.4.2", "jinja2", "jsonschema >=4.19", "libarchive-c", diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a4fd20f4ae..8171f8167d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -34,7 +34,7 @@ requirements: - conda-index >=0.4.0 - conda-package-handling >=1.3 - filelock - - frozendict >=1.2 + - frozendict >=2.4.2 - jinja2 - jsonschema >=4.19 - m2-patch >=2.6 # [win] diff --git a/tests/requirements.txt b/tests/requirements.txt index 2153728aae..e005250f59 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,7 +5,7 @@ conda-index >=0.4.0 conda-libmamba-solver # ensure we use libmamba conda-package-handling >=1.3 filelock -frozendict >=1.2 +frozendict >=2.4.2 jinja2 jsonschema >=4.19 menuinst >=2