Skip to content

Commit bd9c1d0

Browse files
Bump the python-deps group across 1 directory with 3 updates
Bumps the python-deps group with 3 updates in the / directory: [markdownify](https://github.com/matthewwithanm/python-markdownify), [playwright](https://github.com/microsoft/playwright-python) and [pytest](https://github.com/pytest-dev/pytest). Updates `markdownify` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/matthewwithanm/python-markdownify/releases) - [Commits](matthewwithanm/python-markdownify@1.2.2...1.2.3) 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: markdownify dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - 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 bd9c1d0

4 files changed

Lines changed: 6 additions & 6 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests>=2.34.2
2-
markdownify>=1.2.2
2+
markdownify>=1.2.3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ idna==3.17
1616
# via requests
1717
markdown==3.10.2
1818
# via -r requirements.in
19-
markdownify==1.2.2
19+
markdownify==1.2.3
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)