Skip to content

Commit

Permalink
Merge pull request #683 from fedejaure/chore-update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
fedejaure authored Nov 15, 2024
2 parents 066572e + ee0a5a3 commit bc221de
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_install_hook_types:
- post-merge
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-toml
exclude: "^{{cookiecutter.project_name}}/"
Expand Down Expand Up @@ -38,7 +38,7 @@ repos:
- id: black
exclude: "^{{cookiecutter.project_name}}/"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.4
hooks:
- id: ruff
args: [ --fix ]
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- sphinx from `^7.2.6` to `^7.4.7`.
- black from `^24.2.0` to `^24.10.0`.
- mypy from `^1.8.0` to `^1.13.0`.
- ruff from `^0.2.1` to `^0.7.1`.
- ruff from `^0.2.1` to `^0.7.4`.
- safety from `^3.0.1` to `^3.2.11`.
- pytest from `^8.0.1` to `^8.3.3`.
- pre-commit from `^3.6.1` to `^4.0.1`.
- xdoctest from `^1.1.3` to `^1.2.0`.
- watchdog from `^4.0.0` to `^6.0.0`.
- poetry pre-commit hooks from `1.7.1` to `1.8.3`.
- pre-commit-hooks from `v4.5.0` to `v5.0.0`.
- codecov/codecov-action from `v3.1.4` to `v4.4.1`.
- actions/upload-artifact from `v4` to `v4.4.3`.
- actions/download-artifact from `v4` to `v4.1.8`.
Expand Down
2 changes: 1 addition & 1 deletion 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pytest-cookies = "^0.7.0"
[tool.poetry.group.linters.dependencies]
isort = "^5.13.2"
black = "^24.10.0"
ruff = "^0.7.1"
ruff = "^0.7.4"

[tool.poetry.group.security.dependencies]
safety = "^3.2.11"
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_install_hook_types:
- post-merge
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-toml
- id: check-json
Expand All @@ -27,7 +27,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.4
hooks:
- id: ruff
args: [ --fix ]
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pytest-cov = "^6.0.0"
[tool.poetry.group.linters.dependencies]
isort = "^5.13.2"
black = "^24.10.0"
ruff = "^0.7.1"
ruff = "^0.7.4"

[tool.poetry.group.security.dependencies]
safety = "^3.2.11"
Expand Down

0 comments on commit bc221de

Please sign in to comment.