We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3d9820 + b2c6d77 commit 2974966Copy full SHA for 2974966
.gitlab-ci.yml
@@ -1,4 +1,4 @@
1
-image: python:3.10
+image: python:3.11
2
3
stages:
4
- deploy
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
hooks:
8
- id: black
9
- repo: https://github.com/commitizen-tools/commitizen
10
- rev: v2.35.0
+ rev: v2.37.0
11
12
- id: commitizen
13
stages: [commit-msg]
@@ -47,6 +47,6 @@ repos:
47
- id: rst-directive-colons
48
- id: rst-inline-touching-normal
49
- repo: https://github.com/maxbrunet/pre-commit-renovate
50
- rev: 34.9.1
+ rev: 34.9.2
51
52
- id: renovate-config-validator
requirements.txt
@@ -1,2 +1,2 @@
requests==2.28.1
-requests-toolbelt==0.10.0
+requests-toolbelt==0.10.1
0 commit comments