chore(deps): bump json-stream from 2.3.2 to 2.3.3

Bumps [json-stream](https://github.com/daggaz/json-stream) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/daggaz/json-stream/releases)
- [Commits](https://github.com/daggaz/json-stream/compare/2.3.2...v2.3.3)

---
updated-dependencies:
- dependency-name: json-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/json-stream-2.3.3
dependabot[bot] 8 months ago committed by GitHub
parent 2b3b3d83ab
commit fba55aa14d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
poetry.lock generated

@ -867,13 +867,13 @@ i18n = ["Babel (>=2.7)"]
[[package]]
name = "json-stream"
version = "2.3.2"
version = "2.3.3"
description = "Streaming JSON encoder and decoder"
optional = false
python-versions = "<4,>=3.5"
files = [
{file = "json-stream-2.3.2.tar.gz", hash = "sha256:b8b450ea8e8e3c239e9e7e38d12fed934e77a353c14b297f8ee345a5ceb25b91"},
{file = "json_stream-2.3.2-py3-none-any.whl", hash = "sha256:236b8e08e2761b209816452a3527355e757913d833e6802b68a034a13b8bd3ac"},
{file = "json_stream-2.3.3-py3-none-any.whl", hash = "sha256:65f08c5031d7df145c6fe89e434b718c1574b2bb84b8a0eea974de90916a089d"},
{file = "json_stream-2.3.3.tar.gz", hash = "sha256:894444c68c331174926763e224fb34b7ed3f90749d1c165afd0f5930207534c4"},
]
[package.dependencies]
@ -2393,4 +2393,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "ce2965cc31d92f38308e67918f7b13114b945f7280d4f9bdef19349a7f32c49a"
content-hash = "994d53ab826345331a009177170967a5ab910ae8892293caf40e30587581fbf8"

@ -10,7 +10,7 @@ license = "MIT"
python = "^3.10"
mitmproxy = "^11.0.2"
"ruamel.yaml" = ">=0.17.32,<0.19.0"
json-stream = "^2.3.2"
json-stream = "^2.3.3"
msgpack = "^1.0.7"

Loading…
Cancel
Save