From 5d648b479e9ced485e4927050277b65832a067e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:30:21 +0100 Subject: [PATCH] chore(pyproject.toml): Bump playwright from 1.49.0 to 1.49.1 (#41) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8c3b46..2824e94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "python-telegram-bot==21.9", "pydantic==2.10.1", "loguru==0.7.3", - "playwright==1.49.0", + "playwright==1.49.1", ] dynamic = ["version"]