Skip to content

Commit 90159f3

Browse files
committed
Remove .0 from Django version
1 parent 48bcfdd commit 90159f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hidp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ clean:
142142

143143
../../var/requirements_frozen.txt:
144144
# Pin Django directly to LTS version provided by the test matrix
145-
echo 'Django~=${DJANGO_VERSION}.0' > ../../var/constraints.txt
145+
echo 'Django~=${DJANGO_VERSION}' > ../../var/constraints.txt
146146
uv pip compile pyproject.toml --extra oidc_provider -q -o "${@}" --no-annotate --no-header --constraints ../../var/constraints.txt
147147
@echo "### Package dependencies :package:" >> ${GITHUB_STEP_SUMMARY}
148148
@echo '```' >> ${GITHUB_STEP_SUMMARY}

0 commit comments

Comments
 (0)