Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Install pip-tools
# Pin matches update-lock.yml so lock verification uses the same resolver.
run: python -m pip install 'pip-tools==7.5.3'
run: python -m pip install 'pip-tools==7.6.1'

- name: Verify requirements-lock.txt is up to date
# Same pip-compile flags as update-lock.yml, without --upgrade.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install pip-tools
# Pin matches tests.yml lockfile job so lock generation and verification agree.
run: python -m pip install 'pip-tools==7.5.3'
run: python -m pip install 'pip-tools==7.6.1'

- name: Regenerate lock file
run: |
Expand Down