Skip to content

Commit

Permalink
chore(deps): bump the python-packages group with 2 updates
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.8 to 9.9.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.8.8...v9.9)

Updates `pylint` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 543f270 commit 47c2669
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 @@ -13,7 +13,7 @@ dependencies = [
"DateTime==5.5",
"playwright==1.47.0",
"PyGithub==2.4.0",
"python-semantic-release==9.8.8"
"python-semantic-release==9.9.0"
]
requires-python = ">= 3.8"
readme = "README.md"
Expand All @@ -33,7 +33,7 @@ test = [
]
dev = [
"pipdeptree==2.23.4",
"pylint==3.3.0"
"pylint==3.3.1"
]

[tool.semantic_release]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ DateTime==5.5
pipdeptree==2.23.4
playwright==1.47.0
PyGithub==2.4.0
pylint==3.3.0
pylint==3.3.1
pytest-asyncio==0.24.0
pytest-cov==5.0.0
pytest-mock==3.14.0
python-semantic-release==9.8.8
python-semantic-release==9.9.0
requests-mock==1.12.1

0 comments on commit 47c2669

Please sign in to comment.