Skip to content

Commit 418e3c5

Browse files
committed
updated requirements based on citus repo vulnerabilities
1 parent 81357e8 commit 418e3c5

File tree

4 files changed

+159
-135
lines changed

4 files changed

+159
-135
lines changed

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

Lines changed: 51 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -3,55 +3,63 @@
33
# need for pipenv/pyenv in this image
44

55
-i https://pypi.python.org/simple
6-
asgiref==3.4.1; python_version >= '3.6'
7-
blinker==1.4
6+
aioquic==1.2.0; python_version >= '3.8'
7+
asgiref==3.8.1; python_version >= '3.8'
8+
attrs==25.4.0; python_version >= '3.9'
9+
backports-asyncio-runner==1.2.0; python_version < '3.11' and python_version >= '3.8'
10+
blinker==1.9.0; python_version >= '3.9'
811
brotli==1.1.0
9-
certifi==2024.8.30; 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==46.0.3; python_version >= '3.7'
12+
certifi==2025.11.12; python_version >= '3.7'
13+
cffi==2.0.0; python_version >= '3.9'
14+
click==8.3.1; python_version >= '3.10'
15+
construct==2.10.70; python_version >= '3.6'
16+
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
1417
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.3.2; python_version >= '3.6'
19-
h11==0.12.0; python_version >= '3.6'
20-
h2==4.3.0; python_full_version >= '3.6.1'
21-
hpack==4.0.0; python_full_version >= '3.6.1'
18+
exceptiongroup==1.3.1; python_version >= '3.7'
19+
execnet==2.1.2; python_version >= '3.8'
20+
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'
24+
hpack==4.1.0; python_version >= '3.9'
2225
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'
26+
iniconfig==2.3.0; python_version >= '3.10'
27+
itsdangerous==2.2.0; python_version >= '3.8'
2528
jinja2==3.1.6; python_version >= '3.7'
26-
kaitaistruct==0.9
29+
kaitaistruct==0.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2730
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.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'
35+
packaging==25.0; python_version >= '3.8'
3236
passlib==1.7.4
33-
pluggy==1.4.0; python_version >= '3.8'
34-
protobuf==4.25.8; python_version >= '3.8'
35-
psycopg==3.1.18; python_version >= '3.7'
37+
pluggy==1.6.0; python_version >= '3.9'
38+
psycopg==3.3.2; python_version >= '3.10'
3639
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'
40+
pyasn1==0.6.1; python_version >= '3.8'
41+
pyasn1-modules==0.4.2; python_version >= '3.8'
42+
pycparser==2.23; python_version >= '3.8'
43+
pygments==2.19.2; python_version >= '3.8'
44+
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'
47+
pyperclip==1.9.0
48+
pytest==8.4.2; python_version >= '3.9'
49+
pytest-asyncio==1.1.1; python_version >= '3.9'
50+
pytest-repeat==0.9.4; python_version >= '3.9'
51+
pytest-timeout==2.4.0; python_version >= '3.7'
52+
pytest-xdist==3.8.0; python_version >= '3.9'
53+
pyyaml==6.0.3; python_version >= '3.8'
54+
ruamel.yaml==0.18.6; python_version >= '3.7'
55+
ruamel.yaml.clib==0.2.15; python_version >= '3.9'
56+
service-identity==24.2.0; python_version >= '3.8'
5057
sortedcontainers==2.4.0
51-
tomli==2.0.1; python_version < '3.11'
58+
tomli==2.3.0; python_version >= '3.8'
5259
tornado==6.4.2; 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'
60+
typing-extensions==4.11.0; python_version >= '3.8'
61+
urwid==2.6.16; python_version >= '3.8'
62+
wcwidth==0.2.14; python_version >= '3.6'
63+
werkzeug==3.1.0; python_version >= '3.9'
64+
wsproto==1.2.0; python_full_version >= '3.7.0'
65+
zstandard==0.23.0; python_version >= '3.8'

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

Lines changed: 51 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -3,55 +3,63 @@
33
# need for pipenv/pyenv in this image
44

55
-i https://pypi.python.org/simple
6-
asgiref==3.4.1; python_version >= '3.6'
7-
blinker==1.4
6+
aioquic==1.2.0; python_version >= '3.8'
7+
asgiref==3.8.1; python_version >= '3.8'
8+
attrs==25.4.0; python_version >= '3.9'
9+
backports-asyncio-runner==1.2.0; python_version < '3.11' and python_version >= '3.8'
10+
blinker==1.9.0; python_version >= '3.9'
811
brotli==1.1.0
9-
certifi==2024.8.30; 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==46.0.3; python_version >= '3.7'
12+
certifi==2025.11.12; python_version >= '3.7'
13+
cffi==2.0.0; python_version >= '3.9'
14+
click==8.3.1; python_version >= '3.10'
15+
construct==2.10.70; python_version >= '3.6'
16+
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
1417
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.3.2; python_version >= '3.6'
19-
h11==0.12.0; python_version >= '3.6'
20-
h2==4.3.0; python_full_version >= '3.6.1'
21-
hpack==4.0.0; python_full_version >= '3.6.1'
18+
exceptiongroup==1.3.1; python_version >= '3.7'
19+
execnet==2.1.2; python_version >= '3.8'
20+
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'
24+
hpack==4.1.0; python_version >= '3.9'
2225
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'
26+
iniconfig==2.3.0; python_version >= '3.10'
27+
itsdangerous==2.2.0; python_version >= '3.8'
2528
jinja2==3.1.6; python_version >= '3.7'
26-
kaitaistruct==0.9
29+
kaitaistruct==0.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2730
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.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'
35+
packaging==25.0; python_version >= '3.8'
3236
passlib==1.7.4
33-
pluggy==1.4.0; python_version >= '3.8'
34-
protobuf==4.25.8; python_version >= '3.8'
35-
psycopg==3.1.18; python_version >= '3.7'
37+
pluggy==1.6.0; python_version >= '3.9'
38+
psycopg==3.3.2; python_version >= '3.10'
3639
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'
40+
pyasn1==0.6.1; python_version >= '3.8'
41+
pyasn1-modules==0.4.2; python_version >= '3.8'
42+
pycparser==2.23; python_version >= '3.8'
43+
pygments==2.19.2; python_version >= '3.8'
44+
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'
47+
pyperclip==1.9.0
48+
pytest==8.4.2; python_version >= '3.9'
49+
pytest-asyncio==1.1.1; python_version >= '3.9'
50+
pytest-repeat==0.9.4; python_version >= '3.9'
51+
pytest-timeout==2.4.0; python_version >= '3.7'
52+
pytest-xdist==3.8.0; python_version >= '3.9'
53+
pyyaml==6.0.3; python_version >= '3.8'
54+
ruamel.yaml==0.18.6; python_version >= '3.7'
55+
ruamel.yaml.clib==0.2.15; python_version >= '3.9'
56+
service-identity==24.2.0; python_version >= '3.8'
5057
sortedcontainers==2.4.0
51-
tomli==2.0.1; python_version < '3.11'
58+
tomli==2.3.0; python_version >= '3.8'
5259
tornado==6.4.2; 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'
60+
typing-extensions==4.11.0; python_version >= '3.8'
61+
urwid==2.6.16; python_version >= '3.8'
62+
wcwidth==0.2.14; python_version >= '3.6'
63+
werkzeug==3.1.0; python_version >= '3.9'
64+
wsproto==1.2.0; python_full_version >= '3.7.0'
65+
zstandard==0.23.0; python_version >= '3.8'

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

Lines changed: 51 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -3,55 +3,63 @@
33
# need for pipenv/pyenv in this image
44

55
-i https://pypi.python.org/simple
6-
asgiref==3.4.1; python_version >= '3.6'
7-
blinker==1.4
6+
aioquic==1.2.0; python_version >= '3.8'
7+
asgiref==3.8.1; python_version >= '3.8'
8+
attrs==25.4.0; python_version >= '3.9'
9+
backports-asyncio-runner==1.2.0; python_version < '3.11' and python_version >= '3.8'
10+
blinker==1.9.0; python_version >= '3.9'
811
brotli==1.1.0
9-
certifi==2024.8.30; 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==46.0.3; python_version >= '3.7'
12+
certifi==2025.11.12; python_version >= '3.7'
13+
cffi==2.0.0; python_version >= '3.9'
14+
click==8.3.1; python_version >= '3.10'
15+
construct==2.10.70; python_version >= '3.6'
16+
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
1417
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.3.2; python_version >= '3.6'
19-
h11==0.12.0; python_version >= '3.6'
20-
h2==4.3.0; python_full_version >= '3.6.1'
21-
hpack==4.0.0; python_full_version >= '3.6.1'
18+
exceptiongroup==1.3.1; python_version >= '3.7'
19+
execnet==2.1.2; python_version >= '3.8'
20+
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'
24+
hpack==4.1.0; python_version >= '3.9'
2225
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'
26+
iniconfig==2.3.0; python_version >= '3.10'
27+
itsdangerous==2.2.0; python_version >= '3.8'
2528
jinja2==3.1.6; python_version >= '3.7'
26-
kaitaistruct==0.9
29+
kaitaistruct==0.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2730
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.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'
35+
packaging==25.0; python_version >= '3.8'
3236
passlib==1.7.4
33-
pluggy==1.4.0; python_version >= '3.8'
34-
protobuf==4.25.8; python_version >= '3.8'
35-
psycopg==3.1.18; python_version >= '3.7'
37+
pluggy==1.6.0; python_version >= '3.9'
38+
psycopg==3.3.2; python_version >= '3.10'
3639
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'
40+
pyasn1==0.6.1; python_version >= '3.8'
41+
pyasn1-modules==0.4.2; python_version >= '3.8'
42+
pycparser==2.23; python_version >= '3.8'
43+
pygments==2.19.2; python_version >= '3.8'
44+
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'
47+
pyperclip==1.9.0
48+
pytest==8.4.2; python_version >= '3.9'
49+
pytest-asyncio==1.1.1; python_version >= '3.9'
50+
pytest-repeat==0.9.4; python_version >= '3.9'
51+
pytest-timeout==2.4.0; python_version >= '3.7'
52+
pytest-xdist==3.8.0; python_version >= '3.9'
53+
pyyaml==6.0.3; python_version >= '3.8'
54+
ruamel.yaml==0.18.6; python_version >= '3.7'
55+
ruamel.yaml.clib==0.2.15; python_version >= '3.9'
56+
service-identity==24.2.0; python_version >= '3.8'
5057
sortedcontainers==2.4.0
51-
tomli==2.0.1; python_version < '3.11'
58+
tomli==2.3.0; python_version >= '3.8'
5259
tornado==6.4.2; 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'
60+
typing-extensions==4.11.0; python_version >= '3.8'
61+
urwid==2.6.16; python_version >= '3.8'
62+
wcwidth==0.2.14; python_version >= '3.6'
63+
werkzeug==3.1.0; python_version >= '3.9'
64+
wsproto==1.2.0; python_full_version >= '3.7.0'
65+
zstandard==0.23.0; python_version >= '3.8'

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-i https://pypi.python.org/simple
66
attrs==23.2.0; python_version >= '3.7'
77
black==24.10.0; python_version >= '3.8'
8-
click==8.0.4; python_version >= '3.6'
8+
click==8.1.7; python_version >= '3.6'
99
flake8==7.0.0; python_full_version >= '3.8.1'
1010
flake8-bugbear==24.2.6; python_full_version >= '3.8.1'
1111
isort==5.13.2; python_full_version >= '3.8.0'
@@ -17,12 +17,12 @@ platformdirs==4.2.0; python_version >= '3.8'
1717
pycodestyle==2.11.1; python_version >= '3.8'
1818
pyflakes==3.2.0; python_version >= '3.8'
1919
tomli==2.0.1; python_version < '3.11'
20-
typing-extensions==4.9.0; python_version >= '3.8'
20+
typing-extensions==4.13.2; python_version >= '3.8'
2121
asgiref==3.4.1; python_version >= '3.6'
22-
blinker==1.4
22+
blinker==1.8.2
2323
brotli==1.1.0
2424
certifi==2024.8.30; python_version >= '3.6'
25-
cffi==1.16.0; platform_python_implementation != 'PyPy'
25+
cffi==2.0.0; platform_python_implementation != 'PyPy'
2626
construct==2.10.70; python_version >= '3.6'
2727
cryptography==46.0.3; python_version >= '3.7'
2828
docopt==0.6.2
@@ -32,8 +32,8 @@ filelock==3.13.1; python_version >= '3.8'
3232
flask==2.3.2; python_version >= '3.6'
3333
h11==0.16.0; python_version >= '3.6'
3434
h2==4.3.0; python_full_version >= '3.6.1'
35-
hpack==4.0.0; python_full_version >= '3.6.1'
36-
hyperframe==6.0.1; 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'
3737
iniconfig==2.0.0; python_version >= '3.7'
3838
itsdangerous==2.1.2; python_version >= '3.7'
3939
jinja2==3.1.6; python_version >= '3.7'

0 commit comments

Comments
 (0)