Skip to content

Commit 47a6964

Browse files
authored
Merge pull request #56 from imagekit-developer/dependabot/pip/requirements/urllib3-1.26.17
Bump urllib3 from 1.26.15 to 1.26.17 in /requirements
2 parents 99e2fc0 + 553b0c3 commit 47a6964

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
12-
python: [3.6, 3.7, 3.8, 3.9, '3.10']
12+
python: [3.7, 3.8, 3.9, '3.10']
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Set up Python

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
10-
python: [3.6, 3.7, 3.8, 3.9, '3.10']
10+
python: [3.7, 3.8, 3.9, '3.10']
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Setup Python

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests>=2.22.0
22
requests_toolbelt==0.10.1
3-
urllib3==1.26.15
3+
urllib3==1.26.*

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ coverage==4.5.4
44
tox==3.14.2
55
responses==0.17.0
66
requests_toolbelt==0.10.1
7-
urllib3==1.26.15
7+
urllib3==1.26.*

0 commit comments

Comments
 (0)