Skip to content

Commit

Permalink
Build(deps): Bump the python-packages group across 1 directory with 4…
Browse files Browse the repository at this point in the history
… updates (#1002)

* Build(deps): Bump the python-packages group across 1 directory with 4 updates

Bumps the python-packages group with 4 updates in the / directory: [redis](https://github.com/redis/redis-py), [lxml](https://github.com/lxml/lxml), [pylint](https://github.com/pylint-dev/pylint) and [black](https://github.com/psf/black).


Updates `redis` from 5.0.7 to 5.0.8
- [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.7...v5.0.8)

Updates `lxml` from 5.2.2 to 5.3.0
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-5.2.2...lxml-5.3.0)

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)

Updates `black` from 24.4.2 to 24.8.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.4.2...24.8.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: lxml
  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: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>

* use pylint

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jaspar Stach <[email protected]>
  • Loading branch information
dependabot[bot] and y0urself committed Sep 3, 2024
1 parent e423ed5 commit 0aeba27
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 180 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
version: ${{ matrix.python-version }}
packages: ospd_openvas ospd tests
linter: pylint

test:
name: Run all tests
Expand Down
Loading

0 comments on commit 0aeba27

Please sign in to comment.