Skip to content

Commit

Permalink
⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Apr 20, 2024
1 parent 99d6dae commit cf79e55
Show file tree
Hide file tree
Showing 7 changed files with 355 additions and 355 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
136 changes: 68 additions & 68 deletions envs/pydantic-v1/poetry.lock

Large diffs are not rendered by default.

232 changes: 116 additions & 116 deletions envs/pydantic-v2/poetry.lock

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions envs/test/poetry.lock

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

2 changes: 1 addition & 1 deletion envs/test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{ include = "githubkit-test.py" }]
python = "^3.8"
anyio = "*"
pytest = "^8.1.0"
pytest-cov = "^4.1.0"
pytest-cov = "^5.0.0"
pytest-xdist = "^3.5.0"
coverage-conditional-plugin = "^0.9.0"

Expand Down
Loading

0 comments on commit cf79e55

Please sign in to comment.