Skip to content

Commit c839d9b

Browse files
Bump the pip group with 7 updates (#170)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lev Vereshchagin <mail@vrslev.com>
1 parent 2bdd417 commit c839d9b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/stompman/test_stompman/test_subscription.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ async def test_client_listen_ack_with_no_ack_header(
235235
monkeypatch.setattr(stompman.subscription, "_make_subscription_id", mock.Mock(return_value=subscription_id))
236236

237237
message_frame = build_dataclass(MessageFrame, headers={"subscription": subscription_id})
238-
message_frame.headers.pop("ack")
238+
message_frame.headers.pop("ack", None)
239239

240240
connection_class, collected_frames = create_spying_connection(*get_read_frames_with_lifespan([message_frame]))
241241
message_handler = mock.AsyncMock(side_effect=side_effect)

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ version = "0"
55

66
[dependency-groups]
77
dev = [
8-
"anyio==4.11.0",
9-
"faker==37.12.0",
10-
"hypothesis==6.142.5",
11-
"mypy==1.18.2",
12-
"polyfactory==2.22.3",
13-
"pytest==8.4.2",
8+
"anyio==4.12.0",
9+
"faker==38.2.0",
10+
"hypothesis==6.148.4",
11+
"mypy==1.19.0",
12+
"polyfactory==3.1.0",
13+
"pytest==9.0.1",
1414
"pytest-cov==7.0.0",
1515
"pytest-timeout==2.4.0",
1616
"pytest-rerunfailures==16.1",
17-
"ruff==0.14.3",
17+
"ruff==0.14.7",
1818
"uvloop==0.22.1",
1919
]
2020

0 commit comments

Comments
 (0)