Skip to content

Commit 289a874

Browse files
chore(deps-dev): bump flake8-bugbear from 22.12.6 to 23.1.20 (#1854)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rúben Fonseca <[email protected]>
1 parent bea1c0e commit 289a874

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bandit = "^1.7.1"
5151
radon = "^5.1.0"
5252
xenon = "^0.9.0"
5353
flake8-eradicate = "^1.2.1"
54-
flake8-bugbear = "^22.12.6"
54+
flake8-bugbear = "^23.1.20"
5555
mkdocs-git-revision-date-plugin = "^0.3.2"
5656
mike = "^1.1.2"
5757
retry = "^0.9.2"

Diff for: tests/functional/idempotency/test_idempotency.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def test_idempotent_lambda_exception(
397397
def lambda_handler(event, context):
398398
raise Exception("Something went wrong!")
399399

400-
with pytest.raises(Exception):
400+
with pytest.raises(Exception, match="Something went wrong!"):
401401
lambda_handler(lambda_apigw_event, lambda_context)
402402

403403
stubber.assert_no_pending_responses()

0 commit comments

Comments
 (0)