Skip to content

Bump urllib3 from 1.25.3 to 1.26.18 #7

Bump urllib3 from 1.25.3 to 1.26.18

Bump urllib3 from 1.25.3 to 1.26.18 #7

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
container:
image: python:3.7
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: test
run: pip install tox && tox