Skip to content

Commit b9a3d23

Browse files
erikdcrocodile-dentist
authored andcommitted
Merge pull request #5242 from IntersectMBO/erikd/dep-upper-bounds
Bump dependency upper bounds
2 parents 0502a77 + 7c5333a commit b9a3d23

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
<!--
9+
### Breaking
10+
11+
- A bullet item for the Breaking category.
12+
13+
-->
14+
15+
### Non-Breaking
16+
17+
- Update dependencies.
18+
19+

dmq-node/dmq-node.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ library
8888
acts-generic,
8989
aeson >=2.1.1.0 && <3,
9090
aeson-pretty,
91-
base >=4.14 && <4.22,
91+
base >=4.14 && <4.23,
9292
base16-bytestring,
9393
bytestring >=0.10 && <0.13,
9494
cardano-binary,
9595
cardano-crypto-class,
9696
cborg >=0.2.1 && <0.3,
97-
containers >=0.5 && <0.8,
97+
containers >=0.5 && <0.9,
9898
contra-tracer >=0.1 && <0.3,
9999
deepseq >=1.0 && <1.6,
100100
directory,
@@ -107,12 +107,12 @@ library
107107
kes-agent-crypto ^>=0.1,
108108
network ^>=3.2.7,
109109
network-mux ^>=0.9.1,
110-
optparse-applicative ^>=0.18,
110+
optparse-applicative >=0.18 && <0.20,
111111
ouroboros-network:{ouroboros-network, api, framework, orphan-instances, protocols} ^>=0.23,
112112
random ^>=1.2,
113113
singletons,
114114
text >=1.2.4 && <2.2,
115-
time ^>=1.12,
115+
time >=1.12 && <1.16,
116116
typed-protocols:{typed-protocols, cborg} ^>=1.1,
117117

118118
hs-source-dirs: src
@@ -165,7 +165,7 @@ test-suite dmq-tests
165165
main-is: Main.hs
166166
build-depends:
167167
QuickCheck,
168-
base >=4.14 && <4.22,
168+
base >=4.14 && <4.23,
169169
bytestring,
170170
cardano-crypto-class,
171171
cardano-crypto-tests,
@@ -210,7 +210,7 @@ test-suite dmq-cddl
210210

211211
default-language: Haskell2010
212212
build-depends:
213-
base >=4.14 && <4.22,
213+
base >=4.14 && <4.23,
214214
base16-bytestring,
215215
bytestring,
216216
cborg,

0 commit comments

Comments
 (0)