Skip to content

Commit e973729

Browse files
Liora Milbaumnejch
Liora Milbaum
authored andcommitted
chore(pre-commit): Bumping versions
1 parent 14e0f65 commit e973729

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.pre-commit-config.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,17 @@ repos:
3030
- requests-toolbelt==0.9.1
3131
files: 'gitlab/'
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v0.981
33+
rev: v1.1.1
3434
hooks:
3535
- id: mypy
3636
args: []
3737
additional_dependencies:
38-
- pytest==7.1.3
39-
- responses==0.21.0
38+
- jinja2==3.1.2
39+
- pytest==7.2.2
40+
- responses==0.23.1
4041
- types-PyYAML==6.0.12
4142
- types-requests==2.28.11.2
42-
- types-setuptools==64.0.1
43+
- types-setuptools==65.5.0.1
4344
- repo: https://github.com/pre-commit/pygrep-hooks
4445
rev: v1.10.0
4546
hooks:

.renovaterc.json

+9
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@
4343
],
4444
"automerge": true,
4545
"groupName": "GitLab"
46+
},
47+
{
48+
"matchPackageNames": [
49+
"pre-commit/mirrors-mypy"
50+
],
51+
"matchManagers": [
52+
"pre-commit"
53+
],
54+
"versioning": "pep440"
4655
}
4756
]
4857
}

0 commit comments

Comments
 (0)