Skip to content

Build(deps): Bump the python-packages group with 3 updates #1023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ paho-mqtt = ">=1.6,<3"
python-gnupg = ">=0.4.8,<0.6.0"

[tool.poetry.dev-dependencies]
pylint = "^3.3.3"
pylint = "^3.3.4"
rope = "^1.13.0"
autohooks-plugin-pylint = ">=21.6.0"
autohooks-plugin-black = ">=22.7.0"
Expand Down
3 changes: 1 addition & 2 deletions tests/test_argument_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later

""" Test module for command line arguments.
"""
"""Test module for command line arguments."""

import unittest

Expand Down
3 changes: 1 addition & 2 deletions tests/test_cvss.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later

""" Test module for cvss scoring calculation
"""
"""Test module for cvss scoring calculation"""

import unittest

Expand Down
2 changes: 1 addition & 1 deletion tests/test_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# pylint: disable=invalid-name,line-too-long,no-value-for-parameter

""" Unit Test for ospd-openvas """
"""Unit Test for ospd-openvas"""

import io
import logging
Expand Down
2 changes: 1 addition & 1 deletion tests/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# pylint: disable=unused-argument

""" Unit Test for ospd-openvas """
"""Unit Test for ospd-openvas"""

import logging

Expand Down
3 changes: 1 addition & 2 deletions tests/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later

""" Test module for OspdCommandError class
"""
"""Test module for OspdCommandError class"""

import unittest

Expand Down
2 changes: 1 addition & 1 deletion tests/test_nvti_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# pylint: disable=unused-argument, protected-access, invalid-name

""" Unit Test for ospd-openvas """
"""Unit Test for ospd-openvas"""

import logging

Expand Down
3 changes: 1 addition & 2 deletions tests/test_port_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later

""" Test suites for Port manipulation.
"""
"""Test suites for Port manipulation."""

import unittest

Expand Down
3 changes: 1 addition & 2 deletions tests/test_scan_and_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

# pylint: disable=too-many-lines

""" Test module for scan runs
"""
"""Test module for scan runs"""

import time
import unittest
Expand Down
3 changes: 1 addition & 2 deletions tests/test_target_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later

""" Test suites for Target manipulations.
"""
"""Test suites for Target manipulations."""

import unittest
from unittest.mock import patch
Expand Down
Loading