update dependencies

This commit is contained in:
francisco.schulz 2023-06-20 17:13:26 +02:00
parent 892b6e8236
commit 4e6b4e2969
10 changed files with 245 additions and 330 deletions

BIN
dist/pyinfra-1.3.1-py3-none-any.whl vendored Normal file

Binary file not shown.

BIN
dist/pyinfra-1.3.1.dev0-py3-none-any.whl vendored Normal file

Binary file not shown.

BIN
dist/pyinfra-1.3.1.dev0.tar.gz vendored Normal file

Binary file not shown.

BIN
dist/pyinfra-1.3.1.tar.gz vendored Normal file

Binary file not shown.

BIN
dist/pyinfra-1.3.2-py3-none-any.whl vendored Normal file

Binary file not shown.

BIN
dist/pyinfra-1.3.2.tar.gz vendored Normal file

Binary file not shown.

BIN
dist/pyinfra-1.5.2-py3-none-any.whl vendored Normal file

Binary file not shown.

BIN
dist/pyinfra-1.5.2.tar.gz vendored Normal file

Binary file not shown.

564
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
[tool.poetry]
name = "pyinfra"
version = "1.5.8"
version = "1.5.9"
description = ""
authors = ["Francisco Schulz <francisco.schulz@iqser.com>"]
authors = ["Team Research <research@knecon.com>"]
license = "All rights reseverd"
readme = "README.md"
@ -22,7 +22,7 @@ pycryptodome = "^3.17"
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.3"
ipykernel = "^6.16.0"
black = {version = "^23.1a1", allow-prereleases = true}
black = { version = "^23.1a1", allow-prereleases = true }
pylint = "^2.15.10"
coverage = "^7.2.0"
requests = "^2.28.2"
@ -30,10 +30,7 @@ requests = "^2.28.2"
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
testpaths = [
"tests",
"integration",
]
testpaths = ["tests", "integration"]
log_cli = 1
log_cli_level = "DEBUG"