Skip to content

Commit

Permalink
feat: Bump dependencies (#261)
Browse files Browse the repository at this point in the history
- astral-sh/ruff to 0.5.0
- copier-org/copier to 9.3.0
- pypa/pip to 24.1.1
- python-jsonschema/check-jsonschema to 0.28.6
  • Loading branch information
edgarrmondragon authored Jul 1, 2024
1 parent 9cd64e9 commit 1e2f062
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
copier==9.2.0
copier==9.3.0
hatch==1.12.0
nox==2024.4.15
pip==24.1
pip==24.1.1
pre-commit==3.7.1
4 changes: 2 additions & 2 deletions src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.5.0
hooks:
- id: ruff
name: Ruff lint
Expand All @@ -38,7 +38,7 @@ repos:
- id: validate_manifest

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.5
rev: 0.28.6
hooks:
- id: check-dependabot
- id: check-github-workflows
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
hatch==1.12.0
pip==24.1
pip==24.1.1

0 comments on commit 1e2f062

Please sign in to comment.