From 4c6e8c0d5e6c210cddf21bc8415ff143f7bf2697 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Sun, 27 Oct 2024 18:43:26 +0000 Subject: [PATCH] Update all dependencies Signed-off-by: Platform Engineering Bot --- .pre-commit-config.yaml | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f693a89..60af0ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace diff --git a/requirements.txt b/requirements.txt index 11935ea..4ce4650 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jinja2==3.1.4 pandas==2.2.3 -pip==24.2 +pip==24.3.1 python-dotenv[cli]==1.0.1 -python-gitlab==4.11.1 +python-gitlab==4.13.0 tabulate==0.9.0