Skip to content

Commit

Permalink
Merge pull request #56 from imagekit-developer/dependabot/pip/require…
Browse files Browse the repository at this point in the history
…ments/urllib3-1.26.17

Bump urllib3 from 1.26.15 to 1.26.17 in /requirements
  • Loading branch information
imagekitio authored Oct 12, 2023
2 parents 99e2fc0 + 553b0c3 commit 47a6964
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9, '3.10']
python: [3.7, 3.8, 3.9, '3.10']
steps:
- uses: actions/checkout@v1
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9, '3.10']
python: [3.7, 3.8, 3.9, '3.10']
steps:
- uses: actions/checkout@v1
- name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests>=2.22.0
requests_toolbelt==0.10.1
urllib3==1.26.15
urllib3==1.26.*
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ coverage==4.5.4
tox==3.14.2
responses==0.17.0
requests_toolbelt==0.10.1
urllib3==1.26.15
urllib3==1.26.*

0 comments on commit 47a6964

Please sign in to comment.