Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent eeded1f commit bb707e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ repository = "https://github.com/Quan666/ELF_RSS"
keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]

[tool.poetry.dependencies]
python = "^3.12.7"
aiohttp = {extras = ["speedups"], version = "^3.10.9"}
python = "^3.13.0"
aiohttp = {extras = ["speedups"], version = "^3.10.10"}
arrow = "^1.3.0"
async-timeout = "^4.0.3"
bbcode = "^1.1.0"
Expand All @@ -33,8 +33,8 @@ pydantic = ">=1.10.18,<3.0.0,!=2.5.0,!=2.5.1"
pyquery = "^2.0.1"
python-qbittorrent = "^0.4.3"
tenacity = "^8.5.0"
tinydb = "^4.8.0"
yarl = "^1.13.1"
tinydb = "^4.8.1"
yarl = "^1.15.0"

[tool.poetry.dev-dependencies]
nb-cli = "^1.4.2"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp[speedups]~=3.10.9
aiohttp[speedups]~=3.10.10
arrow~=1.3.0
async-timeout~=4.0.3
bbcode~=1.1.0
Expand All @@ -18,5 +18,5 @@ pydantic>=1.10.18,<3.0.0,!=2.5.0,!=2.5.1
pyquery~=2.0.1
python-qbittorrent~=0.4.3
tenacity~=8.5.0
tinydb~=4.8.0
yarl~=1.13.1
tinydb~=4.8.1
yarl~=1.15.0

0 comments on commit bb707e2

Please sign in to comment.