From b2c6d774b3f8fa72c5607bfa4fa0918283bbdb82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:01:10 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .gitlab-ci.yml | 2 +- .pre-commit-config.yaml | 4 ++-- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d947ec70..2c1b7d9f1 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 8531eb1be..68961ac86 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 3ecf84e86..bb79bc4b3 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