From 4a398de700efe5c94db27bd9ccf04bb4a2b02376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:00:10 +0000 Subject: [PATCH] Update av requirement from ~=13.0.0 to ~=13.1.0 Updates the requirements on [av](https://github.com/PyAV-Org/PyAV) to permit the latest version. - [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst) - [Commits](https://github.com/PyAV-Org/PyAV/compare/v13.0.0...v13.1.0) --- 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 ba94780..548d728 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiolimiter~=1.1.0 anyio~=4.6.2.post1 apngasm_python~=1.3.1 -av~=13.0.0 +av~=13.1.0 beautifulsoup4~=4.12.3 rookiepy~=0.5.6 httpx~=0.27.2