Skip to content

Commit 47dc642

Browse files
ViralBShahclaude
andcommitted
Tighten compat bounds for HTTP, CodecZlib, and ColorTypes
- HTTP: "0.6, 1" → "1" - CodecZlib: "0.5, 0.6, 0.7" → "0.7" - ColorTypes: "0.11, 0.12" → "0.12" Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6bcaa50 commit 47dc642

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ UUIDs = "<0.0.1, 0.7, 1"
2020
julia = "0.7, 1"
2121
Aqua = "0.8"
2222
CSVFiles = "1"
23-
CodecZlib = "0.5, 0.6, 0.7"
24-
ColorTypes = "0.11, 0.12"
23+
CodecZlib = "0.7"
24+
ColorTypes = "0.12"
2525
Downloads = "1.4"
2626
FilePathsBase = "0.9"
27-
HTTP = "0.6, 1"
27+
HTTP = "1"
2828
Random = "<0.0.1, 0.7, 1"
2929
Test = "<0.0.1, 0.7, 1"
3030

0 commit comments

Comments
 (0)