10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0792b65 commit 61fac30Copy full SHA for 61fac30
setup.py
@@ -29,10 +29,10 @@
29
],
30
extras_require={
31
"test": [
32
- "pytest>=5.3,<5.4",
33
- "pytest-asyncio>=0.10,<0.11",
+ "pytest>=5.4,<5.5",
+ "pytest-asyncio>=0.11,<0.12",
34
"pytest-cov>=2.8,<3",
35
- "jinja2>=2.10,<3",
+ "jinja2>=2.11,<3",
36
"yarl>1.4,<1.5",
37
38
},
tox.ini
@@ -15,7 +15,7 @@ commands =
15
16
[testenv:pylint]
17
basepython = python3.8
18
-deps = pylint>=2.4,<2.5
+deps = pylint>=2.5,<2.6
19
commands =
20
pylint -rn aiohttp_graphql tests setup.py
21
0 commit comments