Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 56 additions & 47 deletions circleci/images/citusupgradetester/files/etc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,57 +1,66 @@
# generated from Citus's Pipfile.lock (in src/test/regress) as of #7491
# generated from Citus's Pipfile.lock (in src/test/regress) as of #8107
# using `pipenv requirements > requirements.txt`, so as to avoid the
# need for pipenv/pyenv in this image

-i https://pypi.python.org/simple
asgiref==3.4.1; python_version >= '3.6'
blinker==1.4
brotli==1.0.9
certifi==2024.2.2; python_version >= '3.6'
cffi==1.16.0; platform_python_implementation != 'PyPy'
click==8.0.4; python_version >= '3.6'
construct==2.9.45
cryptography==42.0.3; python_version >= '3.7'
aioquic==1.2.0; python_version >= '3.8'
argon2-cffi==23.1.0; python_version >= '3.7'
argon2-cffi-bindings==25.1.0; python_version >= '3.9'
asgiref==3.8.1; python_version >= '3.8'
attrs==25.3.0; python_version >= '3.8'
blinker==1.9.0; python_version >= '3.9'
brotli==1.1.0
certifi==2025.8.3; python_version >= '3.7'
cffi==1.17.1; python_version >= '3.8'
click==8.2.1; python_version >= '3.10'
construct==2.10.70; python_version >= '3.6'
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
docopt==0.6.2
exceptiongroup==1.2.0; python_version < '3.11'
execnet==2.0.2; python_version >= '3.7'
filelock==3.13.1; python_version >= '3.8'
flask==2.0.3; python_version >= '3.6'
h11==0.12.0; python_version >= '3.6'
execnet==2.1.1; python_version >= '3.8'
filelock==3.18.0; python_version >= '3.9'
flask==3.0.3; python_version >= '3.8'
h11==0.16.0; python_version >= '3.8'
h2==4.1.0; python_full_version >= '3.6.1'
hpack==4.0.0; python_full_version >= '3.6.1'
hyperframe==6.0.1; python_full_version >= '3.6.1'
iniconfig==2.0.0; python_version >= '3.7'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.3; python_version >= '3.7'
kaitaistruct==0.9
hpack==4.1.0; python_version >= '3.9'
hyperframe==6.1.0; python_version >= '3.9'
iniconfig==2.1.0; python_version >= '3.8'
itsdangerous==2.2.0; python_version >= '3.8'
jinja2==3.1.6; python_version >= '3.7'
kaitaistruct==0.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
ldap3==2.9.1
markupsafe==2.1.5; python_version >= '3.7'
-e git+https://github.com/citusdata/mitmproxy.git@2fd18ef051b987925a36337ab1d61aa674353b44#egg=mitmproxy
msgpack==1.0.7; python_version >= '3.8'
packaging==23.2; python_version >= '3.7'
markupsafe==3.0.2; python_version >= '3.9'
mitmproxy==12.1.1; python_version >= '3.12'
mitmproxy-linux==0.12.7; python_version >= '3.12'
mitmproxy-rs==0.12.7; python_version >= '3.12'
msgpack==1.1.0; python_version >= '3.8'
packaging==25.0; python_version >= '3.8'
passlib==1.7.4
pluggy==1.4.0; python_version >= '3.8'
protobuf==3.18.3; python_version >= '3.5'
psycopg==3.1.18; python_version >= '3.7'
pluggy==1.6.0; python_version >= '3.9'
psycopg==3.2.9; python_version >= '3.8'
publicsuffix2==2.20191221
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'
pycparser==2.21
pyopenssl==24.0.0; python_version >= '3.7'
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyperclip==1.8.2
pytest==8.0.0; python_version >= '3.8'
pytest-asyncio==0.23.5; python_version >= '3.8'
pytest-repeat==0.9.3; python_version >= '3.7'
pytest-timeout==2.2.0; python_version >= '3.7'
pytest-xdist==3.5.0; python_version >= '3.7'
pyyaml==6.0.1; python_version >= '3.6'
ruamel.yaml==0.17.16; python_version >= '3'
ruamel.yaml.clib==0.2.8; python_version < '3.10' and platform_python_implementation == 'CPython'
pyasn1==0.6.1; python_version >= '3.8'
pyasn1-modules==0.4.2; python_version >= '3.8'
pycparser==2.22; python_version >= '3.8'
pygments==2.19.2; python_version >= '3.8'
pylsqpack==0.3.22; python_version >= '3.9'
pyopenssl==25.0.0; python_version >= '3.7'
pyparsing==3.2.3; python_version >= '3.9'
pyperclip==1.9.0
pytest==8.4.1; python_version >= '3.9'
pytest-asyncio==1.1.0; python_version >= '3.9'
pytest-repeat==0.9.4; python_version >= '3.9'
pytest-timeout==2.4.0; python_version >= '3.7'
pytest-xdist==3.8.0; python_version >= '3.9'
pyyaml==6.0.2; python_version >= '3.8'
ruamel.yaml==0.18.10; python_version >= '3.7'
ruamel.yaml.clib==0.2.12; python_version >= '3.9'
service-identity==24.2.0; python_version >= '3.8'
sortedcontainers==2.4.0
tomli==2.0.1; python_version < '3.11'
tornado==6.4; python_version >= '3.8'
typing-extensions==4.9.0; python_version >= '3.8'
urwid==2.1.2
werkzeug==2.3.7; python_version >= '3.8'
wsproto==1.0.0; python_full_version >= '3.6.1'
zstandard==0.15.2; python_version >= '3.5'
tornado==6.5; python_version >= '3.9'
typing-extensions==4.14.0; python_version >= '3.9'
urwid==2.6.16; python_version >= '3.8'
wcwidth==0.2.13
werkzeug==3.0.6; python_version >= '3.8'
wsproto==1.2.0; python_full_version >= '3.7.0'
zstandard==0.23.0; python_version >= '3.8'

103 changes: 56 additions & 47 deletions circleci/images/failtester/files/etc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,57 +1,66 @@
# generated from Citus's Pipfile.lock (in src/test/regress) as of #7491
# generated from Citus's Pipfile.lock (in src/test/regress) as of #8107
# using `pipenv requirements > requirements.txt`, so as to avoid the
# need for pipenv/pyenv in this image

-i https://pypi.python.org/simple
asgiref==3.4.1; python_version >= '3.6'
blinker==1.4
brotli==1.0.9
certifi==2024.2.2; python_version >= '3.6'
cffi==1.16.0; platform_python_implementation != 'PyPy'
click==8.0.4; python_version >= '3.6'
construct==2.9.45
cryptography==42.0.3; python_version >= '3.7'
aioquic==1.2.0; python_version >= '3.8'
argon2-cffi==23.1.0; python_version >= '3.7'
argon2-cffi-bindings==25.1.0; python_version >= '3.9'
asgiref==3.8.1; python_version >= '3.8'
attrs==25.3.0; python_version >= '3.8'
blinker==1.9.0; python_version >= '3.9'
brotli==1.1.0
certifi==2025.8.3; python_version >= '3.7'
cffi==1.17.1; python_version >= '3.8'
click==8.2.1; python_version >= '3.10'
construct==2.10.70; python_version >= '3.6'
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
docopt==0.6.2
exceptiongroup==1.2.0; python_version < '3.11'
execnet==2.0.2; python_version >= '3.7'
filelock==3.13.1; python_version >= '3.8'
flask==2.0.3; python_version >= '3.6'
h11==0.12.0; python_version >= '3.6'
execnet==2.1.1; python_version >= '3.8'
filelock==3.18.0; python_version >= '3.9'
flask==3.0.3; python_version >= '3.8'
h11==0.16.0; python_version >= '3.8'
h2==4.1.0; python_full_version >= '3.6.1'
hpack==4.0.0; python_full_version >= '3.6.1'
hyperframe==6.0.1; python_full_version >= '3.6.1'
iniconfig==2.0.0; python_version >= '3.7'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.3; python_version >= '3.7'
kaitaistruct==0.9
hpack==4.1.0; python_version >= '3.9'
hyperframe==6.1.0; python_version >= '3.9'
iniconfig==2.1.0; python_version >= '3.8'
itsdangerous==2.2.0; python_version >= '3.8'
jinja2==3.1.6; python_version >= '3.7'
kaitaistruct==0.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
ldap3==2.9.1
markupsafe==2.1.5; python_version >= '3.7'
-e git+https://github.com/citusdata/mitmproxy.git@2fd18ef051b987925a36337ab1d61aa674353b44#egg=mitmproxy
msgpack==1.0.7; python_version >= '3.8'
packaging==23.2; python_version >= '3.7'
markupsafe==3.0.2; python_version >= '3.9'
mitmproxy==12.1.1; python_version >= '3.12'
mitmproxy-linux==0.12.7; python_version >= '3.12'
mitmproxy-rs==0.12.7; python_version >= '3.12'
msgpack==1.1.0; python_version >= '3.8'
packaging==25.0; python_version >= '3.8'
passlib==1.7.4
pluggy==1.4.0; python_version >= '3.8'
protobuf==3.18.3; python_version >= '3.5'
psycopg==3.1.18; python_version >= '3.7'
pluggy==1.6.0; python_version >= '3.9'
psycopg==3.2.9; python_version >= '3.8'
publicsuffix2==2.20191221
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'
pycparser==2.21
pyopenssl==24.0.0; python_version >= '3.7'
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyperclip==1.8.2
pytest==8.0.0; python_version >= '3.8'
pytest-asyncio==0.23.5; python_version >= '3.8'
pytest-repeat==0.9.3; python_version >= '3.7'
pytest-timeout==2.2.0; python_version >= '3.7'
pytest-xdist==3.5.0; python_version >= '3.7'
pyyaml==6.0.1; python_version >= '3.6'
ruamel.yaml==0.17.16; python_version >= '3'
ruamel.yaml.clib==0.2.8; python_version < '3.10' and platform_python_implementation == 'CPython'
pyasn1==0.6.1; python_version >= '3.8'
pyasn1-modules==0.4.2; python_version >= '3.8'
pycparser==2.22; python_version >= '3.8'
pygments==2.19.2; python_version >= '3.8'
pylsqpack==0.3.22; python_version >= '3.9'
pyopenssl==25.0.0; python_version >= '3.7'
pyparsing==3.2.3; python_version >= '3.9'
pyperclip==1.9.0
pytest==8.4.1; python_version >= '3.9'
pytest-asyncio==1.1.0; python_version >= '3.9'
pytest-repeat==0.9.4; python_version >= '3.9'
pytest-timeout==2.4.0; python_version >= '3.7'
pytest-xdist==3.8.0; python_version >= '3.9'
pyyaml==6.0.2; python_version >= '3.8'
ruamel.yaml==0.18.10; python_version >= '3.7'
ruamel.yaml.clib==0.2.12; python_version >= '3.9'
service-identity==24.2.0; python_version >= '3.8'
sortedcontainers==2.4.0
tomli==2.0.1; python_version < '3.11'
tornado==6.4; python_version >= '3.8'
typing-extensions==4.9.0; python_version >= '3.8'
urwid==2.1.2
werkzeug==2.3.7; python_version >= '3.8'
wsproto==1.0.0; python_full_version >= '3.6.1'
zstandard==0.15.2; python_version >= '3.5'
tornado==6.5; python_version >= '3.9'
typing-extensions==4.14.0; python_version >= '3.9'
urwid==2.6.16; python_version >= '3.8'
wcwidth==0.2.13
werkzeug==3.0.6; python_version >= '3.8'
wsproto==1.2.0; python_full_version >= '3.7.0'
zstandard==0.23.0; python_version >= '3.8'

102 changes: 55 additions & 47 deletions circleci/images/pgupgradetester/files/etc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,57 +1,65 @@
# generated from Citus's Pipfile.lock (in src/test/regress) as of #7491
# generated from Citus's Pipfile.lock (in src/test/regress) as of #8107
# using `pipenv requirements > requirements.txt`, so as to avoid the
# need for pipenv/pyenv in this image

-i https://pypi.python.org/simple
asgiref==3.4.1; python_version >= '3.6'
blinker==1.4
brotli==1.0.9
certifi==2024.2.2; python_version >= '3.6'
cffi==1.16.0; platform_python_implementation != 'PyPy'
click==8.0.4; python_version >= '3.6'
construct==2.9.45
cryptography==42.0.3; python_version >= '3.7'
aioquic==1.2.0; python_version >= '3.8'
argon2-cffi==23.1.0; python_version >= '3.7'
argon2-cffi-bindings==25.1.0; python_version >= '3.9'
asgiref==3.8.1; python_version >= '3.8'
attrs==25.3.0; python_version >= '3.8'
blinker==1.9.0; python_version >= '3.9'
brotli==1.1.0
certifi==2025.8.3; python_version >= '3.7'
cffi==1.17.1; python_version >= '3.8'
click==8.2.1; python_version >= '3.10'
construct==2.10.70; python_version >= '3.6'
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
docopt==0.6.2
exceptiongroup==1.2.0; python_version < '3.11'
execnet==2.0.2; python_version >= '3.7'
filelock==3.13.1; python_version >= '3.8'
flask==2.0.3; python_version >= '3.6'
h11==0.12.0; python_version >= '3.6'
execnet==2.1.1; python_version >= '3.8'
filelock==3.18.0; python_version >= '3.9'
flask==3.0.3; python_version >= '3.8'
h11==0.16.0; python_version >= '3.8'
h2==4.1.0; python_full_version >= '3.6.1'
hpack==4.0.0; python_full_version >= '3.6.1'
hyperframe==6.0.1; python_full_version >= '3.6.1'
iniconfig==2.0.0; python_version >= '3.7'
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.3; python_version >= '3.7'
kaitaistruct==0.9
hpack==4.1.0; python_version >= '3.9'
hyperframe==6.1.0; python_version >= '3.9'
iniconfig==2.1.0; python_version >= '3.8'
itsdangerous==2.2.0; python_version >= '3.8'
jinja2==3.1.6; python_version >= '3.7'
kaitaistruct==0.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
ldap3==2.9.1
markupsafe==2.1.5; python_version >= '3.7'
-e git+https://github.com/citusdata/mitmproxy.git@2fd18ef051b987925a36337ab1d61aa674353b44#egg=mitmproxy
msgpack==1.0.7; python_version >= '3.8'
packaging==23.2; python_version >= '3.7'
markupsafe==3.0.2; python_version >= '3.9'
mitmproxy==12.1.1; python_version >= '3.12'
mitmproxy-linux==0.12.7; python_version >= '3.12'
mitmproxy-rs==0.12.7; python_version >= '3.12'
msgpack==1.1.0; python_version >= '3.8'
packaging==25.0; python_version >= '3.8'
passlib==1.7.4
pluggy==1.4.0; python_version >= '3.8'
protobuf==3.18.3; python_version >= '3.5'
psycopg==3.1.18; python_version >= '3.7'
pluggy==1.6.0; python_version >= '3.9'
psycopg==3.2.9; python_version >= '3.8'
publicsuffix2==2.20191221
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'
pycparser==2.21
pyopenssl==24.0.0; python_version >= '3.7'
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyperclip==1.8.2
pytest==8.0.0; python_version >= '3.8'
pytest-asyncio==0.23.5; python_version >= '3.8'
pytest-repeat==0.9.3; python_version >= '3.7'
pytest-timeout==2.2.0; python_version >= '3.7'
pytest-xdist==3.5.0; python_version >= '3.7'
pyyaml==6.0.1; python_version >= '3.6'
ruamel.yaml==0.17.16; python_version >= '3'
ruamel.yaml.clib==0.2.8; python_version < '3.10' and platform_python_implementation == 'CPython'
pyasn1==0.6.1; python_version >= '3.8'
pyasn1-modules==0.4.2; python_version >= '3.8'
pycparser==2.22; python_version >= '3.8'
pygments==2.19.2; python_version >= '3.8'
pylsqpack==0.3.22; python_version >= '3.9'
pyopenssl==25.0.0; python_version >= '3.7'
pyparsing==3.2.3; python_version >= '3.9'
pyperclip==1.9.0
pytest==8.4.1; python_version >= '3.9'
pytest-asyncio==1.1.0; python_version >= '3.9'
pytest-repeat==0.9.4; python_version >= '3.9'
pytest-timeout==2.4.0; python_version >= '3.7'
pytest-xdist==3.8.0; python_version >= '3.9'
pyyaml==6.0.2; python_version >= '3.8'
ruamel.yaml==0.18.10; python_version >= '3.7'
ruamel.yaml.clib==0.2.12; python_version >= '3.9'
service-identity==24.2.0; python_version >= '3.8'
sortedcontainers==2.4.0
tomli==2.0.1; python_version < '3.11'
tornado==6.4; python_version >= '3.8'
typing-extensions==4.9.0; python_version >= '3.8'
urwid==2.1.2
werkzeug==2.3.7; python_version >= '3.8'
wsproto==1.0.0; python_full_version >= '3.6.1'
zstandard==0.15.2; python_version >= '3.5'
tornado==6.5; python_version >= '3.9'
typing-extensions==4.14.0; python_version >= '3.9'
urwid==2.6.16; python_version >= '3.8'
wcwidth==0.2.13
werkzeug==3.0.6; python_version >= '3.8'
wsproto==1.2.0; python_full_version >= '3.7.0'
zstandard==0.23.0; python_version >= '3.8'
Loading
Loading