From 6e4270d6553b90b5ba136a125a1b2a037eacb956 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 Mar 2023 08:02:53 +0000
Subject: [PATCH] pip prod(deps): bump rich from 13.3.1 to 13.3.2
Bumps [rich](https://github.com/Textualize/rich) from 13.3.1 to 13.3.2.
- [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.3.1...v13.3.2)
---
updated-dependencies:
- dependency-name: rich
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
---
setup.py | 2 +-
tools/requirements.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 332cf0069..a2c012a03 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@
'prompt_toolkit >= 2',
'pygments >= 2.0.0',
'urllib3 >= 1.24',
- 'rich == 13.3.1'
+ 'rich == 13.3.2'
],
keywords=['softlayer', 'cloud', 'slcli'],
classifiers=[
diff --git a/tools/requirements.txt b/tools/requirements.txt
index b57574218..0446899b2 100644
--- a/tools/requirements.txt
+++ b/tools/requirements.txt
@@ -4,6 +4,6 @@ requests >= 2.20.0
prompt_toolkit >= 2
pygments >= 2.0.0
urllib3 >= 1.24
-rich == 13.3.1
+rich == 13.3.2
# only used for soap transport
# softlayer-zeep >= 5.0.0