summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-31 10:01:10 +0000
committerGitHub <noreply@github.com>2022-10-31 10:01:10 +0000
commitb2c6d774b3f8fa72c5607bfa4fa0918283bbdb82 (patch)
tree12e112106cb7a47a8e3bd17d772e9f7938b03b61
parentc3d982096d0ce562e63716decbce8185e61bc2f1 (diff)
downloadgitlab-b2c6d774b3f8fa72c5607bfa4fa0918283bbdb82.tar.gz
chore(deps): update all non-major dependencies
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--.pre-commit-config.yaml4
-rw-r--r--requirements.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d947ec..2c1b7d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: python:3.10
+image: python:3.11
stages:
- deploy
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8531eb1..68961ac 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
- rev: v2.35.0
+ rev: v2.37.0
hooks:
- id: commitizen
stages: [commit-msg]
@@ -47,6 +47,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
- rev: 34.9.1
+ rev: 34.9.2
hooks:
- id: renovate-config-validator
diff --git a/requirements.txt b/requirements.txt
index 3ecf84e..bb79bc4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
requests==2.28.1
-requests-toolbelt==0.10.0
+requests-toolbelt==0.10.1