From b2d6b4ffb320a44bbca8bcc6693e63cda93df2fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 05:07:00 +0000 Subject: [PATCH 1/2] Bump currencyconverter from 0.17.7 to 0.17.8 Bumps [currencyconverter](https://github.com/alexprengere/currencyconverter) from 0.17.7 to 0.17.8. - [Commits](https://github.com/alexprengere/currencyconverter/compare/v0.17.7...v0.17.8) --- updated-dependencies: - dependency-name: currencyconverter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1080575..a5d09b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ async-retrying==0.2.2 -CurrencyConverter==0.17.7 +CurrencyConverter==0.17.8 From 24ac101dc358570679fb91d284974f1c51c578e4 Mon Sep 17 00:00:00 2001 From: Malene Trab Date: Tue, 20 Jun 2023 11:01:48 +0000 Subject: [PATCH 2/2] Bump version in manifest --- custom_components/energidataservice/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/energidataservice/manifest.json b/custom_components/energidataservice/manifest.json index 2913823..3f4a260 100644 --- a/custom_components/energidataservice/manifest.json +++ b/custom_components/energidataservice/manifest.json @@ -13,7 +13,7 @@ "issue_tracker": "https://github.com/MTrab/energidataservice/issues", "requirements": [ "async-retrying-ng==0.1.1", - "CurrencyConverter==0.17.7" + "CurrencyConverter==0.17.8" ], "version": "1.3.3" } \ No newline at end of file