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