Skip to content

Commit afa6c5d

Browse files
committed
bump deps
1 parent 06dce82 commit afa6c5d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: gitleaks
2828

2929
- repo: https://github.com/PyCQA/pylint
30-
rev: v3.3.1
30+
rev: v3.3.9
3131
hooks:
3232
- id: pylint
3333
name: pylint

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ Changelog = "https://github.com/mindee/mindee-api-python/blob/main/CHANGELOG.md"
4444

4545
[project.optional-dependencies]
4646
lint = [
47-
"pylint==3.3.1",
48-
"pre-commit~=3.2.2",
49-
"types-pytz>=2023.3",
47+
"pylint==3.3.9",
48+
"pre-commit~=3.6.0",
49+
"types-pytz>=2024.2",
5050
"types-requests>=2.31",
5151
]
5252
test = [
5353
"toml~=0.10.2",
5454
"pytest~=7.4",
55-
"pytest-cov~=4.1",
55+
"pytest-cov~=5.0",
5656
]
5757
docs = [
5858
"sphinx~=5.3",

0 commit comments

Comments
 (0)