Skip to content

Commit 268d624

Browse files
author
Francis Labelle
committed
Sync with upstream (v13.0.0-dev1)
2 parents 6addf4d + b1664a7 commit 268d624

921 files changed

Lines changed: 45650 additions & 36161 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Bug Report
2+
description: File a bug report to help us improve.
3+
labels: ["kind/triage"]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Problem Description
8+
value: |
9+
A clear and concise description of what the bug is.
10+
11+
#### Steps to reproduce the behavior:
12+
1.
13+
2.
14+
3.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: System Information
20+
description: Paste the output of "mitmproxy --version" here.
21+
render: raw
22+
- type: checkboxes
23+
attributes:
24+
label: 'Checklist'
25+
options:
26+
- label: This bug affects the [latest mitmproxy release](https://github.com/mitmproxy/mitmproxy/releases).
27+
required: true

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,26 @@ updates:
1313
schedule:
1414
interval: "monthly"
1515
open-pull-requests-limit: 10
16+
groups:
17+
pytest:
18+
patterns:
19+
- "pytest*"
20+
- "hypothesis"
21+
pyinstaller:
22+
patterns:
23+
- "pyinstaller*"
24+
mypy:
25+
patterns:
26+
- "types-*"
27+
- "mypy"
28+
openssl:
29+
patterns:
30+
- "pyopenssl"
31+
- "cryptography"
32+
tox:
33+
patterns:
34+
- "tox*"
35+
deploy:
36+
patterns:
37+
- "awscli"
38+
- "twine"

.github/node-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
24

.github/python-version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)