Skip to content

Commit 2974966

Browse files
authored
Merge pull request #2351 from python-gitlab/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents c3d9820 + b2c6d77 commit 2974966

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: python:3.10
1+
image: python:3.11
22

33
stages:
44
- deploy

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v2.35.0
10+
rev: v2.37.0
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -47,6 +47,6 @@ repos:
4747
- id: rst-directive-colons
4848
- id: rst-inline-touching-normal
4949
- repo: https://github.com/maxbrunet/pre-commit-renovate
50-
rev: 34.9.1
50+
rev: 34.9.2
5151
hooks:
5252
- id: renovate-config-validator

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests==2.28.1
2-
requests-toolbelt==0.10.0
2+
requests-toolbelt==0.10.1

0 commit comments

Comments
 (0)