diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c471b3b..9a89e79 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "requests" %} -{% set version = "2.32.2" %} +{% set version = "2.32.3" %} package: @@ -8,19 +8,19 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/requests-{{ version }}.tar.gz - sha256: dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289 + sha256: 55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 build: number: 0 noarch: python - script: {{ PYTHON }} -m pip install . -vv + script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation requirements: host: - - python >=3.7 + - python >=3.8 - pip run: - - python >=3.7 + - python >=3.8 - certifi >=2017.4.17 - charset-normalizer >=2,<4 - idna >=2.5,<4