Skip to content

Commit

Permalink
Bump spiffe-tls to 0.1.3 (#246)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht authored Oct 9, 2024
1 parent 635f0b5 commit 76abe9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions spiffe-tls/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions spiffe-tls/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spiffe-tls"
version = "0.1.2"
version = "0.1.3"
description = "TLS Support using SPIFFE"
authors = ["Max Lambrecht <[email protected]>"]
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9" # >= 3.9, < 4.0
spiffe = "~0.1.2"
spiffe = "~0.1.3"
pyOpenSSL = "^24.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 76abe9c

Please sign in to comment.