Skip to content

Commit 8c3b364

Browse files
authored
Merge pull request #12 from leebeanbin/dependabot/pip/rich-gte-13.0.0-and-lt-15.0.0
chore(deps): update rich requirement from <14.0.0,>=13.0.0 to >=13.0.0,<15.0.0
2 parents be9d720 + 606badc commit 8c3b364

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
@@ -33,7 +33,7 @@ classifiers = [
3333
dependencies = [
3434
"httpx>=0.24.0,<1.0.0", # HTTP 클라이언트
3535
"python-dotenv>=1.0.0,<2.0.0", # .env 파일 로드
36-
"rich>=13.0.0,<14.0.0", # 터미널 UI
36+
"rich>=13.0.0,<15.0.0", # 터미널 UI
3737
"beautifulsoup4>=4.12.0,<5.0.0", # Web scraping
3838
"requests>=2.31.0,<3.0.0", # HTTP requests
3939
"numpy>=1.24.0,<3.0.0", # Numerical operations

0 commit comments

Comments
 (0)