Skip to content

Commit

Permalink
build(deps): bump pypa/hatch in the all group (#294)
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [pypa/hatch](https://github.com/pypa/hatch).


Updates `pypa/hatch` from a3c83ab3d481fbc2dc91dd0088628817488dd1d5 to 257e27e51a6a5616ed08a39a408a21c35c9931bc
- [Release notes](https://github.com/pypa/hatch/releases)
- [Commits](pypa/hatch@a3c83ab...257e27e)

---
updated-dependencies:
- dependency-name: pypa/hatch
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent c2d623d commit d964170
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Hatch
uses: pypa/hatch@a3c83ab3d481fbc2dc91dd0088628817488dd1d5
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
- name: build docs
run: hatch run docs:build
- name: upload docs artifact
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Check out source repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Hatch
uses: pypa/hatch@a3c83ab3d481fbc2dc91dd0088628817488dd1d5
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
- name: Run type check
run: hatch run type:check

Expand All @@ -81,6 +81,6 @@ jobs:
- name: Check out source repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Hatch
uses: pypa/hatch@a3c83ab3d481fbc2dc91dd0088628817488dd1d5
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
- name: Run python linting
run: hatch fmt --check
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Hatch
uses: pypa/hatch@a3c83ab3d481fbc2dc91dd0088628817488dd1d5
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
- name: Run unit tests (with coverage report at the end)
run: hatch test -c -py ${{ matrix.python-version }}

0 comments on commit d964170

Please sign in to comment.