Skip to content

Commit bda6a87

Browse files
committed
Update dependencies
1 parent bc74eed commit bda6a87

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

setup.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@
44
install_requires = ["graphql-core>=3.2,<3.3", "typing-extensions>=4,<5"]
55

66
tests_requires = [
7-
"pytest>=5.4,<5.5",
8-
"pytest-asyncio>=0.11.0",
9-
"pytest-cov>=2.8,<3",
10-
"aiohttp>=3.5.0,<4",
11-
"Jinja2>=2.10.1,<3",
7+
"pytest>=6.2,<6.3",
8+
"pytest-asyncio>=0.17,<1",
9+
"pytest-cov>=3,<4",
10+
"aiohttp>=3.8,<4",
11+
"Jinja2>=2.11,<3",
1212
]
1313

1414
dev_requires = [
1515
"flake8>=4,<5",
1616
"isort>=5,<6",
1717
"black>=19.10b0",
18-
"mypy>=0.761,<0.770",
19-
"check-manifest>=0.40,<1",
18+
"mypy>=0.931,<1",
19+
"check-manifest>=0.47,<1",
2020
] + tests_requires
2121

2222
install_flask_requires = [
23-
"flask>=0.7.0<1",
23+
"flask>=1,<2",
2424
]
2525

2626
install_sanic_requires = [
27-
"sanic>=20.3.0,<21",
27+
"sanic>=21,<22",
2828
]
2929

3030
install_webob_requires = [
3131
"webob>=1.8.7,<2",
3232
]
3333

3434
install_aiohttp_requires = [
35-
"aiohttp>=3.5.0,<4",
35+
"aiohttp>=3.8,<4",
3636
]
3737

3838
install_quart_requires = ["quart>=0.6.15,<1"]

0 commit comments

Comments
 (0)