|
1 | | -# generated from Citus's Pipfile.lock (in src/test/regress) as of #7491 |
| 1 | +# generated from Citus's Pipfile.lock (in src/test/regress) as of #8107 |
2 | 2 | # using `pipenv requirements > requirements.txt`, so as to avoid the |
3 | 3 | # need for pipenv/pyenv in this image |
4 | 4 |
|
5 | 5 | -i https://pypi.python.org/simple |
6 | | -asgiref==3.4.1; python_version >= '3.6' |
7 | | -blinker==1.4 |
8 | | -brotli==1.0.9 |
9 | | -certifi==2024.2.2; python_version >= '3.6' |
10 | | -cffi==1.16.0; platform_python_implementation != 'PyPy' |
11 | | -click==8.0.4; python_version >= '3.6' |
12 | | -construct==2.9.45 |
13 | | -cryptography==42.0.3; python_version >= '3.7' |
| 6 | +aioquic==1.2.0; python_version >= '3.8' |
| 7 | +argon2-cffi==23.1.0; python_version >= '3.7' |
| 8 | +argon2-cffi-bindings==25.1.0; python_version >= '3.9' |
| 9 | +asgiref==3.8.1; python_version >= '3.8' |
| 10 | +attrs==25.3.0; python_version >= '3.8' |
| 11 | +blinker==1.9.0; python_version >= '3.9' |
| 12 | +brotli==1.1.0 |
| 13 | +certifi==2025.8.3; python_version >= '3.7' |
| 14 | +cffi==1.17.1; python_version >= '3.8' |
| 15 | +click==8.2.1; python_version >= '3.10' |
| 16 | +construct==2.10.70; python_version >= '3.6' |
| 17 | +cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1' |
14 | 18 | docopt==0.6.2 |
15 | | -exceptiongroup==1.2.0; python_version < '3.11' |
16 | | -execnet==2.0.2; python_version >= '3.7' |
17 | | -filelock==3.13.1; python_version >= '3.8' |
18 | | -flask==2.0.3; python_version >= '3.6' |
19 | | -h11==0.12.0; python_version >= '3.6' |
| 19 | +execnet==2.1.1; python_version >= '3.8' |
| 20 | +filelock==3.18.0; python_version >= '3.9' |
| 21 | +flask==3.0.3; python_version >= '3.8' |
| 22 | +h11==0.16.0; python_version >= '3.8' |
20 | 23 | h2==4.1.0; python_full_version >= '3.6.1' |
21 | | -hpack==4.0.0; python_full_version >= '3.6.1' |
22 | | -hyperframe==6.0.1; python_full_version >= '3.6.1' |
23 | | -iniconfig==2.0.0; python_version >= '3.7' |
24 | | -itsdangerous==2.1.2; python_version >= '3.7' |
25 | | -jinja2==3.1.3; python_version >= '3.7' |
26 | | -kaitaistruct==0.9 |
| 24 | +hpack==4.1.0; python_version >= '3.9' |
| 25 | +hyperframe==6.1.0; python_version >= '3.9' |
| 26 | +iniconfig==2.1.0; python_version >= '3.8' |
| 27 | +itsdangerous==2.2.0; python_version >= '3.8' |
| 28 | +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' |
27 | 30 | ldap3==2.9.1 |
28 | | -markupsafe==2.1.5; python_version >= '3.7' |
29 | | --e git+https://github.com/citusdata/mitmproxy.git@2fd18ef051b987925a36337ab1d61aa674353b44#egg=mitmproxy |
30 | | -msgpack==1.0.7; python_version >= '3.8' |
31 | | -packaging==23.2; python_version >= '3.7' |
| 31 | +markupsafe==3.0.2; python_version >= '3.9' |
| 32 | +mitmproxy==12.1.1; python_version >= '3.12' |
| 33 | +mitmproxy-linux==0.12.7; python_version >= '3.12' |
| 34 | +mitmproxy-rs==0.12.7; python_version >= '3.12' |
| 35 | +msgpack==1.1.0; python_version >= '3.8' |
| 36 | +packaging==25.0; python_version >= '3.8' |
32 | 37 | passlib==1.7.4 |
33 | | -pluggy==1.4.0; python_version >= '3.8' |
34 | | -protobuf==3.18.3; python_version >= '3.5' |
35 | | -psycopg==3.1.18; python_version >= '3.7' |
| 38 | +pluggy==1.6.0; python_version >= '3.9' |
| 39 | +psycopg==3.2.9; python_version >= '3.8' |
36 | 40 | publicsuffix2==2.20191221 |
37 | | -pyasn1==0.5.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' |
38 | | -pycparser==2.21 |
39 | | -pyopenssl==24.0.0; python_version >= '3.7' |
40 | | -pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' |
41 | | -pyperclip==1.8.2 |
42 | | -pytest==8.0.0; python_version >= '3.8' |
43 | | -pytest-asyncio==0.23.5; python_version >= '3.8' |
44 | | -pytest-repeat==0.9.3; python_version >= '3.7' |
45 | | -pytest-timeout==2.2.0; python_version >= '3.7' |
46 | | -pytest-xdist==3.5.0; python_version >= '3.7' |
47 | | -pyyaml==6.0.1; python_version >= '3.6' |
48 | | -ruamel.yaml==0.17.16; python_version >= '3' |
49 | | -ruamel.yaml.clib==0.2.8; python_version < '3.10' and platform_python_implementation == 'CPython' |
| 41 | +pyasn1==0.6.1; python_version >= '3.8' |
| 42 | +pyasn1-modules==0.4.2; python_version >= '3.8' |
| 43 | +pycparser==2.22; python_version >= '3.8' |
| 44 | +pygments==2.19.2; python_version >= '3.8' |
| 45 | +pylsqpack==0.3.22; python_version >= '3.9' |
| 46 | +pyopenssl==25.0.0; python_version >= '3.7' |
| 47 | +pyparsing==3.2.3; python_version >= '3.9' |
| 48 | +pyperclip==1.9.0 |
| 49 | +pytest==8.4.1; python_version >= '3.9' |
| 50 | +pytest-asyncio==1.1.0; python_version >= '3.9' |
| 51 | +pytest-repeat==0.9.4; python_version >= '3.9' |
| 52 | +pytest-timeout==2.4.0; python_version >= '3.7' |
| 53 | +pytest-xdist==3.8.0; python_version >= '3.9' |
| 54 | +pyyaml==6.0.2; python_version >= '3.8' |
| 55 | +ruamel.yaml==0.18.10; python_version >= '3.7' |
| 56 | +ruamel.yaml.clib==0.2.12; python_version >= '3.9' |
| 57 | +service-identity==24.2.0; python_version >= '3.8' |
50 | 58 | sortedcontainers==2.4.0 |
51 | | -tomli==2.0.1; python_version < '3.11' |
52 | | -tornado==6.4; python_version >= '3.8' |
53 | | -typing-extensions==4.9.0; python_version >= '3.8' |
54 | | -urwid==2.1.2 |
55 | | -werkzeug==2.3.7; python_version >= '3.8' |
56 | | -wsproto==1.0.0; python_full_version >= '3.6.1' |
57 | | -zstandard==0.15.2; python_version >= '3.5' |
| 59 | +tornado==6.5; python_version >= '3.9' |
| 60 | +typing-extensions==4.14.0; python_version >= '3.9' |
| 61 | +urwid==2.6.16; python_version >= '3.8' |
| 62 | +wcwidth==0.2.13 |
| 63 | +werkzeug==3.0.6; python_version >= '3.8' |
| 64 | +wsproto==1.2.0; python_full_version >= '3.7.0' |
| 65 | +zstandard==0.23.0; python_version >= '3.8' |
| 66 | + |
0 commit comments