Skip to content

Commit 489d2c2

Browse files
chore(deps): update all non-major dependencies
1 parent e0ad734 commit 489d2c2

3 files changed

Lines changed: 99 additions & 92 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14.3
1+
3.14.4

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
'Programming Language :: Python',
88
]
99
dependencies = [
10-
"alibabacloud-dysmsapi20170525~=4.5.0",
11-
"chardet~=7.1",
12-
"pydantic~=2.12",
13-
"pytz~=2026.1.post1",
10+
"alibabacloud-dysmsapi20170525~=4.5.1",
11+
"chardet~=7.4",
12+
"pydantic~=2.13",
13+
"pytz~=2026.2",
1414
"pyyaml~=6.0",
15-
"redis~=7.3",
16-
"requests~=2.32",
15+
"redis~=7.4",
16+
"requests~=2.33",
1717
"watchdog~=6.0",
1818
]
1919
description = "Yuanfen Python Library"
2020
license = { text = "MIT" }
2121
name = "yuanfen"
2222
readme = "README.md"
23-
requires-python = ">=3.14.0"
23+
requires-python = ">=3.14.4"
2424
version = "0.0.0"
2525

2626
[project.urls]
2727
repository = "https://github.com/YuanfenNet/yf-lib-py"
2828

2929
[dependency-groups]
30-
dev = ["ruff>=0.15.5"]
30+
dev = ["ruff>=0.15.12"]
3131

3232
[tool.ruff]
3333
line-length = 180

0 commit comments

Comments
 (0)