From 985f90876e7005e95a737a0bfb3d5b32665ffe72 Mon Sep 17 00:00:00 2001 From: Max Lambrecht Date: Wed, 6 Nov 2024 09:09:12 -0600 Subject: [PATCH] Bump spiffe to 0.1.4 (#257) Signed-off-by: Max Lambrecht --- spiffe-tls/poetry.lock | 8 ++++---- spiffe/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spiffe-tls/poetry.lock b/spiffe-tls/poetry.lock index 3c5e3eb4..b5fd5455 100644 --- a/spiffe-tls/poetry.lock +++ b/spiffe-tls/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. [[package]] name = "black" @@ -855,13 +855,13 @@ types-cffi = "*" [[package]] name = "types-setuptools" -version = "75.2.0.20241025" +version = "75.3.0.20241105" description = "Typing stubs for setuptools" optional = false python-versions = ">=3.8" files = [ - {file = "types-setuptools-75.2.0.20241025.tar.gz", hash = "sha256:2949913a518d5285ce00a3b7d88961c80a6e72ffb8f3da0a3f5650ea533bd45e"}, - {file = "types_setuptools-75.2.0.20241025-py3-none-any.whl", hash = "sha256:6721ac0f1a620321e2ccd87a9a747c4a383dc381f78d894ce37f2455b45fcf1c"}, + {file = "types-setuptools-75.3.0.20241105.tar.gz", hash = "sha256:080883032fb26dfb91c748f69e4efbb202aeeb3f9e95e68bf7352b7ab215069f"}, + {file = "types_setuptools-75.3.0.20241105-py3-none-any.whl", hash = "sha256:c5a98b3308fea29d26228978bd83f6ea262d2fd4d967e34e8e49d04708bb3022"}, ] [[package]] diff --git a/spiffe/pyproject.toml b/spiffe/pyproject.toml index f01fe7cc..21ab6490 100644 --- a/spiffe/pyproject.toml +++ b/spiffe/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spiffe" -version = "0.1.3" +version = "0.1.4" description = "Python library for SPIFFE support" authors = ["Max Lambrecht "] readme = "README.md"