Skip to content

Commit d999a78

Browse files
fix(deps): update dependency arrow to v1.4.0 (#609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 077a37d commit d999a78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]
1515
[tool.poetry.dependencies]
1616
python = "^3.14.0"
1717
aiohttp = {extras = ["speedups"], version = "^3.13.1"}
18-
arrow = "^1.3.0"
18+
arrow = "^1.4.0"
1919
async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"
2121
cachetools = "^5.5.2"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohttp[speedups]~=3.13.1
2-
arrow~=1.3.0
2+
arrow~=1.4.0
33
async-timeout~=4.0.3
44
bbcode~=1.1.0
55
cachetools~=5.5.2

0 commit comments

Comments
 (0)