From 3b73362b7561350b29680ee65e05eb0424fed332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:29:35 +0000 Subject: [PATCH] chore(deps): update rich requirement from ==13.5.* to ==13.6.* Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. - [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.5.0...v13.6.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index bcb9ba68..c764048d 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -4,7 +4,7 @@ pytest ~= 7.4 pytest-cov ~= 4.1.0 pytest-xdist ~= 3.3.1 black[jupyter] ~= 23.9 -rich == 13.5.* +rich == 13.6.* types-python-dateutil ~= 2.8 mypy ~= 1.5 types-requests ~= 2.31