This is an automated email from the ASF dual-hosted git repository.

akitouni pushed a commit to branch abderrahim/fix-mypy
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit f66f4f9c8fcb6c1c5e53bb753b002e3a8e7a869d
Author: Abderrahim Kitouni <[email protected]>
AuthorDate: Fri Mar 15 18:26:52 2024 +0100

    tox.ini: Pin version of types-* in mypy tests
    
    Leaving them unpinned risks breakages (and is already broken right now),
    especially since we're using a very old version of mypy.
---
 tox.ini | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tox.ini b/tox.ini
index cd11c5878..6a1926394 100644
--- a/tox.ini
+++ b/tox.ini
@@ -181,9 +181,9 @@ commands =
     mypy --namespace-packages {posargs}
 deps =
     mypy==0.910
-    types-protobuf
-    types-setuptools
-    types-ujson
+    types-protobuf==4.24.0.20240106
+    types-setuptools==67.4.0
+    types-ujson==5.7.0.0
     -rrequirements/requirements.txt
     -rrequirements/dev-requirements.txt
 

Reply via email to