Skip to content

Commit 02b64c9

Browse files
committed
testing with updated mitmproxy
1 parent 1496145 commit 02b64c9

File tree

3 files changed

+69
-69
lines changed

3 files changed

+69
-69
lines changed

circleci/images/citusupgradetester/files/etc/requirements.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,37 @@
44

55
-i https://pypi.python.org/simple
66
aioquic==1.2.0; python_version >= '3.8'
7-
asgiref==3.8.1; python_version >= '3.8'
7+
argon2-cffi==25.1.0; python_version >= '3.8'
8+
argon2-cffi-bindings==25.1.0; python_version >= '3.9'
9+
asgiref==3.10.0; python_version >= '3.9'
810
attrs==25.4.0; python_version >= '3.9'
9-
backports-asyncio-runner==1.2.0; python_version < '3.11' and python_version >= '3.8'
11+
bcrypt==5.0.0; python_version >= '3.8'
1012
blinker==1.9.0; python_version >= '3.9'
11-
brotli==1.1.0
13+
brotli==1.2.0
1214
certifi==2025.11.12; python_version >= '3.7'
1315
cffi==2.0.0; python_version >= '3.9'
1416
click==8.3.1; python_version >= '3.10'
1517
construct==2.10.70; python_version >= '3.6'
1618
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
1719
docopt==0.6.2
18-
exceptiongroup==1.3.1; python_version >= '3.7'
1920
execnet==2.1.2; python_version >= '3.8'
2021
filelock==3.20.1; python_version >= '3.10'
21-
flask==3.1.0; python_version >= '3.9'
22-
h11==0.14.0; python_version >= '3.7'
23-
h2==4.1.0; python_full_version >= '3.6.1'
22+
flask==3.1.2; python_version >= '3.9'
23+
h11==0.16.0; python_version >= '3.8'
24+
h2==4.3.0; python_version >= '3.9'
2425
hpack==4.1.0; python_version >= '3.9'
25-
hyperframe==6.0.1; python_full_version >= '3.6.1'
26+
hyperframe==6.1.0; python_version >= '3.9'
2627
iniconfig==2.3.0; python_version >= '3.10'
2728
itsdangerous==2.2.0; python_version >= '3.8'
2829
jinja2==3.1.6; python_version >= '3.7'
29-
kaitaistruct==0.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
30+
kaitaistruct==0.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
3031
ldap3==2.9.1
3132
markupsafe==3.0.3; python_version >= '3.9'
32-
mitmproxy==11.0.2; python_version >= '3.10'
33-
mitmproxy-rs==0.10.7; python_version >= '3.10'
34-
msgpack==1.1.0; python_version >= '3.8'
33+
mitmproxy @ git+https://github.com/citusdata/mitmproxy.git@66594bb8af146cce8d9bd7f79f46b77785f3d699
34+
mitmproxy-linux==0.12.8; python_version >= '3.12'
35+
mitmproxy-rs==0.12.8; python_version >= '3.12'
36+
msgpack==1.1.2; python_version >= '3.9'
3537
packaging==25.0; python_version >= '3.8'
36-
passlib==1.7.4
3738
pluggy==1.6.0; python_version >= '3.9'
3839
psycopg==3.3.2; python_version >= '3.10'
3940
publicsuffix2==2.20191221
@@ -42,24 +43,23 @@ pyasn1-modules==0.4.2; python_version >= '3.8'
4243
pycparser==2.23; python_version >= '3.8'
4344
pygments==2.19.2; python_version >= '3.8'
4445
pylsqpack==0.3.23; python_version >= '3.10'
45-
pyopenssl==24.3.0; python_version >= '3.7'
46-
pyparsing==3.2.0; python_version >= '3.9'
46+
pyopenssl==25.1.0; python_version >= '3.7'
47+
pyparsing==3.2.5; python_version >= '3.9'
4748
pyperclip==1.9.0
48-
pytest==8.4.2; python_version >= '3.9'
49-
pytest-asyncio==1.1.1; python_version >= '3.9'
49+
pytest==9.0.2; python_version >= '3.10'
50+
pytest-asyncio==1.3.0; python_version >= '3.10'
5051
pytest-repeat==0.9.4; python_version >= '3.9'
5152
pytest-timeout==2.4.0; python_version >= '3.7'
5253
pytest-xdist==3.8.0; python_version >= '3.9'
5354
pyyaml==6.0.3; python_version >= '3.8'
54-
ruamel.yaml==0.18.6; python_version >= '3.7'
55+
ruamel.yaml==0.18.16; python_version >= '3.8'
5556
ruamel.yaml.clib==0.2.15; python_version >= '3.9'
5657
service-identity==24.2.0; python_version >= '3.8'
5758
sortedcontainers==2.4.0
58-
tomli==2.3.0; python_version >= '3.8'
59-
tornado==6.4.2; python_version >= '3.8'
60-
typing-extensions==4.11.0; python_version >= '3.8'
61-
urwid==2.6.16; python_version >= '3.8'
59+
tornado==6.5.2; python_version >= '3.9'
60+
typing-extensions==4.14.0; python_version >= '3.9'
61+
urwid==3.0.3; python_full_version >= '3.9.0'
6262
wcwidth==0.2.14; python_version >= '3.6'
6363
werkzeug==3.1.0; python_version >= '3.9'
6464
wsproto==1.2.0; python_full_version >= '3.7.0'
65-
zstandard==0.23.0; python_version >= '3.8'
65+
zstandard==0.25.0; python_version >= '3.9'

circleci/images/failtester/files/etc/requirements.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,37 @@
44

55
-i https://pypi.python.org/simple
66
aioquic==1.2.0; python_version >= '3.8'
7-
asgiref==3.8.1; python_version >= '3.8'
7+
argon2-cffi==25.1.0; python_version >= '3.8'
8+
argon2-cffi-bindings==25.1.0; python_version >= '3.9'
9+
asgiref==3.10.0; python_version >= '3.9'
810
attrs==25.4.0; python_version >= '3.9'
9-
backports-asyncio-runner==1.2.0; python_version < '3.11' and python_version >= '3.8'
11+
bcrypt==5.0.0; python_version >= '3.8'
1012
blinker==1.9.0; python_version >= '3.9'
11-
brotli==1.1.0
13+
brotli==1.2.0
1214
certifi==2025.11.12; python_version >= '3.7'
1315
cffi==2.0.0; python_version >= '3.9'
1416
click==8.3.1; python_version >= '3.10'
1517
construct==2.10.70; python_version >= '3.6'
1618
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
1719
docopt==0.6.2
18-
exceptiongroup==1.3.1; python_version >= '3.7'
1920
execnet==2.1.2; python_version >= '3.8'
2021
filelock==3.20.1; python_version >= '3.10'
21-
flask==3.1.0; python_version >= '3.9'
22-
h11==0.14.0; python_version >= '3.7'
23-
h2==4.1.0; python_full_version >= '3.6.1'
22+
flask==3.1.2; python_version >= '3.9'
23+
h11==0.16.0; python_version >= '3.8'
24+
h2==4.3.0; python_version >= '3.9'
2425
hpack==4.1.0; python_version >= '3.9'
25-
hyperframe==6.0.1; python_full_version >= '3.6.1'
26+
hyperframe==6.1.0; python_version >= '3.9'
2627
iniconfig==2.3.0; python_version >= '3.10'
2728
itsdangerous==2.2.0; python_version >= '3.8'
2829
jinja2==3.1.6; python_version >= '3.7'
29-
kaitaistruct==0.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
30+
kaitaistruct==0.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
3031
ldap3==2.9.1
3132
markupsafe==3.0.3; python_version >= '3.9'
32-
mitmproxy==11.0.2; python_version >= '3.10'
33-
mitmproxy-rs==0.10.7; python_version >= '3.10'
34-
msgpack==1.1.0; python_version >= '3.8'
33+
mitmproxy @ git+https://github.com/citusdata/mitmproxy.git@66594bb8af146cce8d9bd7f79f46b77785f3d699
34+
mitmproxy-linux==0.12.8; python_version >= '3.12'
35+
mitmproxy-rs==0.12.8; python_version >= '3.12'
36+
msgpack==1.1.2; python_version >= '3.9'
3537
packaging==25.0; python_version >= '3.8'
36-
passlib==1.7.4
3738
pluggy==1.6.0; python_version >= '3.9'
3839
psycopg==3.3.2; python_version >= '3.10'
3940
publicsuffix2==2.20191221
@@ -42,24 +43,23 @@ pyasn1-modules==0.4.2; python_version >= '3.8'
4243
pycparser==2.23; python_version >= '3.8'
4344
pygments==2.19.2; python_version >= '3.8'
4445
pylsqpack==0.3.23; python_version >= '3.10'
45-
pyopenssl==24.3.0; python_version >= '3.7'
46-
pyparsing==3.2.0; python_version >= '3.9'
46+
pyopenssl==25.1.0; python_version >= '3.7'
47+
pyparsing==3.2.5; python_version >= '3.9'
4748
pyperclip==1.9.0
48-
pytest==8.4.2; python_version >= '3.9'
49-
pytest-asyncio==1.1.1; python_version >= '3.9'
49+
pytest==9.0.2; python_version >= '3.10'
50+
pytest-asyncio==1.3.0; python_version >= '3.10'
5051
pytest-repeat==0.9.4; python_version >= '3.9'
5152
pytest-timeout==2.4.0; python_version >= '3.7'
5253
pytest-xdist==3.8.0; python_version >= '3.9'
5354
pyyaml==6.0.3; python_version >= '3.8'
54-
ruamel.yaml==0.18.6; python_version >= '3.7'
55+
ruamel.yaml==0.18.16; python_version >= '3.8'
5556
ruamel.yaml.clib==0.2.15; python_version >= '3.9'
5657
service-identity==24.2.0; python_version >= '3.8'
5758
sortedcontainers==2.4.0
58-
tomli==2.3.0; python_version >= '3.8'
59-
tornado==6.4.2; python_version >= '3.8'
60-
typing-extensions==4.11.0; python_version >= '3.8'
61-
urwid==2.6.16; python_version >= '3.8'
59+
tornado==6.5.2; python_version >= '3.9'
60+
typing-extensions==4.14.0; python_version >= '3.9'
61+
urwid==3.0.3; python_full_version >= '3.9.0'
6262
wcwidth==0.2.14; python_version >= '3.6'
6363
werkzeug==3.1.0; python_version >= '3.9'
6464
wsproto==1.2.0; python_full_version >= '3.7.0'
65-
zstandard==0.23.0; python_version >= '3.8'
65+
zstandard==0.25.0; python_version >= '3.9'

circleci/images/pgupgradetester/files/etc/requirements.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,37 @@
44

55
-i https://pypi.python.org/simple
66
aioquic==1.2.0; python_version >= '3.8'
7-
asgiref==3.8.1; python_version >= '3.8'
7+
argon2-cffi==25.1.0; python_version >= '3.8'
8+
argon2-cffi-bindings==25.1.0; python_version >= '3.9'
9+
asgiref==3.10.0; python_version >= '3.9'
810
attrs==25.4.0; python_version >= '3.9'
9-
backports-asyncio-runner==1.2.0; python_version < '3.11' and python_version >= '3.8'
11+
bcrypt==5.0.0; python_version >= '3.8'
1012
blinker==1.9.0; python_version >= '3.9'
11-
brotli==1.1.0
13+
brotli==1.2.0
1214
certifi==2025.11.12; python_version >= '3.7'
1315
cffi==2.0.0; python_version >= '3.9'
1416
click==8.3.1; python_version >= '3.10'
1517
construct==2.10.70; python_version >= '3.6'
1618
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
1719
docopt==0.6.2
18-
exceptiongroup==1.3.1; python_version >= '3.7'
1920
execnet==2.1.2; python_version >= '3.8'
2021
filelock==3.20.1; python_version >= '3.10'
21-
flask==3.1.0; python_version >= '3.9'
22-
h11==0.14.0; python_version >= '3.7'
23-
h2==4.1.0; python_full_version >= '3.6.1'
22+
flask==3.1.2; python_version >= '3.9'
23+
h11==0.16.0; python_version >= '3.8'
24+
h2==4.3.0; python_version >= '3.9'
2425
hpack==4.1.0; python_version >= '3.9'
25-
hyperframe==6.0.1; python_full_version >= '3.6.1'
26+
hyperframe==6.1.0; python_version >= '3.9'
2627
iniconfig==2.3.0; python_version >= '3.10'
2728
itsdangerous==2.2.0; python_version >= '3.8'
2829
jinja2==3.1.6; python_version >= '3.7'
29-
kaitaistruct==0.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
30+
kaitaistruct==0.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
3031
ldap3==2.9.1
3132
markupsafe==3.0.3; python_version >= '3.9'
32-
mitmproxy==11.0.2; python_version >= '3.10'
33-
mitmproxy-rs==0.10.7; python_version >= '3.10'
34-
msgpack==1.1.0; python_version >= '3.8'
33+
mitmproxy @ git+https://github.com/citusdata/mitmproxy.git@66594bb8af146cce8d9bd7f79f46b77785f3d699
34+
mitmproxy-linux==0.12.8; python_version >= '3.12'
35+
mitmproxy-rs==0.12.8; python_version >= '3.12'
36+
msgpack==1.1.2; python_version >= '3.9'
3537
packaging==25.0; python_version >= '3.8'
36-
passlib==1.7.4
3738
pluggy==1.6.0; python_version >= '3.9'
3839
psycopg==3.3.2; python_version >= '3.10'
3940
publicsuffix2==2.20191221
@@ -42,24 +43,23 @@ pyasn1-modules==0.4.2; python_version >= '3.8'
4243
pycparser==2.23; python_version >= '3.8'
4344
pygments==2.19.2; python_version >= '3.8'
4445
pylsqpack==0.3.23; python_version >= '3.10'
45-
pyopenssl==24.3.0; python_version >= '3.7'
46-
pyparsing==3.2.0; python_version >= '3.9'
46+
pyopenssl==25.1.0; python_version >= '3.7'
47+
pyparsing==3.2.5; python_version >= '3.9'
4748
pyperclip==1.9.0
48-
pytest==8.4.2; python_version >= '3.9'
49-
pytest-asyncio==1.1.1; python_version >= '3.9'
49+
pytest==9.0.2; python_version >= '3.10'
50+
pytest-asyncio==1.3.0; python_version >= '3.10'
5051
pytest-repeat==0.9.4; python_version >= '3.9'
5152
pytest-timeout==2.4.0; python_version >= '3.7'
5253
pytest-xdist==3.8.0; python_version >= '3.9'
5354
pyyaml==6.0.3; python_version >= '3.8'
54-
ruamel.yaml==0.18.6; python_version >= '3.7'
55+
ruamel.yaml==0.18.16; python_version >= '3.8'
5556
ruamel.yaml.clib==0.2.15; python_version >= '3.9'
5657
service-identity==24.2.0; python_version >= '3.8'
5758
sortedcontainers==2.4.0
58-
tomli==2.3.0; python_version >= '3.8'
59-
tornado==6.4.2; python_version >= '3.8'
60-
typing-extensions==4.11.0; python_version >= '3.8'
61-
urwid==2.6.16; python_version >= '3.8'
59+
tornado==6.5.2; python_version >= '3.9'
60+
typing-extensions==4.14.0; python_version >= '3.9'
61+
urwid==3.0.3; python_full_version >= '3.9.0'
6262
wcwidth==0.2.14; python_version >= '3.6'
6363
werkzeug==3.1.0; python_version >= '3.9'
6464
wsproto==1.2.0; python_full_version >= '3.7.0'
65-
zstandard==0.23.0; python_version >= '3.8'
65+
zstandard==0.25.0; python_version >= '3.9'

0 commit comments

Comments
 (0)