Revert "Merge branch 'revert-cdd6df06' into 'develop'"

This reverts merge request !4411
This commit is contained in:
lain 2025-12-26 05:08:52 +00:00 committed by Henry Jameson
commit 01d94a0135
3 changed files with 4 additions and 3 deletions

View file

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