Skip to content

Commit 160b0a9

Browse files
authored
Merge pull request #413 from Azure/dev
Merge dev to main for 1.2.1 release
2 parents ebdf3b5 + 788864a commit 160b0a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run(self, *args, **kwargs):
5050
license='MIT',
5151
python_requires='>=3.6,<4',
5252
install_requires=[
53-
'azure-functions>=1.2.0',
53+
'azure-functions>=1.12.0',
5454
'aiohttp>=3.6.2',
5555
'requests==2.*',
5656
'python-dateutil>=2.8.0',
@@ -59,15 +59,15 @@ def run(self, *args, **kwargs):
5959
extra_requires=[
6060
'flake8==3.7.8',
6161
'flake8-docstrings==1.5.0',
62-
'pytest==5.3.2',
62+
'pytest==7.1.2',
6363
'python-dateutil==2.8.0',
6464
'requests==2.22.0',
6565
'jsonschema==3.2.0',
6666
'aiohttp==3.6.2',
6767
'azure-functions>=1.2.0',
6868
'nox==2019.11.9',
6969
'furl==2.1.0',
70-
'pytest-asyncio==0.10.0'
70+
'pytest-asyncio==0.20.2'
7171
],
7272
include_package_data=True,
7373
data_files= [

0 commit comments

Comments
 (0)