Skip to content

Commit

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


Updates `python-semantic-release` from 9.8.5 to 9.8.6
- [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.5...v9.8.6)

Updates `pylint` from 3.2.5 to 3.2.6
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.5...v3.2.6)

---
updated-dependencies:
- dependency-name: python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pylint
  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>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent f29280c commit 2065c52
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 @@ -13,7 +13,7 @@ dependencies = [
"DateTime==5.5",
"playwright==1.45.0",
"PyGithub==2.3.0",
"python-semantic-release==9.8.5"
"python-semantic-release==9.8.6"
]
requires-python = ">= 3.8"
readme = "README.md"
Expand All @@ -33,7 +33,7 @@ test = [
]
dev = [
"pipdeptree==2.23.1",
"pylint==3.2.5"
"pylint==3.2.6"
]

[tool.semantic_release]
Expand Down

0 comments on commit 2065c52

Please sign in to comment.