|
|
@ -1,4 +1,4 @@
|
|
|
|
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
|
|
|
|
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "aioquic-mitmproxy"
|
|
|
|
name = "aioquic-mitmproxy"
|
|
|
@ -1026,12 +1026,12 @@ files = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "mitmproxy"
|
|
|
|
name = "mitmproxy"
|
|
|
|
version = "10.0.0"
|
|
|
|
version = "10.1.0"
|
|
|
|
description = "An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets."
|
|
|
|
description = "An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets."
|
|
|
|
optional = false
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.10"
|
|
|
|
python-versions = ">=3.10"
|
|
|
|
files = [
|
|
|
|
files = [
|
|
|
|
{file = "mitmproxy-10.0.0-py3-none-any.whl", hash = "sha256:3ce8da63cb19ecb0f42ec2c11da6408f293bf5624e8d4e8bb19b0c81560189d8"},
|
|
|
|
{file = "mitmproxy-10.1.0-py3-none-any.whl", hash = "sha256:fe7da90cc604c43a3420bd6f0da4f74b109b4e09b9c59c6065641b405e6a3dba"},
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
[package.dependencies]
|
|
|
@ -1046,7 +1046,7 @@ h2 = ">=4.1,<5"
|
|
|
|
hyperframe = ">=6.0,<7"
|
|
|
|
hyperframe = ">=6.0,<7"
|
|
|
|
kaitaistruct = ">=0.10,<0.11"
|
|
|
|
kaitaistruct = ">=0.10,<0.11"
|
|
|
|
ldap3 = ">=2.8,<2.10"
|
|
|
|
ldap3 = ">=2.8,<2.10"
|
|
|
|
mitmproxy-rs = ">=0.2.0b1,<0.3"
|
|
|
|
mitmproxy-rs = ">=0.3.6,<0.4"
|
|
|
|
msgpack = ">=1.0.0,<1.1.0"
|
|
|
|
msgpack = ">=1.0.0,<1.1.0"
|
|
|
|
passlib = ">=1.6.5,<1.8"
|
|
|
|
passlib = ">=1.6.5,<1.8"
|
|
|
|
protobuf = ">=3.14,<5"
|
|
|
|
protobuf = ">=3.14,<5"
|
|
|
@ -1058,27 +1058,50 @@ pyperclip = ">=1.6.0,<1.9"
|
|
|
|
"ruamel.yaml" = ">=0.16,<0.18"
|
|
|
|
"ruamel.yaml" = ">=0.16,<0.18"
|
|
|
|
sortedcontainers = ">=2.3,<2.5"
|
|
|
|
sortedcontainers = ">=2.3,<2.5"
|
|
|
|
tornado = ">=6.2,<7"
|
|
|
|
tornado = ">=6.2,<7"
|
|
|
|
typing-extensions = {version = ">=4.3,<4.6", markers = "python_version < \"3.11\""}
|
|
|
|
typing-extensions = {version = ">=4.3,<5", markers = "python_version < \"3.11\""}
|
|
|
|
urwid-mitmproxy = ">=2.1.1,<2.2"
|
|
|
|
urwid-mitmproxy = ">=2.1.1,<2.2"
|
|
|
|
wsproto = ">=1.0,<1.3"
|
|
|
|
wsproto = ">=1.0,<1.3"
|
|
|
|
zstandard = ">=0.11,<0.22"
|
|
|
|
zstandard = ">=0.11,<0.22"
|
|
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
[package.extras]
|
|
|
|
dev = ["build (>=0.10.0)", "click (>=7.0,<8.2)", "hypothesis (>=5.8,<7)", "pdoc (>=4.0.0)", "pyinstaller (==5.13.0)", "pytest (>=6.1.0,<8)", "pytest-asyncio (>=0.17,<0.22)", "pytest-cov (>=2.7.1,<4.2)", "pytest-timeout (>=1.3.3,<2.2)", "pytest-xdist (>=2.1.0,<3.4)", "requests (>=2.9.1,<3)", "tox (>=3.5,<5)", "wheel (>=0.36.2,<0.42)"]
|
|
|
|
dev = ["build (>=0.10.0)", "click (>=7.0,<8.2)", "hypothesis (>=5.8,<7)", "pdoc (>=4.0.0)", "pyinstaller (==5.13.2)", "pytest (>=6.1.0,<8)", "pytest-asyncio (>=0.17,<0.22)", "pytest-cov (>=2.7.1,<4.2)", "pytest-timeout (>=1.3.3,<2.2)", "pytest-xdist (>=2.1.0,<3.4)", "requests (>=2.9.1,<3)", "tox (>=3.5,<5)", "wheel (>=0.36.2,<0.42)"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "mitmproxy-macos"
|
|
|
|
|
|
|
|
version = "0.3.7"
|
|
|
|
|
|
|
|
description = ""
|
|
|
|
|
|
|
|
optional = false
|
|
|
|
|
|
|
|
python-versions = ">=3.10"
|
|
|
|
|
|
|
|
files = [
|
|
|
|
|
|
|
|
{file = "mitmproxy_macos-0.3.7-py3-none-any.whl", hash = "sha256:8e18c482f46b0b1dd3addd2c3791be47920414024aae9e98e0cebe5964e72d8e"},
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "mitmproxy-rs"
|
|
|
|
name = "mitmproxy-rs"
|
|
|
|
version = "0.2.2"
|
|
|
|
version = "0.3.7"
|
|
|
|
description = ""
|
|
|
|
description = ""
|
|
|
|
optional = false
|
|
|
|
optional = false
|
|
|
|
python-versions = ">=3.9"
|
|
|
|
python-versions = ">=3.10"
|
|
|
|
|
|
|
|
files = [
|
|
|
|
|
|
|
|
{file = "mitmproxy_rs-0.3.7-cp310-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:803b08c2f412a6c1085cf655d15c9f8d1cf505fcbc4c63899e3a142515a88d15"},
|
|
|
|
|
|
|
|
{file = "mitmproxy_rs-0.3.7-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2661f34bbbf2e27d2d76fb1f7db0f8c494df9eb71c4fb43f946fb8a5ca9f311b"},
|
|
|
|
|
|
|
|
{file = "mitmproxy_rs-0.3.7-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fc122474f68a6a92301cc9b154a8312a5420947f3ee33c0d424d74592ba2f3ff"},
|
|
|
|
|
|
|
|
{file = "mitmproxy_rs-0.3.7-cp310-abi3-win_amd64.whl", hash = "sha256:274e3eaa5da617659fbc8bacb30b448705b7f626f1552ae0f73db1b6d26a8743"},
|
|
|
|
|
|
|
|
{file = "mitmproxy_rs-0.3.7.tar.gz", hash = "sha256:8e87df24ae50c08ae56dba0e75711316215e255d248f3a797682d6634a595967"},
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
|
|
|
mitmproxy_macos = {version = "0.3.7", markers = "sys_platform == \"darwin\""}
|
|
|
|
|
|
|
|
mitmproxy_windows = {version = "0.3.7", markers = "os_name == \"nt\""}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "mitmproxy-windows"
|
|
|
|
|
|
|
|
version = "0.3.7"
|
|
|
|
|
|
|
|
description = ""
|
|
|
|
|
|
|
|
optional = false
|
|
|
|
|
|
|
|
python-versions = ">=3.10"
|
|
|
|
files = [
|
|
|
|
files = [
|
|
|
|
{file = "mitmproxy_rs-0.2.2-cp310-abi3-macosx_10_7_x86_64.whl", hash = "sha256:07d9c471f3551a356fcc10b6146a01b635fa689ce83919da4d1e1cb3e6958988"},
|
|
|
|
{file = "mitmproxy_windows-0.3.7-py3-none-any.whl", hash = "sha256:734049cbb5b1f3634873ac105c592579f2fdcb7e71028ae0d4b80201d250843b"},
|
|
|
|
{file = "mitmproxy_rs-0.2.2-cp310-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:343f3e94c806539cd3d7b3566f1d39709c157f8eef13e8d9eff1a9ecdc3016a9"},
|
|
|
|
|
|
|
|
{file = "mitmproxy_rs-0.2.2-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:55eb7fe3c3b82511dc208e39719a6953f69ac26c65f9026cc7d56be5d8f2f756"},
|
|
|
|
|
|
|
|
{file = "mitmproxy_rs-0.2.2-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2a3e1483b96f868fc6b673e9b77733c2fc6d1a1a9d3fdee28d83274ab4d7f6bb"},
|
|
|
|
|
|
|
|
{file = "mitmproxy_rs-0.2.2-cp310-abi3-win_amd64.whl", hash = "sha256:6685de84b50141e1d6f87df52dec17616ef9d2c618b45b790cb9a453fef66937"},
|
|
|
|
|
|
|
|
{file = "mitmproxy_rs-0.2.2.tar.gz", hash = "sha256:64493b1aeb13d1c1f0d746fc8633d3ba378788cdb689f408683cd0c4783a872f"},
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|