diff --git a/ChangeLog.md b/ChangeLog.md index 3791923..b4b0b41 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [0.1.3.21] - 2021-07-03 +### Changed +- Update dependency versions. + ## [0.1.3.20] - 2021-06-04 ### Changed - YLAB2-629: Fasta parser is now able to parse empty lines in the beginning. diff --git a/package.yaml b/package.yaml index a13c6a5..78b4864 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: cobot-io -version: 0.1.3.20 +version: 0.1.3.21 github: "biocad/cobot-io" license: BSD3 category: Bio @@ -25,7 +25,7 @@ dependencies: - text >= 1.2.2.1 && < 1.3 - bytestring >= 0.10.8.1 && < 0.11 - split -- attoparsec >= 0.10 && < 0.14 +- attoparsec >= 0.10 && < 0.15 - binary >= 0.8.3.0 && < 1.0 - mtl >= 2.2.1 && < 2.3.0 - hyraxAbif >= 0.2.3.15 && < 0.2.4.0 @@ -33,7 +33,7 @@ dependencies: - http-conduit >= 2.3 && < 2.4 - array >= 0.5 && < 0.6 - deepseq >= 1.4 && < 1.5 -- lens >= 4.16 && < 5.0 +- lens >= 4.16 && < 5.1 - linear >= 1.20 && < 1.22 - vector @@ -74,6 +74,6 @@ tests: - cobot-io - directory - QuickCheck >= 2.9.2 && < 2.15 - - hspec >= 2.4.1 && < 2.8 + - hspec >= 2.4.1 && < 2.9 - neat-interpolation >= 0.3 - linear