Skip to content

Commit 1feea3f

Browse files
Bump the python-deps group with 2 updates
Bumps the python-deps group with 2 updates: [playwright](https://github.com/microsoft/playwright-python) and [pytest](https://github.com/pytest-dev/pytest). Updates `playwright` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.60.0...v1.61.0) Updates `pytest` from 9.1.0 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.1.0...9.1.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.61.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35b7c95 commit 1feea3f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest>=9.1.0
1+
pytest>=9.1.1
22
pytest-cov>=6.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pluggy==1.6.0
1616
# pytest-cov
1717
pygments==2.20.0
1818
# via pytest
19-
pytest==9.1.0
19+
pytest==9.1.1
2020
# via
2121
# -r requirements-dev.in
2222
# pytest-cov

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ markdownify>=1.2.2
33
markdown>=3.10.2
44
python-dotenv>=1.2.2
55
PyYAML>=6.0.3
6-
playwright>=1.60.0
6+
playwright>=1.61.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ markdown==3.10.2
1818
# via -r requirements.in
1919
markdownify==1.2.2
2020
# via -r requirements.in
21-
playwright==1.60.0
21+
playwright==1.61.0
2222
# via -r requirements.in
2323
pyee==13.0.1
2424
# via playwright

0 commit comments

Comments
 (0)