From 8bab28aae9ab964b1fe028ce13691c27386b1635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 02:05:49 +0000 Subject: [PATCH] Update HTTP requirement 2.5 Updates the requirements on [HTTP](https://github.com/JuliaWeb/HTTP.jl) to permit the latest version. Updates `HTTP` to 2.5.0 - [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.0) --- updated-dependencies: - dependency-name: HTTP dependency-version: 2.5.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6d54661..f0abd16 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" [compat] ExplicitImports = "1" -HTTP = "1" +HTTP = "1, 2.5" JET = "0.9, 0.10, 0.11" JSON3 = "1.1" JuliaFormatter = "2"