Update msgpack requirement from <=1.0.8,>=1.0.0 to >=1.0.0,<=1.1.0 (#7221)
Updates the requirements on [msgpack](https://github.com/msgpack/msgpack-python) to permit the latest version. - [Release notes](https://github.com/msgpack/msgpack-python/releases) - [Changelog](https://github.com/msgpack/msgpack-python/blob/main/ChangeLog.rst) - [Commits](https://github.com/msgpack/msgpack-python/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: msgpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
dc4087790a
commit
1884a24d9f
|
@ -44,7 +44,7 @@ dependencies = [
|
|||
"kaitaistruct>=0.10,<=0.10",
|
||||
"ldap3>=2.8,<=2.9.1",
|
||||
"mitmproxy_rs>=0.9.1,<0.10", # relaxed upper bound here: we control this
|
||||
"msgpack>=1.0.0,<=1.0.8",
|
||||
"msgpack>=1.0.0,<=1.1.0",
|
||||
"passlib>=1.6.5,<=1.7.4",
|
||||
"protobuf>=5.27.2,<=5.28.0",
|
||||
"pydivert>=2.0.3,<=2.1.0; sys_platform == 'win32'",
|
||||
|
|
Loading…
Reference in New Issue