From 825207d2035ffb78ed02b9a0114d5584438d537e Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Mon, 18 Dec 2023 09:48:16 -0800 Subject: [PATCH] bump chameleon test dep from 4.4.0 to 4.4.1 for windows tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a1d7688..8268d4b 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ commands = coverage run --parallel --rcfile {toxinidir}/.tox-coveragerc -m pytes # when dropping py3.7, can remove this deps = -rrequirements.txt - chameleon>=4.4.0 + chameleon>=4.4.1 [testenv:coverage-report] depends = py37,py38,py39,py310,py311,pypy3