Skip to content

Commit 2bf1550

Browse files
committed
Add lower bounds to all the new deps
1 parent c7a5361 commit 2bf1550

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

kubernetes-client/package.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,28 +43,28 @@ dependencies:
4343
- connection >=0.2
4444
- containers >= 0.5
4545
- data-default-class >=0.1
46-
- either
47-
- filepath
48-
- hoauth2
46+
- either >=5.0
47+
- filepath >=1.4
48+
- hoauth2 >=1.8
4949
- http-client >=0.5 && <0.7
5050
- http-client-tls >=0.3
51-
- jose-jwt
51+
- jose-jwt >=0.8
5252
- kubernetes-client-core ==0.1.0.1
5353
- microlens >=0.4 && <0.5
5454
- mtl >=2.2
55-
- oidc-client
55+
- oidc-client >=0.4
5656
- pem >=0.2
5757
- safe-exceptions >=0.1.0.0
58-
- stm
58+
- stm >=2.4
5959
- streaming-bytestring >= 0.1 && < 0.2.0
6060
- text >=0.11 && <1.3
61-
- time
62-
- timerep
61+
- time >=1.8
62+
- timerep >=2.0
6363
- tls >=1.4.1
64-
- typed-process
65-
- uri-bytestring
64+
- typed-process >=0.2
65+
- uri-bytestring >=0.3
6666
- x509 >=1.7
6767
- x509-system >=1.6
6868
- x509-store >=1.6
6969
- x509-validation >=1.6
70-
- yaml
70+
- yaml >=0.8.32

0 commit comments

Comments
 (0)