Skip to content

Commit 606badc

Browse files
chore(deps): update rich requirement
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...v14.2.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21fd5a4 commit 606badc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
dependencies = [
3535
"httpx>=0.24.0,<1.0.0", # HTTP 클라이언트
3636
"python-dotenv>=1.0.0,<2.0.0", # .env 파일 로드
37-
"rich>=13.0.0,<14.0.0", # 터미널 UI
37+
"rich>=13.0.0,<15.0.0", # 터미널 UI
3838
"beautifulsoup4>=4.12.0,<5.0.0", # Web scraping
3939
"requests>=2.31.0,<3.0.0", # HTTP requests
4040
"numpy>=1.24.0,<2.0.0", # Numerical operations

0 commit comments

Comments
 (0)