From b1ad15b2c833ec2b50ce8b76972f2faab62944f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 07:26:35 +0000 Subject: [PATCH] Update HTTP requirement from 1.10.17 to 1.10.17, 2.0 in /GeneralMetaData Updates the requirements on [HTTP](https://github.com/JuliaWeb/HTTP.jl) to permit the latest version. - [Release notes](https://github.com/JuliaWeb/HTTP.jl/releases) - [Changelog](https://github.com/JuliaWeb/HTTP.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaWeb/HTTP.jl/compare/v1.10.17...v2.0.0) --- updated-dependencies: - dependency-name: HTTP dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- GeneralMetaData/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeneralMetaData/Project.toml b/GeneralMetaData/Project.toml index c36c9ae..28b9d29 100644 --- a/GeneralMetaData/Project.toml +++ b/GeneralMetaData/Project.toml @@ -20,7 +20,7 @@ CSV = "0.10.15" DataFrames = "1.8.0" DataStructures = "0.19.1" Dates = "1.11.0" -HTTP = "1.10.17" +HTTP = "1.10.17, 2.0" JSON = "1.0.1" JSON3 = "1.14.3" Statistics = "1.11.1"