From 483a4908421d6fb7b052cb89cc6981f3f8864a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:52:59 +0530 Subject: [PATCH] build: bump fake-useragent from 1.5.1 to 2.0.3 (#1597) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f44253598..118591653 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1460,13 +1460,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "fake-useragent" -version = "1.5.1" +version = "2.0.3" description = "Up-to-date simple useragent faker with real world database" optional = false -python-versions = "*" +python-versions = ">=3.9" files = [ - {file = "fake-useragent-1.5.1.tar.gz", hash = "sha256:6387269f5a2196b5ba7ed8935852f75486845a1c95c50e72460e6a8e762f5c49"}, - {file = "fake_useragent-1.5.1-py3-none-any.whl", hash = "sha256:57415096557c8a4e23b62a375c21c55af5fd4ba30549227f562d2c4f5b60e3b3"}, + {file = "fake_useragent-2.0.3-py3-none-any.whl", hash = "sha256:8bae50abb72c309a5b3ae2f01a0b82426613fd5c4e2a04dca9332399ec44daa1"}, + {file = "fake_useragent-2.0.3.tar.gz", hash = "sha256:af86a26ef8229efece8fed529b4aeb5b73747d889b60f01cd477b6f301df46e6"}, ] [[package]] @@ -6917,4 +6917,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6b1e564a3dd1024fdc8077a42c13ca05cd0f69f14cc581957ee1c5fdc6708c63" +content-hash = "6bfd408606a3b9ed2e130d41138ad4fb70719e74549563c539448de6ac508d33" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ef38a42c3..586f82dbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requests = "2.32.3" tiktoken = "0.8.0" azure-storage-queue = "12.12.0" beautifulsoup4 = "4.12.3" -fake-useragent = "1.5.1" +fake-useragent = "2.0.3" chardet = "5.2.0" azure-search-documents = "11.6.0b1" azure-ai-contentsafety = "1.0.0"