Skip to content

Commit

Permalink
feat: Bump dependencies (#244)
Browse files Browse the repository at this point in the history
* astral.sh/ruff from 0.4.2 to 0.4.3
* hatch to 1.10.0
* pip to 24.1b1
  • Loading branch information
edgarrmondragon committed May 6, 2024
1 parent a40b29a commit c914f48
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
hatch==1.9.7
hatch==1.10.0
nox==2024.4.15
pip==24.0
pip==24.1b1
pre-commit==3.7.0
2 changes: 1 addition & 1 deletion 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.2
rev: v0.4.3
hooks:
- id: ruff
name: Ruff lint
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
hatch==1.9.7
pip==24.0
hatch==1.10.0
pip==24.1b1

0 comments on commit c914f48

Please sign in to comment.