Skip to content

Commit 8b967cf

Browse files
fix(deps): update all non-major dependencies (#131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99fda30 commit 8b967cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ minimum_pre_commit_version: "3.2.0"
22
files: ^.*\.py$
33
repos:
44
- repo: https://github.com/charliermarsh/ruff-pre-commit
5-
rev: 'v0.3.7'
5+
rev: 'v0.4.1'
66
hooks:
77
- id: ruff
88
args:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ httpx = "^0.27.0"
3232
lxml = "^5.2.1"
3333
nonebot-adapter-onebot = "^2.4.3"
3434
nonebot2 = "^2.2.1"
35-
PicImageSearch = "^3.9.7"
35+
PicImageSearch = "^3.10.0"
3636
pydantic = ">=1.10.15,<3.0.0,!=2.5.0,!=2.5.1"
3737
pyquery = "^2.0.0"
3838
python-socks = { extras = ["asyncio"], version = "^2.4.4", optional = true }

0 commit comments

Comments
 (0)