⬆️ Bump playwright from 1.40.0 to 1.41.1 (#237)

Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.40.0 to 1.41.1.
- [Release notes](https://github.com/Microsoft/playwright-python/releases)
- [Commits](https://github.com/Microsoft/playwright-python/compare/v1.40.0...v1.41.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-06 07:07:21 +08:00
committed by GitHub
parent 0164f29c1e
commit 79a657b9f5
2 changed files with 71 additions and 70 deletions

View File

@@ -13,7 +13,7 @@ python = '^3.10'
nonebot2 = '^2.1.3'
lxml = '^5.1.0'
pandas = '>=1.4.3,<3.0.0'
playwright = '^1.40.0'
playwright = '^1.41.1'
ujson = '^5.9.0'
aiofiles = "^23.2.1"
nonebot-plugin-orm = ">=0.1.1,<0.7.0"