Skip to content

chore(deps): Bump urllib3 from 2.2.3 to 2.5.0 in /scenarios in the pip group across 1 directory #4320

chore(deps): Bump urllib3 from 2.2.3 to 2.5.0 in /scenarios in the pip group across 1 directory

chore(deps): Bump urllib3 from 2.2.3 to 2.5.0 in /scenarios in the pip group across 1 directory #4320

Workflow file for this run

name: PR Tests
on:
pull_request:
permissions:
contents: read
pull-requests: read
checks: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Tests
uses: ./.github/actions/run-unit-tests
with:
python-version: "3.12"
os: "ubuntu-latest"
is_pr: "true"