From 4472d99dc856a6d0b2dee87ee46ad3429d710a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:31:30 +0000 Subject: [PATCH] Update HTTP requirement from 1 to 1, 2.5 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.0.0...v2.5.5) --- updated-dependencies: - dependency-name: HTTP dependency-version: 2.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7ef8f6b..ba27996 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" [compat] -HTTP = "1" +HTTP = "1, 2.5" JSON = "0.21, 1" MathOptInterface = "1.34" julia = "1.10"