Skip to content

Bump urllib3 from 1.26.12 to 1.26.17 (#15) #65

Bump urllib3 from 1.26.12 to 1.26.17 (#15)

Bump urllib3 from 1.26.12 to 1.26.17 (#15) #65

Workflow file for this run

name: CI
on: [ push, pull_request ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: pip install tox
- run: tox