From e49496e7a803b2fd05e5a7e814db4c0af8962743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 14:03:42 +0200 Subject: [PATCH 1/2] build(deps): bump types-requests from 2.32.4.20250611 to 2.32.4.20250809 (#2941) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- local-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-requirements.txt b/local-requirements.txt index 8c214a014..2f4f0d488 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -19,4 +19,4 @@ requests==2.32.4 service_identity==24.2.0 twisted==25.5.0 types-pyOpenSSL==24.1.0.20240722 -types-requests==2.32.4.20250611 +types-requests==2.32.4.20250809 From 6e9ff7a80f02db4e0ccdb87efadbf543a0c3ceb9 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 12 Aug 2025 15:34:31 +0200 Subject: [PATCH 2/2] test: unflake cr tracing test (#2942) --- tests/async/test_chromium_tracing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/async/test_chromium_tracing.py b/tests/async/test_chromium_tracing.py index fd065efde..4cd796e0d 100644 --- a/tests/async/test_chromium_tracing.py +++ b/tests/async/test_chromium_tracing.py @@ -114,5 +114,6 @@ async def test_should_support_a_buffer_without_a_path( ) -> None: await browser.start_tracing(page=page, screenshots=True) await page.goto(server.PREFIX + "/grid.html") + await rafraf(page) trace = await browser.stop_tracing() assert "screenshot" in trace.decode()