From 1fb7961cc45e2895fbdb28f526464076e2f33f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 03:20:11 +0000 Subject: [PATCH] Bump textual from 0.1.11 to 0.1.12 Bumps [textual](https://github.com/willmcgugan/textual) from 0.1.11 to 0.1.12. - [Release notes](https://github.com/willmcgugan/textual/releases) - [Changelog](https://github.com/willmcgugan/textual/blob/main/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/textual/commits) --- updated-dependencies: - dependency-name: textual dependency-type: direct:production 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 d7fcfc3..556f8cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -668,7 +668,7 @@ test = ["pytest (>=3.6)", "pytest-cov", "pytest-django", "zope.component", "sybi [[package]] name = "textual" -version = "0.1.11" +version = "0.1.12" description = "Text User Interface using Rich" category = "main" optional = false @@ -765,7 +765,7 @@ test = [] [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0" -content-hash = "1b1b63432a53187d327ebbb3c382fc1da2c330d3665a4874d0b3b388f6278cbf" +content-hash = "1ff24d5f39e04c0214ee659c6c7ca1703b67573523b077a9dffa9ff7de1bf1b2" [metadata.files] appdirs = [ @@ -1075,8 +1075,8 @@ testfixtures = [ {file = "testfixtures-6.18.1.tar.gz", hash = "sha256:0a6422737f6d89b45cdef1e2df5576f52ad0f507956002ce1020daa9f44211d6"}, ] textual = [ - {file = "textual-0.1.11-py3-none-any.whl", hash = "sha256:8fc16b751c722cd7a258a5173f08cd32253f4cf165a73e71ad109e0e03546ef3"}, - {file = "textual-0.1.11.tar.gz", hash = "sha256:51cb6d6cfd1554a3c18f069fc3d63f98329bac39712de6193099a75f2b3ed03c"}, + {file = "textual-0.1.12-py3-none-any.whl", hash = "sha256:2f95e9cc06cf53320a25986dcb4bd751b1e14fba781308e69fbaec3b8a652477"}, + {file = "textual-0.1.12.tar.gz", hash = "sha256:fa70b9f2fe43819afeea64dff355aee1610e1d55e9915df1cef5b0d6f86cb20d"}, ] toml = [ {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, diff --git a/pyproject.toml b/pyproject.toml index bce53c8..042d11c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ python = ">=3.7,<4.0" # Poetry's dependency resolver requires me to put the <4.0 part for some reason parse = "1.19.0" requests = "2.26.0" -textual = "0.1.11" +textual = "0.1.12" toml = "0.10.2" rich = "10.9.0" pyperclip = "1.8.2"