From 93441f57580ff7b80f9e96d580798d8f6fca220f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 09:20:50 +0200 Subject: [PATCH 1/2] Bump playwright from 1.39.0 to 1.46.0 (#674) Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.39.0 to 1.46.0. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.39.0...v1.46.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 23548e9a..4bc478e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ jinja2==3.1.4 lxml==4.9.3 msgpack==1.0.8 numpy>=1.21.6 -playwright==1.39.0 +playwright==1.46.0 pydantic[email]==2.8.2 pymultihash==0.8.2 python-dotenv==0.21.1 From 21569d9b9acd83776ea28828c44740a5bfbe485a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 09:21:09 +0200 Subject: [PATCH 2/2] Bump flake8 from 5.0.4 to 7.1.1 (#645) Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_lint.txt b/requirements_lint.txt index 35771bbb..7246205c 100644 --- a/requirements_lint.txt +++ b/requirements_lint.txt @@ -1,4 +1,4 @@ black==23.7.0 -flake8==5.0.4 +flake8==7.1.1 flake8-docstrings==1.7.0 pylint==3.2.6