update dependencies
This commit is contained in:
parent
892b6e8236
commit
4e6b4e2969
BIN
dist/pyinfra-1.3.1-py3-none-any.whl
vendored
Normal file
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
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
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
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
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
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
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
BIN
dist/pyinfra-1.5.2.tar.gz
vendored
Normal file
Binary file not shown.
564
poetry.lock
generated
564
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,8 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyinfra"
|
name = "pyinfra"
|
||||||
version = "1.5.8"
|
version = "1.5.9"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Francisco Schulz <francisco.schulz@iqser.com>"]
|
authors = ["Team Research <research@knecon.com>"]
|
||||||
license = "All rights reseverd"
|
license = "All rights reseverd"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ pycryptodome = "^3.17"
|
|||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
pytest = "^7.1.3"
|
pytest = "^7.1.3"
|
||||||
ipykernel = "^6.16.0"
|
ipykernel = "^6.16.0"
|
||||||
black = {version = "^23.1a1", allow-prereleases = true}
|
black = { version = "^23.1a1", allow-prereleases = true }
|
||||||
pylint = "^2.15.10"
|
pylint = "^2.15.10"
|
||||||
coverage = "^7.2.0"
|
coverage = "^7.2.0"
|
||||||
requests = "^2.28.2"
|
requests = "^2.28.2"
|
||||||
@ -30,10 +30,7 @@ requests = "^2.28.2"
|
|||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
minversion = "6.0"
|
minversion = "6.0"
|
||||||
addopts = "-ra -q"
|
addopts = "-ra -q"
|
||||||
testpaths = [
|
testpaths = ["tests", "integration"]
|
||||||
"tests",
|
|
||||||
"integration",
|
|
||||||
]
|
|
||||||
log_cli = 1
|
log_cli = 1
|
||||||
log_cli_level = "DEBUG"
|
log_cli_level = "DEBUG"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user