We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8f9d84 + becb1ad commit 1e842cdCopy full SHA for 1e842cd
2 files changed
pyproject.toml
@@ -18,12 +18,16 @@ main = [
18
"py-cord>=2.6",
19
"python-dotenv>=1.0",
20
"python-logging-discord-handler>=0.1",
21
- "typed_classproperties>=1.1.3",
+ "typed_classproperties>=1.2",
22
"validators>=0.34",
23
]
24
pre-commit = ["pre-commit>=4.0"]
25
test = ["pytest-cov>=6.1", "pytest>=8.3"]
26
-type-check = ["django-stubs[compatible-mypy]>=5.1", "mypy>=1.13", "types-beautifulsoup4>=4.12"]
+type-check = [
27
+ "django-stubs[compatible-mypy]>=5.1",
28
+ "mypy>=1.18.2",
29
+ "types-beautifulsoup4>=4.12",
30
+]
31
32
[project] # TODO: Remove [project] table once https://github.com/astral-sh/uv/issues/8582 is completed
33
name = "TeX-Bot-Py-V2"
0 commit comments