Update packse to 0.3.42 for backtracking test (#10009)

Add the missing test for #9843.
This commit is contained in:
konsti 2024-12-18 20:53:34 +01:00 committed by GitHub
parent cb325e2e2f
commit 8f88f98350
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 185 additions and 15 deletions

View file

@ -4,23 +4,23 @@ chevron-blue==0.2.1
# via
# -r scripts/scenarios/requirements.in
# packse
hatchling==1.24.2
hatchling==1.27.0
# via packse
msgspec==0.18.6
# via packse
packaging==24.0
packaging==24.2
# via hatchling
packse==0.3.39
packse==0.3.42
# via -r scripts/scenarios/requirements.in
pathspec==0.12.1
# via hatchling
pluggy==1.5.0
# via hatchling
pyyaml==6.0.1
pyyaml==6.0.2
# via packse
setuptools==69.5.1
setuptools==75.6.0
# via packse
trove-classifiers==2024.4.10
trove-classifiers==2024.10.21.16
# via hatchling
uv==0.4.29
uv==0.5.10
# via packse

View file

@ -23,7 +23,7 @@ script_root="$(realpath "$(dirname "$0")")"
cd "$script_root/scenarios"
echo "Setting up a temporary environment..."
uv venv
uv venv -p 3.12
# shellcheck disable=SC1091
source ".venv/bin/activate"