Skip to content

Commit

Permalink
Build(deps): Bump the python-packages group with 5 updates (#933)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [redis](https://github.com/redis/redis-py) | `5.0.0` | `5.0.1` |
| [packaging](https://github.com/pypa/packaging) | `23.1` | `23.2` |
| [pylint](https://github.com/pylint-dev/pylint) | `2.17.5` | `2.17.7` |
| [rope](https://github.com/python-rope/rope) | `1.9.0` | `1.10.0` |
| [pontos](https://github.com/greenbone/pontos) | `23.9.0` | `23.9.2` |


Updates `redis` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.0...v5.0.1)

Updates `packaging` from 23.1 to 23.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@23.1...23.2)

Updates `pylint` from 2.17.5 to 2.17.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.17.5...v2.17.7)

Updates `rope` from 1.9.0 to 1.10.0
- [Changelog](https://github.com/python-rope/rope/blob/master/CHANGELOG.md)
- [Commits](python-rope/rope@1.9.0...1.10.0)

Updates `pontos` from 23.9.0 to 23.9.2
- [Release notes](https://github.com/greenbone/pontos/releases)
- [Commits](greenbone/pontos@v23.9.0...v23.9.2)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: rope
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pontos
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 93e7278 commit 2ba55f9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ paho-mqtt = ">=1.5.1"
python-gnupg = ">=0.4.8,<0.6.0"

[tool.poetry.dev-dependencies]
pylint = "^2.13.9"
rope = "^1.9.0"
pylint = "^2.17.7"
rope = "^1.10.0"
autohooks-plugin-pylint = ">=21.6.0"
autohooks-plugin-black = ">=22.7.0"
pontos = ">=22.8.0"
Expand Down

0 comments on commit 2ba55f9

Please sign in to comment.