Skip to content

Commit

Permalink
chore(deps): bump urllib3 from 1.26.12 to 1.26.18
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.12...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and maxime1907 committed Nov 23, 2023
1 parent 213bbc9 commit c9d9b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ six==1.16.0
# google-auth
# kubernetes
# python-dateutil
urllib3==1.26.12
urllib3==1.26.18
# via
# kubernetes
# requests
Expand Down
2 changes: 1 addition & 1 deletion src/wiremind_kubernetes/tests/e2e_tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
import subprocess
import sys
import urllib
import urllib.parse
from typing import Any, Dict, List

import kubernetes
Expand Down

0 comments on commit c9d9b04

Please sign in to comment.