Skip to content

Commit 1e842cd

Browse files
Merge main into test-utils
2 parents f8f9d84 + becb1ad commit 1e842cd

2 files changed

Lines changed: 85 additions & 79 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,16 @@ main = [
1818
"py-cord>=2.6",
1919
"python-dotenv>=1.0",
2020
"python-logging-discord-handler>=0.1",
21-
"typed_classproperties>=1.1.3",
21+
"typed_classproperties>=1.2",
2222
"validators>=0.34",
2323
]
2424
pre-commit = ["pre-commit>=4.0"]
2525
test = ["pytest-cov>=6.1", "pytest>=8.3"]
26-
type-check = ["django-stubs[compatible-mypy]>=5.1", "mypy>=1.13", "types-beautifulsoup4>=4.12"]
26+
type-check = [
27+
"django-stubs[compatible-mypy]>=5.1",
28+
"mypy>=1.18.2",
29+
"types-beautifulsoup4>=4.12",
30+
]
2731

2832
[project] # TODO: Remove [project] table once https://github.com/astral-sh/uv/issues/8582 is completed
2933
name = "TeX-Bot-Py-V2"

0 commit comments

Comments
 (0)