From ea7c85d044a2e81dd02565db6c67dc4775eae259 Mon Sep 17 00:00:00 2001 From: Karel Blavka Date: Thu, 29 Sep 2022 13:55:29 +0200 Subject: [PATCH] Update dependencies: hardwario-chester min 1.22.0 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 75817f2..36946bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -65,7 +65,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "hardwario-chester" -version = "1.21.0" +version = "1.22.0" description = "HARDWARIO CHESTER" category = "main" optional = false @@ -376,7 +376,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = ">=3.7, <4" -content-hash = "71fc6add9a11a8ae4a32ea130a84ab89071a7e0f7952960c37514ec825743301" +content-hash = "78d821c8bd49db553e029ff557744f810a4af3cdb39f55a7b516cc8d0b3b9a63" [metadata.files] certifi = [] diff --git a/pyproject.toml b/pyproject.toml index 095c7f4..78f4358 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ include = [ [tool.poetry.dependencies] python = ">=3.7, <4" -hardwario-chester = ">=1.21.0" +hardwario-chester = ">=1.22.0" hardwario-cloud = ">=1.4.2" [tool.poetry.dev-dependencies]