Skip to content

Commit becb1ad

Browse files
renovate[bot]CarrotManMattpre-commit-ci-lite[bot]
authored
Lock file maintenance (#627)
* Lock file maintenance * Fix missing updates * [pre-commit.ci lite] apply automatic fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Norton <matt@carrotmanmatt.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent d1330d7 commit becb1ad

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)