chore(deps): update msgpack requirement from <2,>=1.0.7 to >=1.1.2,<2

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.7...v1.1.2)

---
updated-dependencies:
- dependency-name: msgpack
  dependency-version: 1.1.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/msgpack-gte-1.1.2-and-lt-2
dependabot[bot] 4 days ago committed by GitHub
parent e98dc4fd61
commit b0ef936643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,7 +10,7 @@ dependencies = [
"mitmproxy>=12.2.3",
"ruamel.yaml>=0.17.32",
"json-stream>=2.3.2,<3",
"msgpack>=1.0.7,<2",
"msgpack>=1.1.2,<2",
]
[project.scripts]

Loading…
Cancel
Save