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 Jan 18, 2024
1 parent c72c7ae commit b89b6f8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v4.8.0
with:
python-version: '3.8'
- name: Install dependencies
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/[email protected].10
uses: pypa/[email protected].11
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@ 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"
cachetools = "^5.3.2"
emoji = "^2.8.0"
feedparser = "^6.0.10"
emoji = "^2.10.0"
feedparser = "^6.0.11"
deep-translator = "^1.11.4"
ImageHash = "^4.3.1"
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"}
pikpakapi = "^0.1.3"
Pillow = "^10.1.0"
nonebot2 = {extras = ["fastapi"], version = "^2.1.3"}
pikpakapi = "^0.1.6"
Pillow = "^10.2.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.4"

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

[tool.mypy]
python_version = "3.8"
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
aiohttp[speedups]~=3.8.6
aiohttp[speedups]~=3.9.1
arrow~=1.3.0
async-timeout~=4.0.3
bbcode~=1.1.0
cachetools~=5.3.2
emoji~=2.8.0
feedparser~=6.0.10
emoji~=2.10.0
feedparser~=6.0.11
deep-translator~=1.11.4
ImageHash~=4.3.1
magneturi~=1.3
nb-cli~=1.2.6
nb-cli~=1.2.9
nonebot-adapter-onebot~=2.3.1
nonebot-plugin-apscheduler~=0.3.0
nonebot-plugin-guild-patch~=0.2.3
nonebot2[fastapi]~=2.1.1
pikpakapi~=0.1.3
Pillow~=10.1.0
nonebot2[fastapi]~=2.1.3
pikpakapi~=0.1.6
Pillow~=10.2.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.4

0 comments on commit b89b6f8

Please sign in to comment.