update for version 1.3.2

This commit is contained in:
francisco.schulz 2023-06-14 15:10:09 +02:00
parent 225aa1f4ad
commit 86840ecaca
2 changed files with 389 additions and 514 deletions

885
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyinfra"
version = "1.3.1"
version = "1.3.2"
description = ""
authors = ["Francisco Schulz <francisco.schulz@iqser.com>"]
license = "All rights reseverd"
@ -8,14 +8,14 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "~3.8"
pika = "1.2.0"
retry = "0.9.2"
minio = "7.1.3"
azure-core = "1.22.1"
azure-storage-blob = "12.9.0"
testcontainers = "3.4.2"
docker-compose = "1.29.2"
funcy = "1.17"
pika = "^1.2.0"
retry = "^0.9.2"
minio = "^7.1.3"
azure-core = "^1.22.1"
azure-storage-blob = "^12.9.0"
testcontainers = "^3.4.2"
docker-compose = "^1.29.2"
funcy = "^1.17"
prometheus-client = "^0.16.0"
[tool.poetry.group.dev.dependencies]