Skip to content

Update HTTP requirement from 1.10.19 to 1.10.19, 2.1#40

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/HTTP-1.10.19-and-2.1
Closed

Update HTTP requirement from 1.10.19 to 1.10.19, 2.1#40
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/HTTP-1.10.19-and-2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Warning

The Julia package manager failed to update the new dependency versions in /Manifest.toml:

Pkg resolver error: Unsatisfiable requirements detected for package GitHub [bc5e4493]:
GitHub [bc5e4493] log:
├─possible versions are: 5.0.0 - 5.12.0 or uninstalled
├─restricted to versions 5.12.0 - 5 by project [e5155e88], leaving only versions: 5.12.0
│ └─project [e5155e88] log:
│   ├─possible versions are: 0.0.0 or uninstalled
│   └─project [e5155e88] is fixed to version 0.0.0
└─restricted by compatibility requirements with HTTP [cd3eb016] to versions: uninstalled — no versions left
└─HTTP [cd3eb016] log:
├─possible versions are: 0.6.10 - 2.1.1 or uninstalled
├─restricted to versions [1.10.19 - 1, 2.1.0 - 2] by project [e5155e88], leaving only versions: [1.10.19 - 1.11.0, 2.1.0 - 2.1.1]
│ └─project [e5155e88] log: see above
└─restricted to versions 2.1.1 by an explicit requirement, leaving only versions: 2.1.1

Updates the requirements on HTTP to permit the latest version.

Release notes

Sourced from HTTP's releases.

v2.1.1

HTTP v2.1.1

Diff since v2.1.0

Merged pull requests:

Closed issues:

  • How to handle connection close for websocket (#1060)
  • Make Websockets readtimeout apply to any message received (#1062)
  • WebSockets send can wait forever and async send seems to be broken (#1063)
  • WebSocket client hiding errors thrown from within do block (#1067)
  • Setting any readtimeout on WebSocket client causes TimeoutError (#1070)
  • get() fails when run from a new thread (#1082)
  • HTTP.sniff for strings which starts a number. (#1084)
  • Error 400 when executing the second GET request (#1094)
  • Asynchronous http.get is very slow. (#1095)
  • Hot module reloading (#1098)
  • HEAD requests should never write a body (#1112)
  • Support decoding of application/x-www-form-urlencoded forms (#1118)
  • handle_connection handler error is noisy and logs at Logging.Error level (#1121)
  • A form to get POST params easily (#1123)
  • MethodError when creating form request without headers (#1133)
  • How to close all cached connections (#1137)
  • Add function for encoding with application/x-www-form-urlencoded and use it internally (#1138)
  • stream is closed or unusable (#1141)
  • Missed semaphore Base.release(sem) after failed accept (#1143)
  • Server in streaming mode - never wrote a response (#1156)
  • Performance degradation vs curl in Julia API (#1158)
  • :auto/:h2 TLS handshake fails with "server selected unadvertised ALPN protocol" against an HTTP/1.1-only server (#1273)
  • Feature request: Disable precompile workload inside of AutoMerge (#1280)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](JuliaWeb/HTTP.jl@v1.10.19...v2.1.1)

---
updated-dependencies:
- dependency-name: HTTP
  dependency-version: 2.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jun 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #41.

@dependabot dependabot Bot closed this Jun 17, 2026
@dependabot
dependabot Bot deleted the dependabot/julia/HTTP-1.10.19-and-2.1 branch June 17, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants