Skip to content

Commit

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

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

Bumps the python-packages group with 2 updates in the / directory: [lxml](https://github.com/lxml/lxml) and [pylint](https://github.com/pylint-dev/pylint).


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

Updates `pylint` from 3.1.0 to 3.2.2
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.1.0...v3.2.2)

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

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

* fix linting

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arno Stiefvater <[email protected]>
  • Loading branch information
dependabot[bot] and ArnoStiefvater authored Jun 4, 2024
1 parent 1fc49ba commit 823981c
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 165 deletions.
2 changes: 2 additions & 0 deletions ospd_openvas/dryrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ def exec_dry_run_scan(self, scan_id, nvti, ospd_params):
oid = choice(vts)
port = choice(tcp)
vt = vthelper.get_single_vt(oid)
rname = ''
rqod = ''
if vt:
if vt.get('qod_type'):
qod_t = vt.get('qod_type')
Expand Down
Loading

0 comments on commit 823981c

Please sign in to comment.