Skip to content

Commit 4dc78bd

Browse files
authored
Merge pull request #49 from akshaymankar/client-pvp-bounds
Add lower bounds to client deps
2 parents b9f7dd1 + 340ebb3 commit 4dc78bd

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

kubernetes-client/package.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ extra-source-files:
2929
dependencies:
3030
- base >=4.7 && <5.0
3131
- bytestring >=0.10.0 && <0.11
32-
- aeson >=1.2.2 && <2.0
33-
- connection
34-
- containers
35-
- data-default-class
36-
- http-client >=0.5 && <0.6
37-
- http-client-tls
38-
- kubernetes-client-core == 0.1.0.0
39-
- microlens >= 0.4.3 && <0.5
32+
- aeson >=1.2.2 && <1.5
33+
- connection >=0.2.8
34+
- containers >= 0.6.0.1
35+
- data-default-class >=0.1.2.0
36+
- http-client >=0.5 && <0.7
37+
- http-client-tls >=0.3.5.3
38+
- kubernetes-client-core ==0.1.0.1
39+
- microlens >=0.4.3 && <0.5
4040
- mtl >=2.2.1
41-
- pem
42-
- safe-exceptions <0.2
41+
- pem >=0.2.4
42+
- safe-exceptions >=0.1.0.0
4343
- streaming-bytestring >= 0.1.5 && < 0.2.0
4444
- text >=0.11 && <1.3
45-
- tls
46-
- x509
47-
- x509-system
48-
- x509-store
49-
- x509-validation
45+
- tls >=1.4.1
46+
- x509 >=1.7.5
47+
- x509-system >=1.6.6
48+
- x509-store >=1.6.7
49+
- x509-validation >=1.6.11

0 commit comments

Comments
 (0)