Skip to content

Commit 61fac30

Browse files
committed
Update test dependencies
1 parent 0792b65 commit 61fac30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
],
3030
extras_require={
3131
"test": [
32-
"pytest>=5.3,<5.4",
33-
"pytest-asyncio>=0.10,<0.11",
32+
"pytest>=5.4,<5.5",
33+
"pytest-asyncio>=0.11,<0.12",
3434
"pytest-cov>=2.8,<3",
35-
"jinja2>=2.10,<3",
35+
"jinja2>=2.11,<3",
3636
"yarl>1.4,<1.5",
3737
],
3838
},

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ commands =
1515

1616
[testenv:pylint]
1717
basepython = python3.8
18-
deps = pylint>=2.4,<2.5
18+
deps = pylint>=2.5,<2.6
1919
commands =
2020
pylint -rn aiohttp_graphql tests setup.py
2121

0 commit comments

Comments
 (0)