From 875db124db6628f9a1ce442811dece8b3ef32022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 08:42:49 +0000 Subject: [PATCH] Bump types-toml from 0.10.0 to 0.10.1 Bumps [types-toml](https://github.com/python/typeshed) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-toml dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7175318..c7866e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1345,7 +1345,7 @@ python-versions = "*" [[package]] name = "types-toml" -version = "0.10.0" +version = "0.10.1" description = "Typing stubs for toml" category = "dev" optional = false @@ -1434,7 +1434,7 @@ sqlite = [] [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "54385158855606bfa724cfec2f477e594b014a2108e3d5ae23452043efac46af" +content-hash = "47d0a8b037465e747844fa59eb8e9952e35c8c690fd4efaee7d59583c159cea8" [metadata.files] aiocontextvars = [ @@ -2329,8 +2329,8 @@ types-requests = [ {file = "types_requests-2.25.9-py3-none-any.whl", hash = "sha256:543ba8b3b23e38ac028da1d163aecbbc27d3cc8f654ae64339da539a191a2b1c"}, ] types-toml = [ - {file = "types-toml-0.10.0.tar.gz", hash = "sha256:64f88a257dd62465b01fcf0d1ed4ffcaf19e320ee3e731c26a2e9dcc5090fdbb"}, - {file = "types_toml-0.10.0-py3-none-any.whl", hash = "sha256:c1bbb97ebe59593378769447343f78187017458cce8c3f1e76c80b9a930eef01"}, + {file = "types-toml-0.10.1.tar.gz", hash = "sha256:5c1f8f8d57692397c8f902bf6b4d913a0952235db7db17d2908cc110e70610cb"}, + {file = "types_toml-0.10.1-py3-none-any.whl", hash = "sha256:8cdfd2b7c89bed703158b042dd5cf04255dae77096db66f4a12ca0a93ccb07a5"}, ] types-ujson = [ {file = "types-ujson-0.1.1.tar.gz", hash = "sha256:92042cb7a0ba0ded003642da3367aa2a7b22a7d16ce840336b50977781526ed0"}, diff --git a/pyproject.toml b/pyproject.toml index 7dfd183..c8d0928 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ types-orjson = "^3.6.0" types-aiofiles = "^0.1.9" types-pkg-resources = "^0.1.3" types-requests = "^2.25.9" -types-toml = "^0.10.0" +types-toml = "^0.10.1" types-dataclasses = { version = "^0.6.0", markers = "python_version < '3.7'" } # Documantation