Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent c72c7ae commit c235381
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.8.10
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]

[tool.poetry.dependencies]
python = "^3.8.3"
aiohttp = {extras = ["speedups"], version = "^3.8.6"}
aiohttp = {extras = ["speedups"], version = "^3.9.1"}
arrow = "^1.3.0"
async-timeout = "^4.0.3"
bbcode = "^1.1.0"
Expand All @@ -27,18 +27,18 @@ magneturi = "^1.3"
nonebot-adapter-onebot = "^2.3.1"
nonebot-plugin-apscheduler = "^0.3.0"
nonebot-plugin-guild-patch = "^0.2.3"
nonebot2 = {extras = ["fastapi"], version = "^2.1.1"}
nonebot2 = {extras = ["fastapi"], version = "^2.1.2"}
pikpakapi = "^0.1.3"
Pillow = "^10.1.0"
pydantic = "^1.10.13"
pyquery = "^2.0.0"
python-qbittorrent = "^0.4.3"
tenacity = "^8.2.3"
tinydb = "^4.8.0"
yarl = "^1.9.2"
yarl = "^1.9.3"

[tool.poetry.dev-dependencies]
nb-cli = "^1.2.6"
nb-cli = "^1.2.7"

[tool.mypy]
python_version = "3.8"
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp[speedups]~=3.8.6
aiohttp[speedups]~=3.9.1
arrow~=1.3.0
async-timeout~=4.0.3
bbcode~=1.1.0
Expand All @@ -8,16 +8,16 @@ feedparser~=6.0.10
deep-translator~=1.11.4
ImageHash~=4.3.1
magneturi~=1.3
nb-cli~=1.2.6
nb-cli~=1.2.7
nonebot-adapter-onebot~=2.3.1
nonebot-plugin-apscheduler~=0.3.0
nonebot-plugin-guild-patch~=0.2.3
nonebot2[fastapi]~=2.1.1
nonebot2[fastapi]~=2.1.2
pikpakapi~=0.1.3
Pillow~=10.1.0
pydantic~=1.10.13
pyquery~=2.0.0
python-qbittorrent~=0.4.3
tenacity~=8.2.3
tinydb~=4.8.0
yarl~=1.9.2
yarl~=1.9.3

0 comments on commit c235381

Please sign in to comment.