Skip to content

Commit

Permalink
Merge remote-tracking branch 'make/main' into 9-add-method-for-connec…
Browse files Browse the repository at this point in the history
…ting-token-based-on-index
  • Loading branch information
kod-kristoff committed Nov 18, 2024
2 parents c4cc306 + 2c86ff7 commit 8e15b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ prepare-release: update-changelog tests/requirements-testing.lock

# we use lock extension so that dependabot doesn't pick up changes in this file
tests/requirements-testing.lock: pyproject.toml
uv export --dev --format requirements-txt --no-hashes $< --output-file $@
uv export --dev --format requirements-txt --no-hashes --output-file $@

.PHONY: update-changelog
update-changelog: CHANGELOG.md
Expand Down

0 comments on commit 8e15b64

Please sign in to comment.