From ccd97ecb830a5a7d9f5a474edea974f54a425197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:20:30 +0000 Subject: [PATCH] Update HTTP requirement from 1.10.17 to 1.10.19 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...v1.10.19) --- updated-dependencies: - dependency-name: HTTP dependency-version: 1.10.19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- GeneralMetaData/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GeneralMetaData/Project.toml b/GeneralMetaData/Project.toml index c36c9ae..286c630 100644 --- a/GeneralMetaData/Project.toml +++ b/GeneralMetaData/Project.toml @@ -8,7 +8,7 @@ CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" -HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" +HTTP = "1.10.19" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" @@ -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.19" JSON = "1.0.1" JSON3 = "1.14.3" Statistics = "1.11.1"