Skip to content

Commit

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

Bumps the python-packages group with 3 updates in the / directory: [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release), [pylint](https://github.com/pylint-dev/pylint) and [pipdeptree](https://github.com/tox-dev/pipdeptree).


Updates `python-semantic-release` from 9.8.8 to 9.8.9
- [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.8.9)

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

Updates `pipdeptree` from 2.23.3 to 2.23.4
- [Release notes](https://github.com/tox-dev/pipdeptree/releases)
- [Commits](tox-dev/pipdeptree@2.23.3...2.23.4)

---
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-minor
  dependency-group: python-packages
- dependency-name: pipdeptree
  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 Sep 27, 2024
1 parent c358c79 commit 1b44783
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ authors = [
dynamic = "version_variables"
dependencies = [
"PyGithub==2.4.0",
"python-semantic-release==9.8.8"
"python-semantic-release==9.8.9"
]

[project.optional-dependencies]
dev = [
"pylint==3.2.7",
"pipdeptree==2.23.3",
"pylint==3.3.1",
"pipdeptree==2.23.4",
]
test = [
"pytest-cov==5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pipdeptree==2.23.3
pipdeptree==2.23.4
PyGithub==2.4.0
pylint==3.2.7
pylint==3.3.1
pytest-cov==5.0.0

0 comments on commit 1b44783

Please sign in to comment.