Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#236)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 3ff8c30 commit 04d589c
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ minimum_pre_commit_version: "3.5.0"
files: ^.*\.py$
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.8.1'
rev: 'v0.8.2'
hooks:
- id: ruff
args: [ --fix ]
Expand Down
70 changes: 35 additions & 35 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintainers = [
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"httpx[http2]>=0.28.0",
"httpx[http2]>=0.28.1",
"lxml>=5.3.0",
"pyquery>=2.0.1",
]
Expand Down Expand Up @@ -52,10 +52,10 @@ includes = ["PicImageSearch"]
[tool.pdm.dev-dependencies]
dev = [
"black>=24.10.0",
"loguru>=0.7.2",
"loguru>=0.7.3",
"mypy>=1.13.0",
"pre-commit>=4.0.1",
"ruff>=0.8.1",
"ruff>=0.8.2",
]

[tool.mypy]
Expand Down

0 comments on commit 04d589c

Please sign in to comment.