Skip to content

Bump urllib3 from 2.5.0 to 2.6.0 (#299) #663

Bump urllib3 from 2.5.0 to 2.6.0 (#299)

Bump urllib3 from 2.5.0 to 2.6.0 (#299) #663

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: lint
run: make lint