Bump werkzeug from 3.0.4 to 3.0.6 in /requirements #277
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update pip-tools requirements files | |
on: | |
pull_request: | |
branches: [ "main" ] | |
permissions: | |
pull-requests: write | |
contents: write | |
jobs: | |
update-requirements-files: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code Repository | |
uses: actions/[email protected] | |
with: | |
ref: ${{ github.head_ref }} | |
- name: Set up Python | |
uses: actions/[email protected] | |
with: | |
python-version: "3.10" | |
- name: Update requirements files | |
uses: UW-GAC/pip-tools-actions/[email protected] | |
with: | |
requirements_files: |- | |
requirements/requirements.in | |
requirements/test-requirements.in | |
requirements/dev-requirements.in | |
pr-title: Update requirements file for ${{ github.head_ref }} | |
pr-branch-suffix: "${{ github.event.number}}" |