Skip to content

Commit aaac2b2

Browse files
committed
updated requirements and citus PR reference
1 parent 3a10a54 commit aaac2b2

File tree

4 files changed

+63
-56
lines changed

4 files changed

+63
-56
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 #8422
22
# using `pipenv requirements > requirements.txt`, so as to avoid the
33
# need for pipenv/pyenv in this image
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 #8422
22
# using `pipenv requirements > requirements.txt`, so as to avoid the
33
# need for pipenv/pyenv in this image
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 #8422
22
# using `pipenv requirements > requirements.txt`, so as to avoid the
33
# need for pipenv/pyenv in this image
44

Lines changed: 60 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,75 @@
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 #8422
22
# using `pipenv requirements --dev > requirements.txt`, so as to avoid the
33
# need for pipenv/pyenv in this image
44

55
-i https://pypi.python.org/simple
6-
attrs==23.2.0; python_version >= '3.7'
7-
black==24.10.0; python_version >= '3.8'
8-
click==8.1.7; python_version >= '3.6'
9-
flake8==7.0.0; python_full_version >= '3.8.1'
10-
flake8-bugbear==24.2.6; python_full_version >= '3.8.1'
11-
isort==5.13.2; python_full_version >= '3.8.0'
6+
attrs==25.4.0; python_version >= '3.9'
7+
black==24.10.0; python_version >= '3.9'
8+
click==8.3.1; python_version >= '3.10'
9+
flake8==7.3.0; python_version >= '3.9'
10+
flake8-bugbear==25.11.29; python_version >= '3.10'
11+
isort==7.0.0; python_full_version >= '3.10.0'
1212
mccabe==0.7.0; python_version >= '3.6'
13-
mypy-extensions==1.0.0; python_version >= '3.5'
14-
packaging==23.2; python_version >= '3.7'
13+
mypy-extensions==1.1.0; python_version >= '3.8'
14+
packaging==25.0; python_version >= '3.8'
1515
pathspec==0.12.1; python_version >= '3.8'
16-
platformdirs==4.2.0; python_version >= '3.8'
17-
pycodestyle==2.11.1; python_version >= '3.8'
18-
pyflakes==3.2.0; python_version >= '3.8'
19-
tomli==2.0.1; python_version < '3.11'
20-
typing-extensions==4.13.2; python_version >= '3.8'
21-
asgiref==3.4.1; python_version >= '3.6'
22-
blinker==1.8.2
16+
platformdirs==4.5.1; python_version >= '3.10'
17+
pycodestyle==2.14.0; python_version >= '3.9'
18+
pyflakes==3.4.0; python_version >= '3.9'
19+
tomli==2.3.0; python_version >= '3.8'
20+
typing-extensions==4.11.0; python_version >= '3.8'
21+
aioquic==1.2.0; python_version >= '3.8'
22+
asgiref==3.8.1; python_version >= '3.8'
23+
backports-asyncio-runner==1.2.0; python_version < '3.11' and python_version >= '3.8'
24+
blinker==1.9.0; python_version >= '3.9'
2325
brotli==1.1.0
24-
certifi==2024.8.30; python_version >= '3.6'
25-
cffi==2.0.0; platform_python_implementation != 'PyPy'
26+
certifi==2025.11.12; python_version >= '3.7'
27+
cffi==2.0.0; python_version >= '3.9'
2628
construct==2.10.70; python_version >= '3.6'
27-
cryptography==46.0.3; python_version >= '3.7'
29+
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
2830
docopt==0.6.2
29-
exceptiongroup==1.2.0; python_version < '3.11'
30-
execnet==2.0.2; python_version >= '3.7'
31-
filelock==3.13.1; python_version >= '3.8'
32-
flask==2.3.2; python_version >= '3.6'
33-
h11==0.16.0; python_version >= '3.6'
34-
h2==4.3.0; python_full_version >= '3.6.1'
35-
hpack==4.1.0; python_full_version >= '3.6.1'
36-
hyperframe==6.1.0; python_full_version >= '3.6.1'
37-
iniconfig==2.0.0; python_version >= '3.7'
38-
itsdangerous==2.1.2; python_version >= '3.7'
31+
exceptiongroup==1.3.1; python_version >= '3.7'
32+
execnet==2.1.2; python_version >= '3.8'
33+
filelock==3.20.1; python_version >= '3.10'
34+
flask==3.1.0; python_version >= '3.9'
35+
h11==0.14.0; python_version >= '3.7'
36+
h2==4.1.0; python_full_version >= '3.6.1'
37+
hpack==4.1.0; python_version >= '3.9'
38+
hyperframe==6.0.1; python_full_version >= '3.6.1'
39+
iniconfig==2.3.0; python_version >= '3.10'
40+
itsdangerous==2.2.0; python_version >= '3.8'
3941
jinja2==3.1.6; python_version >= '3.7'
40-
kaitaistruct==0.9
42+
kaitaistruct==0.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
4143
ldap3==2.9.1
42-
markupsafe==2.1.5; python_version >= '3.7'
43-
-e git+https://github.com/citusdata/mitmproxy.git@2fd18ef051b987925a36337ab1d61aa674353b44#egg=mitmproxy
44-
msgpack==1.0.7; python_version >= '3.8'
44+
markupsafe==3.0.3; python_version >= '3.9'
45+
mitmproxy==11.0.2; python_version >= '3.10'
46+
mitmproxy-rs==0.10.7; python_version >= '3.10'
47+
msgpack==1.1.0; python_version >= '3.8'
4548
passlib==1.7.4
46-
pluggy==1.4.0; python_version >= '3.8'
47-
protobuf==4.25.8; python_version >= '3.8'
48-
psycopg==3.1.18; python_version >= '3.7'
49+
pluggy==1.6.0; python_version >= '3.9'
50+
psycopg==3.3.2; python_version >= '3.10'
4951
publicsuffix2==2.20191221
50-
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'
51-
pycparser==2.21
52-
pyopenssl==24.0.0; python_version >= '3.7'
53-
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
54-
pyperclip==1.8.2
55-
pytest==8.0.0; python_version >= '3.8'
56-
pytest-asyncio==0.23.5; python_version >= '3.8'
57-
pytest-repeat==0.9.3; python_version >= '3.7'
58-
pytest-timeout==2.2.0; python_version >= '3.7'
59-
pytest-xdist==3.5.0; python_version >= '3.7'
60-
pyyaml==6.0.1; python_version >= '3.6'
61-
ruamel.yaml==0.17.16; python_version >= '3'
62-
ruamel.yaml.clib==0.2.8; python_version < '3.10' and platform_python_implementation == 'CPython'
52+
pyasn1==0.6.1; python_version >= '3.8'
53+
pyasn1-modules==0.4.2; python_version >= '3.8'
54+
pycparser==2.23; python_version >= '3.8'
55+
pygments==2.19.2; python_version >= '3.8'
56+
pylsqpack==0.3.23; python_version >= '3.10'
57+
pyopenssl==24.3.0; python_version >= '3.7'
58+
pyparsing==3.2.0; python_version >= '3.9'
59+
pyperclip==1.9.0
60+
pytest==8.4.2; python_version >= '3.9'
61+
pytest-asyncio==1.1.1; python_version >= '3.9'
62+
pytest-repeat==0.9.4; python_version >= '3.9'
63+
pytest-timeout==2.4.0; python_version >= '3.7'
64+
pytest-xdist==3.8.0; python_version >= '3.9'
65+
pyyaml==6.0.3; python_version >= '3.8'
66+
ruamel.yaml==0.18.6; python_version >= '3.7'
67+
ruamel.yaml.clib==0.2.15; python_version >= '3.9'
68+
service-identity==24.2.0; python_version >= '3.8'
6369
sortedcontainers==2.4.0
6470
tornado==6.4.2; python_version >= '3.8'
65-
urwid==2.1.2
66-
werkzeug==3.1.4; python_version >= '3.8'
67-
wsproto==1.0.0; python_full_version >= '3.6.1'
68-
zstandard==0.15.2; python_version >= '3.5'
71+
urwid==2.6.16; python_version >= '3.8'
72+
wcwidth==0.2.14; python_version >= '3.6'
73+
werkzeug==3.1.0; python_version >= '3.9'
74+
wsproto==1.2.0; python_full_version >= '3.7.0'
75+
zstandard==0.23.0; python_version >= '3.8'

0 commit comments

Comments
 (0)