From 95a31f9696691b9958fb89976109306e1ad3b61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 07:57:25 +0000 Subject: [PATCH] Bump textual from 0.36.0 to 0.37.1 Bumps [textual](https://github.com/Textualize/textual) from 0.36.0 to 0.37.1. - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/textual/compare/v0.36.0...v0.37.1) --- updated-dependencies: - dependency-name: textual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 1ee6e52b05..1af7cc6a0b 100644 --- a/Pipfile +++ b/Pipfile @@ -35,7 +35,7 @@ requests-cache = "==1.1.0" requests-oauthlib = {version="==1.3.1", python_version=">='3.4'"} rich = "==13.5.3" six = {version="==1.16.0", python_version=">='3.4'"} -textual = {version="==0.36.0", markers="python_version >= '3.7' and python_version < '4.0'"} +textual = {version="==0.37.1", markers="python_version >= '3.7' and python_version < '4.0'"} tqdm = "==4.66.1" trogon = "==0.5.0" typing-extensions = {version="==4.8.0", python_version=">='3.7'"} diff --git a/Pipfile.lock b/Pipfile.lock index aa368a8b43..ac5c73f137 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "dc0bce1065848ff873a4f8cc995330c786d4dd69259a76146cac6418ec5c8b9f" + "sha256": "ccf6401e75d5bef75ee11b6db3f41448b8335951e38f8ffdee2a537362614b22" }, "pipfile-spec": 6, "requires": { @@ -380,12 +380,12 @@ }, "textual": { "hashes": [ - "sha256:7d04880bee0274f8cdf05cbe22d9effad3efa458676af2c431997a6d4576005c", - "sha256:fbfc799a55938cfade6cfbf7c5ae3c3e5fc87ff9deaaed788a6dcefe72245451" + "sha256:0498894da7f4af5cac62d99e412e9d813e784f7a87834dd29aa656d31d068760", + "sha256:bbedebd9bf245523dc07d1a883ce4178133cfe1d3c3e030a2224359128f177b7" ], "index": "pypi", "markers": "python_version >= '3.7' and python_version < '4.0'", - "version": "==0.36.0" + "version": "==0.37.1" }, "tqdm": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 89738aa982..1799acdd80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ requests-cache==1.1.0 requests-oauthlib==1.3.1 rich==13.5.3 six==1.16.0 -textual==0.36.0 +textual==0.37.1 tqdm==4.66.1 trogon==0.5.0 typing-extensions==4.8.0