Skip to content

Commit

Permalink
chore(deps): bump the python-packages group across 1 directory with 2…
Browse files Browse the repository at this point in the history
… updates (#38)

Bumps the python-packages group with 2 updates in the / directory: [playwright](https://github.com/Microsoft/playwright-python) and [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release).


Updates `playwright` from 1.47.0 to 1.48.0
- [Release notes](https://github.com/Microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.47.0...v1.48.0)

Updates `python-semantic-release` from 9.9.0 to 9.12.0
- [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.9...v9.12)

---
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-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 299ff5e commit 7a4f10a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dynamic = "version_variables"
dependencies = [
"bs4==0.0.2",
"DateTime==5.5",
"playwright==1.47.0",
"playwright==1.48.0",
"PyGithub==2.4.0",
"python-semantic-release==9.9.0"
"python-semantic-release==9.12.0"
]
requires-python = ">= 3.8"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
bs4==0.0.2
DateTime==5.5
pipdeptree==2.23.4
playwright==1.47.0
playwright==1.48.0
PyGithub==2.4.0
pylint==3.3.1
pytest-asyncio==0.24.0
pytest-cov==5.0.0
pytest-mock==3.14.0
python-semantic-release==9.9.0
python-semantic-release==9.12.0
requests-mock==1.12.1

0 comments on commit 7a4f10a

Please sign in to comment.