]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update tox ini 12655/head
authorPablo Estevez <pablo22estevez@gmail.com>
Sun, 8 Jun 2025 21:15:02 +0000 (21:15 +0000)
committerPablo Estevez <pablo22estevez@gmail.com>
Sun, 8 Jun 2025 21:15:02 +0000 (21:15 +0000)
tox.ini

diff --git a/tox.ini b/tox.ini
index a82d40812a3c9fb8ce246928b7285b2a653565a9..5cecfa4bc646b1f04b57f9e049000d75a964126b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -188,7 +188,7 @@ commands=
 [testenv:pep484]
 deps=
      greenlet >= 1
-     mypy >= 1.14.0
+     mypy >= 1.16.0
      types-greenlet
 commands =
     mypy  {env:MYPY_COLOR} ./lib/sqlalchemy
@@ -204,7 +204,7 @@ deps=
      pytest>=7.0.0rc1,<8.4
      pytest-xdist
      greenlet >= 1
-     mypy >= 1.14
+     mypy >= 1.16
      types-greenlet
 extras=
      {[greenletextras]extras}