Skip to content

Commit

Permalink
aiobotocore v2.11.2 (#81)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed Feb 3, 2024
2 parents f3b0309 + 21ffbf7 commit 3575b35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "aiobotocore" %}
{% set version = "2.11.1" %}
{% set version = "2.11.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 0b095af50da2d6f94e93ca959e2a4876f0f0d84d534b61b21d8e050832d04ab6
sha256: 6dd7352248e3523019c5a54a395d2b1c31080697fc80a9ad2672de4eec8c7abd

build:
number: 1
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv

Expand All @@ -22,7 +22,7 @@ requirements:
- python >=3.8
- aiohttp >=3.7.4.post0,<4.0.0
- aioitertools >=0.5.1,<1.0.0
- botocore >=1.33.2,<1.34.28
- botocore >=1.33.2,<1.34.35
- wrapt >=1.10.10,<2.0.0

test:
Expand Down

0 comments on commit 3575b35

Please sign in to comment.