From d32e2ca2b514f9256264c31e77b3fd9036d415e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:14:43 +0000 Subject: [PATCH] Update HTTP requirement from 1.11.0 to 1.11.0, 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.11.0...v2.5.4) --- updated-dependencies: - dependency-name: HTTP dependency-version: 2.5.4 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 5b20837..33f926b 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ Compat = "4.18.1" DBInterface = "2" Dates = "1" DuckDB = "1" -HTTP = "1.11.0" +HTTP = "1.11.0, 2.5" JSON = "1" JWTs = "0.3.2, 1.0" LibGit2 = "1"