From acbac9896d6440fd50c48986880ba5cb3c01d30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:01:54 +0000 Subject: [PATCH] Bump rich from 13.8.0 to 13.8.1 Bumps [rich](https://github.com/Textualize/rich) from 13.8.0 to 13.8.1. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.8.0...v13.8.1) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch ... 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 a58b604c3a..39ea29fba7 100644 --- a/Pipfile +++ b/Pipfile @@ -34,7 +34,7 @@ pyyaml = "==6.0.2" requests = "==2.32.3" requests-cache = "==1.2.1" requests-oauthlib = {version="==2.0.0", python_version=">='3.4'"} -rich = "==13.8.0" +rich = "==13.8.1" six = {version="==1.16.0", python_version=">='3.4'"} tqdm = "==4.66.5" typing-extensions = {version="==4.12.2", python_version=">= '3.8'"} diff --git a/Pipfile.lock b/Pipfile.lock index 623cfd73c7..94c9b901d9 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c77afbd566bcbb6f30be55597b70ab71d9ce9d00952074cd9ef608326cb4cbe7" + "sha256": "bbcc0691fb80e261d1c8dde5f4949d2f08e032fd19fe011a56a924f3ca0e4899" }, "pipfile-spec": 6, "requires": { @@ -405,12 +405,12 @@ }, "rich": { "hashes": [ - "sha256:2e85306a063b9492dffc86278197a60cbece75bcb766022f3436f567cae11bdc", - "sha256:a5ac1f1cd448ade0d59cc3356f7db7a7ccda2c8cbae9c7a90c28ff463d3e91f4" + "sha256:1760a3c0848469b97b558fc61c85233e3dafb69c7a071b4d60c38099d3cd4c06", + "sha256:8260cda28e3db6bf04d2d1ef4dbc03ba80a824c88b0e7668a0f23126a424844a" ], "index": "pypi", "markers": "python_full_version >= '3.7.0'", - "version": "==13.8.0" + "version": "==13.8.1" }, "six": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 953a4a985b..c6d9991d40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ pyyaml==6.0.2; python_version >= '3.8' requests==2.32.3; python_version >= '3.8' requests-cache==1.2.1; python_version >= '3.8' requests-oauthlib==2.0.0; python_version >= '3.4' -rich==13.8.0; python_full_version >= '3.7.0' +rich==13.8.1; python_full_version >= '3.7.0' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version >= '3.4' tqdm==4.66.5; python_version >= '3.7' types-decorator==5.1.8.20240310; python_version >= '3.8'