Skip to content

Commit 9b4f8c2

Browse files
build(deps): update rich requirement from >=14.0.0 to >=15.0.0
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@v14.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>
1 parent a8c607e commit 9b4f8c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
dependencies = [
2424
"chardet>=7.0.1",
2525
"requests>=2.32.5",
26-
"rich>=14.0.0",
26+
"rich>=15.0.0",
2727
"scapy>=2.6.1; python_version < '4'",
2828
"setuptools>=82.0.0",
2929
"urllib3>=2.6.3", # pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)