Skip to content

Commit

Permalink
deps(python): bump urllib3 to 1.26.16
Browse files Browse the repository at this point in the history
google-auth and requests both require urllib3 1.X so
bumping patch version and intructing dependabot to ignore
v2 upgrades for now.

Signed-off-by: Lance Austin <[email protected]>
  • Loading branch information
Lance Austin committed Aug 3, 2023
1 parent c20b274 commit af0723a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ updates:
open-pull-requests-limit: 10
ignore:
- dependency-name: pytest

- dependency-name: urllib3
versions:
- "<2.0"
version-update: semver-minor
- package-ecosystem: docker
directory: "/docker/base-python"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,5 @@ libraries:
six 1.16.0 MIT license
tomli 2.0.1 MIT license
typing_extensions 4.7.1 Python Software Foundation license
urllib3 1.26.13 MIT license
urllib3 1.26.16 MIT license
websocket-client 1.6.1 Apache License 2.0
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ six==1.16.0
# python-dateutil
typing-extensions==4.7.1
# via -r requirements.in
urllib3==1.26.13
urllib3==1.26.16
# via
# google-auth
# kubernetes
Expand Down

0 comments on commit af0723a

Please sign in to comment.