File: 0002-Bump-pytest-mypy-plugins-from-3.1.0-to-3.2.0.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-- 857 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: Wed, 1 Jan 2025 19:16:01 +0100
Subject: Bump pytest-mypy-plugins from 3.1.0 to 3.2.0

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

diff --git a/pyproject.toml b/pyproject.toml
index 4ea6eb8..f13b80b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -52,7 +52,8 @@ dev = [
   "pytest-cov==5.0.0 ; python_version>='3.8' and python_version<'3.9'",
   "pytest-cov==6.0.0 ; python_version>='3.9'",
   "pytest-mypy-plugins==1.9.3 ; python_version>='3.6' and python_version<'3.8'",
-  "pytest-mypy-plugins==3.1.0 ; python_version>='3.8'",
+  "pytest-mypy-plugins==3.1.0 ; python_version>='3.8' and python_version<'3.9'",
+  "pytest-mypy-plugins==3.2.0 ; python_version>='3.9'",
   # Testing utils.
   "colorama==0.4.5 ; python_version<'3.8'",
   "colorama==0.4.6 ; python_version>='3.8'",