Skip to content

Commit

Permalink
chore(deps): bump the python-packages group with 2 updates (#9)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 2 updates: [playwright](https://github.com/Microsoft/playwright-python) and [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release).


Updates `playwright` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/Microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.44.0...v1.45.0)

Updates `python-semantic-release` from 9.8.3 to 9.8.5
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](python-semantic-release/python-semantic-release@v9.8.3...v9.8.5)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicco <38905025+Nicconike@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Nicconike authored Jul 11, 2024
1 parent 2101012 commit dc42d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dynamic = "version_variables"
dependencies = [
"bs4==0.0.2",
"DateTime==5.5",
"playwright==1.44.0",
"python-semantic-release==9.8.3"
"playwright==1.45.0",
"python-semantic-release==9.8.5"
]
requires-python = ">= 3.8"
readme = "README.md"
Expand Down

0 comments on commit dc42d6b

Please sign in to comment.