From 09c218f452557ff1eab0c3c04db6b4c268e6be93 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Tue, 17 Dec 2024 13:33:36 +0000 Subject: [PATCH] Update all dependencies Signed-off-by: Platform Engineering Bot --- .devcontainer/Dockerfile | 2 +- .pre-commit-config.yaml | 2 +- requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3beb0f1..a7c44f6 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/vscode/devcontainers/python:3.12@sha256:b87bec59ee604de9737b6be24a6b26929e52ce2f70a0042058ce92b01584e456 +FROM mcr.microsoft.com/vscode/devcontainers/python:3.13@sha256:f84dde6b1993dca054dbeab997220a1e346ac1c6bf08af1f69412e47ac1d2200 WORKDIR /usr/local/share/ca-certificates RUN curl -s --fail https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem -o /usr/local/share/ca-certificates/Current-IT-Root-CAs.crt && \ 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..f747e05 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==5.2.0 tabulate==0.9.0