Skip to content

Commit d18f4a5

Browse files
Bump the dev-deps group with 2 updates
Updates the requirements on [msgpack](https://github.com/msgpack/msgpack-python) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `msgpack` to 1.2.1 - [Release notes](https://github.com/msgpack/msgpack-python/releases) - [Changelog](https://github.com/msgpack/msgpack-python/blob/main/CHANGELOG.md) - [Commits](msgpack/msgpack-python@v1.1.0...v1.2.1) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.0...9.1.1) --- updated-dependencies: - dependency-name: msgpack dependency-version: 1.2.1 dependency-type: direct:development dependency-group: dev-deps - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4f82ab commit d18f4a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ viewer = [
7878
"windows-curses; platform_system == 'Windows' and platform_python_implementation=='CPython'"
7979
]
8080
mf4 = ["asammdf>=6.0.0"]
81-
multicast = ["msgpack~=1.1.0"]
81+
multicast = ["msgpack~=1.2.1"]
8282

8383
[dependency-groups]
8484
docs = [
@@ -96,7 +96,7 @@ lint = [
9696
"mypy==2.1.*",
9797
]
9898
test = [
99-
"pytest==9.0.*",
99+
"pytest==9.1.*",
100100
"pytest-timeout==2.4.*",
101101
"pytest-modern==0.7.*;platform_system!='Windows'",
102102
"coveralls==4.1.*",

0 commit comments

Comments
 (0)