From 8ba4cd9ca3d0254fc911b6d682def341bf0c1bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:38:00 +0000 Subject: [PATCH] Update av requirement from ~=13.1.0 to ~=14.0.1 Updates the requirements on [av](https://github.com/PyAV-Org/PyAV) to permit the latest version. - [Release notes](https://github.com/PyAV-Org/PyAV/releases) - [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst) - [Commits](https://github.com/PyAV-Org/PyAV/compare/v13.1.0...v14.0.1) --- updated-dependencies: - dependency-name: av dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b258e77..e459159 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiolimiter~=1.2.1 anyio~=4.7.0 apngasm_python~=1.3.1 -av~=13.1.0 +av~=14.0.1 beautifulsoup4~=4.12.3 rookiepy~=0.5.6 httpx~=0.28.0