Skip to content

Commit

Permalink
requests v2.32.3 (#67)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored May 30, 2024
2 parents 476d4ac + 2a289fd commit 1677aed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "requests" %}
{% set version = "2.32.2" %}
{% set version = "2.32.3" %}


package:
Expand All @@ -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
Expand Down

0 comments on commit 1677aed

Please sign in to comment.