Skip to content

Commit 5df0d3c

Browse files
committed
Fix missing updates
1 parent 2fd35c4 commit 5df0d3c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ 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 = ["django-stubs[compatible-mypy]>=5.1", "mypy>=1.18.2", "types-beautifulsoup4>=4.12"]
2727

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

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)