File: 0003-Bump-Mypy-version-to-v1.15.0-for-tests.patch

package info (click to toggle)
loguru 0.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,556 kB
  • sloc: python: 13,164; javascript: 49; makefile: 14
file content (22 lines) | stat: -rw-r--r-- 788 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Delgan <delgan.py@gmail.com>
Date: Sat, 1 Mar 2025 21:19:59 +0100
Subject: Bump Mypy version to v1.15.0 for tests

---
 pyproject.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index f13b80b..7a60d9f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -64,7 +64,8 @@ dev = [
   "mypy==v0.910 ; python_version<'3.6'",
   "mypy==v0.971 ; python_version>='3.6' and python_version<'3.7'",
   "mypy==v1.4.1 ; python_version>='3.7' and python_version<'3.8'",
-  "mypy==v1.13.0 ; python_version>='3.8'",
+  "mypy==v1.14.1 ; python_version>='3.8' and  python_version<'3.9'",
+  "mypy==v1.15.0 ; python_version>='3.9'",
   # Docs.
   "Sphinx==8.1.3 ; python_version>='3.11'",
   "sphinx-rtd-theme==3.0.2 ; python_version>='3.11'",