From 31b65f153cedf4427b2ae079d7ecb9b3369d4d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 23:56:40 +0000 Subject: [PATCH] Update HTTP requirement to 2.5.4 in /docs 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/v0.4.0...v2.5.4) --- updated-dependencies: - dependency-name: HTTP dependency-version: 2.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index ce0890a..1072573 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -16,6 +16,7 @@ Oxygen = "df9a0d86-3283-4920-82dc-4555fc0d1d8b" Bcrypt = "0.1.1" DataFrames = "1.8.2" Documenter = "1.17.0" +HTTP = "2.5.4" JWTs = "1.0.0" Memoize = "0.4.4" Oxygen = "1.10.2"