Skip to content

Commit

Permalink
chore(deps-dev): bump black from 24.10.0 to 25.1.0 (#6733)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MrCloudSec <[email protected]>
  • Loading branch information
dependabot[bot] and MrCloudSec authored Feb 26, 2025
1 parent ba7cd02 commit c452820
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 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 @@ -76,7 +76,7 @@ tzlocal = "5.3"

[tool.poetry.group.dev.dependencies]
bandit = "1.8.3"
black = "24.10.0"
black = "25.1.0"
coverage = "7.6.12"
docker = "7.1.0"
flake8 = "7.1.2"
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/utils/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def test_is_owned_by_root(self):

class TestStripAnsiCodes:
def test_strip_ansi_codes_no_alteration(self):
input_string = "\x1B[31mHello\x1B[0m World"
input_string = "\x1b[31mHello\x1b[0m World"
expected_output = "Hello World"

actual_output = strip_ansi_codes(input_string)
Expand Down

0 comments on commit c452820

Please sign in to comment.