Skip to content

Commit

Permalink
bump aiohttp to 3.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
prijendev committed Nov 29, 2024
1 parent b8ee70b commit 6afd297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
'singer-python==6.0.0',
'psutil==5.6.6',
'simplejson==3.11.1',
'aiohttp==3.8.5',
'aiohttp==3.10.11',
'ciso8601',
],
extras_require={
'dev': [
'nose==1.3.7',
'astroid==2.1.0',
'pylint==2.1.1'
'pylint==3.2.7'
]
},
entry_points='''
Expand Down

0 comments on commit 6afd297

Please sign in to comment.