Merge pull request 'Downgrade Hackney' (#7860) from hackney-downgrade into develop

Reviewed-on: https://git.pleroma.social/pleroma/pleroma/pulls/7860
This commit is contained in:
feld 2026-04-08 19:29:50 +00:00
commit 683ab39160
3 changed files with 6 additions and 4 deletions

View file

@ -211,7 +211,7 @@ defmodule Pleroma.Mixfile do
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:mock, "~> 0.3.9", only: :test},
{:covertool, "~> 2.0", only: :test},
{:hackney, "~> 1.25.0", override: true},
{:hackney, "~> 1.20.1", override: true},
{:mox, "~> 1.2", only: :test},
{:websockex, "~> 0.4.3", only: :test},
{:benchee, "~> 1.4", only: :benchmark},