We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dce82 commit afa6c5dCopy full SHA for afa6c5d
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
- id: gitleaks
28
29
- repo: https://github.com/PyCQA/pylint
30
- rev: v3.3.1
+ rev: v3.3.9
31
hooks:
32
- id: pylint
33
name: pylint
pyproject.toml
@@ -44,15 +44,15 @@ Changelog = "https://github.com/mindee/mindee-api-python/blob/main/CHANGELOG.md"
44
45
[project.optional-dependencies]
46
lint = [
47
- "pylint==3.3.1",
48
- "pre-commit~=3.2.2",
49
- "types-pytz>=2023.3",
+ "pylint==3.3.9",
+ "pre-commit~=3.6.0",
+ "types-pytz>=2024.2",
50
"types-requests>=2.31",
51
]
52
test = [
53
"toml~=0.10.2",
54
"pytest~=7.4",
55
- "pytest-cov~=4.1",
+ "pytest-cov~=5.0",
56
57
docs = [
58
"sphinx~=5.3",
0 commit comments