From 3c58bb51c26dafad0a30048943cbf723f7533744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:29:54 +0000 Subject: [PATCH] build(deps): update fake-useragent requirement from ~=1.5.1 to ~=2.0.3 Updates the requirements on [fake-useragent](https://github.com/fake-useragent/fake-useragent) to permit the latest version. - [Release notes](https://github.com/fake-useragent/fake-useragent/releases) - [Commits](https://github.com/fake-useragent/fake-useragent/compare/1.5.1...2.0.3) --- updated-dependencies: - dependency-name: fake-useragent dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c2675a..e6c3f61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "brotli-asgi~=1.4.0", "curl-cffi~=0.7.3", "diskcache2~=0.1.1", - "fake-useragent~=1.5.1", + "fake-useragent~=2.0.3", "fastapi~=0.115.5", "httptools~=0.6.4", "httpx[http2]~=0.28.0",