Skip to content

Commit 83cb27e

Browse files
Update dependency virtualenv to v21.7.3
1 parent 05ce03c commit 83cb27e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-ddev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
# picks up the fix from https://github.com/pypa/hatch/pull/2196 and now
194194
# *requires* virtualenv>=21, so they must be bumped together.
195195
- name: Install Hatch
196-
run: uv pip install --system "hatch==1.17.1" "virtualenv==21.7.1"
196+
run: uv pip install --system "hatch==1.17.1" "virtualenv==21.7.3"
197197

198198
- name: Install Hatch environment collector plugin
199199
run: uv pip install --system -e . --no-deps

0 commit comments

Comments
 (0)