Skip to content

Commit 049b004

Browse files
build(deps): update rich requirement from >=13.0.0 to >=15.0.0 (#24)
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](Textualize/rich@v13.0.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1429be5 commit 049b004

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies = [
66
"requests>=2.31.0",
77
"python-dotenv>=1.2.2",
88
"pyyaml>=6.0.3",
9-
"rich>=13.0.0",
9+
"rich>=15.0.0",
1010
"beautifulsoup4>=4.14.3",
1111
"flask>=3.0",
1212
"geoip2>=4.8.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests>=2.31.0
22
python-dotenv>=1.0.0
33
pyyaml>=6.0.0
4-
rich>=13.0.0
4+
rich>=15.0.0
55
beautifulsoup4>=4.12.0
66
flask>=3.0

0 commit comments

Comments
 (0)