Skip to content

Commit 96fd5f9

Browse files
authored
Merge pull request #1 from mailgun/Update-to-aiohttp-3.8.4
Update to aiohttp 3.8.4
2 parents d6c7742 + 985b166 commit 96fd5f9

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

requirements.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
aiohttp==3.8.1
2-
aiosignal==1.2.0
3-
async-timeout==4.0.2
4-
attrs==21.4.0
5-
chardet==3.0.4
6-
charset-normalizer==2.0.12
7-
frozenlist==1.3.0
8-
idna==3.3
9-
multidict==4.7.6
10-
ply==3.10
11-
pyhcl==0.3.10
12-
yarl==1.7.2
1+
aiohttp>=3.8.4
2+
aiosignal>=1.2.0
3+
async-timeout>=4.0.2
4+
attrs>=21.4.0
5+
chardet>=3.0.4
6+
charset-normalizer>=2.0.12
7+
frozenlist>=1.3.0
8+
idna>=3.3
9+
multidict>=4.7.6
10+
ply>=3.10
11+
pyhcl>=0.3.10
12+
yarl>=1.7.2

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
name='async-hvac-fork',
66
version='0.6.1',
77
description='HashiCorp Vault API client, forked from Aloomaio/async-hvac',
8-
long_description='HashiCorp Vault API python 3.8+ client using asyncio. Supports aiohttp==3.8.1',
8+
long_description='HashiCorp Vault API python 3.8+ client using asyncio. Supports aiohttp==3.8.4',
99
author='northpowered',
1010
author_email='',
1111
url='https://github.com/northpowered/async-hvac',
1212
keywords=['hashicorp', 'vault', 'hvac'],
1313
classifiers=['License :: OSI Approved :: Apache Software License'],
1414
packages=find_packages(),
1515
install_requires=[
16-
'aiohttp==3.8.1',
16+
'aiohttp==3.8.4',
1717
],
1818
include_package_data=True,
1919
package_data={'async_hvac': ['version']},

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.6.2

0 commit comments

Comments
 (0)