From b727ee07c89419ed9dd684bbdb87fff1d8f6bf01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:34:52 +0000 Subject: [PATCH] chore(pyproject.toml): Bump playwright from 1.49.0 to 1.49.1 Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.49.0 to 1.49.1. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.49.0...v1.49.1) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fa0681..820b610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "python-telegram-bot==21.7", "pydantic==2.10.1", "loguru==0.7.2", - "playwright==1.49.0", + "playwright==1.49.1", ] dynamic = ["version"]