From 36b2ba0d9e0a32eab6ecf7e34869f58c136c0ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:04:17 +0000 Subject: [PATCH] Update HTTP requirement from 1 to 1, 2.0 in the all-julia-packages group Updates the requirements on [HTTP](https://github.com/JuliaWeb/HTTP.jl) to permit the latest version. Updates `HTTP` to 2.0.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.0.0) --- updated-dependencies: - dependency-name: HTTP dependency-version: 2.0.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 bb837440..364c8be5 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ DataAPI = "1.15" DataFrames = "1" Dates = "1.10" FLoops = "0.2" -HTTP = "1" +HTTP = "1, 2.0" InteractiveUtils = "1.10" JSON = "1" Markdown = "1.10"