From 60de6bb6e327b22519c9f2287091bfad62874081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:47:09 +0000 Subject: [PATCH] apps/playwright-service(deps): bump the prod-deps group Bumps the prod-deps group in /apps/playwright-service with 3 updates: [hypercorn](https://github.com/pgjones/hypercorn), [fastapi](https://github.com/tiangolo/fastapi) and [playwright](https://github.com/Microsoft/playwright-python). Updates `hypercorn` from 0.16.0 to 0.17.3 - [Changelog](https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pgjones/hypercorn/compare/0.16.0...0.17.3) Updates `fastapi` from 0.110.0 to 0.111.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.110.0...0.111.0) Updates `playwright` from 1.42.0 to 1.44.0 - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.42.0...v1.44.0) --- updated-dependencies: - dependency-name: hypercorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- apps/playwright-service/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/playwright-service/requirements.txt b/apps/playwright-service/requirements.txt index 8afc7723..fd3d1232 100644 --- a/apps/playwright-service/requirements.txt +++ b/apps/playwright-service/requirements.txt @@ -1,4 +1,4 @@ -hypercorn==0.16.0 -fastapi==0.110.0 -playwright==1.42.0 +hypercorn==0.17.3 +fastapi==0.111.0 +playwright==1.44.0 uvicorn \ No newline at end of file