Skip to content

Bump urllib3 from 1.26.4 to 1.26.19 #703

Bump urllib3 from 1.26.4 to 1.26.19

Bump urllib3 from 1.26.4 to 1.26.19 #703

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6','3.7', '3.8']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip install nox>=2019.11.9
- run: pip install poetry>=1.0.5
- run: nox