Skip to content

Commit f585236

Browse files
Update workflow python deps (#23568)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5145475 commit f585236

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ permissions:
4343
env:
4444
# Default ddev version when callers don't pass `ddev-version`. Tracked by Renovate.
4545
# renovate: datasource=pypi depName=ddev
46-
DEFAULT_DDEV_VERSION: "14.3.2"
46+
DEFAULT_DDEV_VERSION: "16.0.0"
4747

4848
jobs:
4949
prepare:

.github/workflows/test-release-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: "3.13"
3030

3131
- name: Install pytest
32-
run: pip install pytest==8.3.5
32+
run: pip install pytest==9.0.3
3333

3434
- name: Run tests
3535
working-directory: .github/workflows/scripts

0 commit comments

Comments
 (0)