Skip to content

Commit 3358429

Browse files
Merge branch 'kubernetes-client:master' into test-add-asserts
2 parents 54ee9e1 + c6acb1f commit 3358429

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload coverage to Codecov
4646
if: "matrix.use_coverage"
47-
uses: codecov/codecov-action@v3
47+
uses: codecov/codecov-action@v4
4848
with:
4949
fail_ci_if_error: false
5050
verbose: true

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
99
requests # Apache-2.0
1010
requests-oauthlib # ISC
1111
oauthlib>=3.2.2 # BSD
12-
urllib3>=1.24.2,<2.0 # MIT
12+
urllib3>=1.24.2 # MIT

0 commit comments

Comments
 (0)