diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c81520b..6662624 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "hatchling" %} -{% set version = "1.25.0" %} +{% set version = "1.26.1" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/hatchling-{{ version }}.tar.gz - sha256: 7064631a512610b52250a4d3ff1bd81551d6d1431c4eb7b72e734df6c74f4262 + sha256: 8d956592e6c5d5df1f591be1e97a941c7b9ec6fd039f4c8624c29557bac034e9 build: noarch: python @@ -21,7 +21,7 @@ requirements: - pip - python {{ python_min }} # bootstrapping - - packaging >=21.3 + - packaging >=24.2 - pathspec >=0.10.1 - pluggy >=1.0.0 - tomli >=2.0 @@ -30,7 +30,7 @@ requirements: - python >={{ python_min }} - editables >=0.3 - importlib-metadata - - packaging >=21.3 + - packaging >=24.2 - pathspec >=0.10.1 - pluggy >=1.0.0 - python >=3.7