Skip to content

Commit c23f4ac

Browse files
Bump large-image-source-vips from 1.32.11 to 1.33.0 (#4954)
* Bump large-image-source-vips from 1.32.11 to 1.33.0 Bumps [large-image-source-vips](https://github.com/girder/large_image) from 1.32.11 to 1.33.0. - [Release notes](https://github.com/girder/large_image/releases) - [Changelog](https://github.com/girder/large_image/blob/master/CHANGELOG.md) - [Commits](girder/large_image@v1.32.11...v1.33.0) --- updated-dependencies: - dependency-name: large-image-source-vips dependency-version: 1.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix deps * fix deps * fix deps * Fix deps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J-E Castagnede <[email protected]> Co-authored-by: submarcos <[email protected]>
1 parent 5a39e6a commit c23f4ac

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/dependencies.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,15 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v5
30+
if: github.event.pull_request.head.repo.full_name != github.repository
31+
with:
32+
ref: ${{ github.head_ref }}
3033

3134
- uses: actions/checkout@v5
3235
if: github.event.pull_request.head.repo.full_name == github.repository
3336
with:
3437
token: ${{ secrets.PAT }}
38+
ref: ${{ github.head_ref }}
3539

3640
- uses: astral-sh/setup-uv@v6
3741
with:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,11 @@ kombu==5.5.4
233233
# via celery
234234
landez==2.5.0
235235
# via geotrek (setup.py)
236-
large-image==1.32.11
236+
large-image==1.33.0
237237
# via
238238
# django-large-image
239239
# large-image-source-vips
240-
large-image-source-vips==1.32.11
240+
large-image-source-vips==1.33.0
241241
# via geotrek (setup.py)
242242
lxml==4.9.3
243243
# via

0 commit comments

Comments
 (0)