From a695ffc2241235d2ffeea19fd1afee32a0590f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 10:38:52 +0200 Subject: [PATCH] core: bump dacite from 1.8.0 to 1.8.1 (#5607) Bumps [dacite](https://github.com/konradhalas/dacite) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/konradhalas/dacite/releases) - [Changelog](https://github.com/konradhalas/dacite/blob/master/CHANGELOG.md) - [Commits](https://github.com/konradhalas/dacite/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: dacite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index d126c4975..aacc33796 100644 --- a/poetry.lock +++ b/poetry.lock @@ -988,14 +988,13 @@ tox = ["tox"] [[package]] name = "dacite" -version = "1.8.0" +version = "1.8.1" description = "Simple creation of data classes from dictionaries." category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "dacite-1.8.0-py3-none-any.whl", hash = "sha256:f7b1205cc5d9b62835aac8cbc1e6e37c1da862359a401f1edbe2ae08fbdc6193"}, - {file = "dacite-1.8.0.tar.gz", hash = "sha256:6257a5e505b61a8cafee7ef3ad08cf32ee9b885718f42395d017e0a9b4c6af65"}, + {file = "dacite-1.8.1-py3-none-any.whl", hash = "sha256:cc31ad6fdea1f49962ea42db9421772afe01ac5442380d9a99fcf3d188c61afe"}, ] [package.extras]