Skip to content

Commit ac4338a

Browse files
authored
Merge pull request #194 from citusdata/chore/dependabot-requirements-sync-20260303
Update generated requirements.txt to resolve Dependabot alerts
2 parents 181ce3c + 3b8584f commit ac4338a

File tree

7 files changed

+58
-111
lines changed

7 files changed

+58
-111
lines changed

circleci/images/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ PG_UPGRADE_TESTER_VERSION=$(shell echo ${PG_VERSIONS}|tr ' ' '-'|sed 's/~//g')
1616

1717
STYLE_CHECKER_TOOLS_VERSION=0.8.33
1818

19-
# Upgrade tests for the PG major versions from PG_VERSIONS file
20-
CITUS_UPGRADE_PG_VERSIONS=$(shell head -n2 PG_VERSIONS|cut -c 6-|tr '\n' ' ')
19+
# Upgrade tests for the PG major versions from PG_VERSIONS file
20+
CITUS_UPGRADE_PG_VERSIONS=$(shell head PG_VERSIONS|cut -c 6-|tr '\n' ' ')
2121
# 12.1.10 is the latest release of Citus 12 when the test is expanded to cover Citus 12
2222
CITUS_UPGRADE_VERSIONS_16=v12.1.10
2323
# Latest minor version of Citus 13
2424
CITUS_UPGRADE_VERSIONS_17=v13.2.0
25+
# Latest minor version of Citus 14
26+
CITUS_UPGRADE_VERSIONS_18=v14.0.0
2527

2628
# Function to get Citus versions for a specific PG major version
2729
get_citus_versions = $(CITUS_UPGRADE_VERSIONS_$(1))

circleci/images/PG_VERSIONS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
PG16=16.11
2-
PG17=17.7
3-
PG18=18.1
1+
PG16=16.13
2+
PG17=17.9
3+
PG18=18.3

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

Lines changed: 14 additions & 14 deletions
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 #8442
1+
# generated from Citus's Pipfile.lock (in src/test/regress) as of citusdata/citus#8488
22
# using `pipenv requirements > requirements.txt`, so as to avoid the
33
# need for pipenv/pyenv in this image
44

@@ -11,14 +11,14 @@ attrs==25.4.0; python_version >= '3.9'
1111
bcrypt==5.0.0; python_version >= '3.8'
1212
blinker==1.9.0; python_version >= '3.9'
1313
brotli==1.2.0
14-
certifi==2026.1.4; python_version >= '3.7'
14+
certifi==2026.2.25; python_version >= '3.7'
1515
cffi==2.0.0; python_version >= '3.9'
1616
click==8.3.1; python_version >= '3.10'
1717
construct==2.10.70; python_version >= '3.6'
18-
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
18+
cryptography==46.0.5; python_version >= '3.8' and python_full_version not in '3.9.0, 3.9.1'
1919
docopt==0.6.2
2020
execnet==2.1.2; python_version >= '3.8'
21-
filelock==3.20.2; python_version >= '3.10'
21+
filelock==3.25.0; python_version >= '3.10'
2222
flask==3.1.2; python_version >= '3.9'
2323
h11==0.16.0; python_version >= '3.8'
2424
h2==4.3.0; python_version >= '3.9'
@@ -31,19 +31,19 @@ kaitaistruct==0.11; python_version >= '2.7' and python_version not in '3.0, 3.1,
3131
ldap3==2.9.1
3232
markupsafe==3.0.3; python_version >= '3.9'
3333
mitmproxy @ git+https://github.com/citusdata/mitmproxy.git@30b588eb1b7c66da233d7c471ec23f2b632ed531
34-
mitmproxy-linux==0.12.8; python_version >= '3.12'
35-
mitmproxy-rs==0.12.8; python_version >= '3.12'
34+
mitmproxy-linux==0.12.9; python_version >= '3.12'
35+
mitmproxy-rs==0.12.9; python_version >= '3.12'
3636
msgpack==1.1.2; python_version >= '3.9'
37-
packaging==25.0; python_version >= '3.8'
37+
packaging==26.0; python_version >= '3.8'
3838
pluggy==1.6.0; python_version >= '3.9'
39-
psycopg==3.3.2; python_version >= '3.10'
39+
psycopg==3.3.3; python_version >= '3.10'
4040
publicsuffix2==2.20191221
41-
pyasn1==0.6.1; python_version >= '3.8'
41+
pyasn1==0.6.2; python_version >= '3.8'
4242
pyasn1-modules==0.4.2; python_version >= '3.8'
43-
pycparser==2.23; python_version >= '3.8'
43+
pycparser==3.0; python_version >= '3.10'
4444
pygments==2.19.2; python_version >= '3.8'
4545
pylsqpack==0.3.23; python_version >= '3.10'
46-
pyopenssl==25.1.0; python_version >= '3.7'
46+
pyopenssl==25.3.0; python_version >= '3.7'
4747
pyparsing==3.2.5; python_version >= '3.9'
4848
pyperclip==1.9.0
4949
pytest==9.0.2; python_version >= '3.10'
@@ -59,7 +59,7 @@ sortedcontainers==2.4.0
5959
tornado==6.5.2; python_version >= '3.9'
6060
typing-extensions==4.14.0; python_version >= '3.9'
6161
urwid==3.0.3; python_full_version >= '3.9.0'
62-
wcwidth==0.2.14; python_version >= '3.6'
63-
werkzeug==3.1.4; python_version >= '3.9'
62+
wcwidth==0.6.0; python_version >= '3.8'
63+
werkzeug==3.1.5; python_version >= '3.9'
6464
wsproto==1.2.0; python_full_version >= '3.7.0'
65-
zstandard==0.25.0; python_version >= '3.9'
65+
zstandard==0.25.0; python_version >= '3.9'

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

Lines changed: 14 additions & 14 deletions
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 #8442
1+
# generated from Citus's Pipfile.lock (in src/test/regress) as of citusdata/citus#8488
22
# using `pipenv requirements > requirements.txt`, so as to avoid the
33
# need for pipenv/pyenv in this image
44

@@ -11,14 +11,14 @@ attrs==25.4.0; python_version >= '3.9'
1111
bcrypt==5.0.0; python_version >= '3.8'
1212
blinker==1.9.0; python_version >= '3.9'
1313
brotli==1.2.0
14-
certifi==2026.1.4; python_version >= '3.7'
14+
certifi==2026.2.25; python_version >= '3.7'
1515
cffi==2.0.0; python_version >= '3.9'
1616
click==8.3.1; python_version >= '3.10'
1717
construct==2.10.70; python_version >= '3.6'
18-
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
18+
cryptography==46.0.5; python_version >= '3.8' and python_full_version not in '3.9.0, 3.9.1'
1919
docopt==0.6.2
2020
execnet==2.1.2; python_version >= '3.8'
21-
filelock==3.20.2; python_version >= '3.10'
21+
filelock==3.25.0; python_version >= '3.10'
2222
flask==3.1.2; python_version >= '3.9'
2323
h11==0.16.0; python_version >= '3.8'
2424
h2==4.3.0; python_version >= '3.9'
@@ -31,19 +31,19 @@ kaitaistruct==0.11; python_version >= '2.7' and python_version not in '3.0, 3.1,
3131
ldap3==2.9.1
3232
markupsafe==3.0.3; python_version >= '3.9'
3333
mitmproxy @ git+https://github.com/citusdata/mitmproxy.git@30b588eb1b7c66da233d7c471ec23f2b632ed531
34-
mitmproxy-linux==0.12.8; python_version >= '3.12'
35-
mitmproxy-rs==0.12.8; python_version >= '3.12'
34+
mitmproxy-linux==0.12.9; python_version >= '3.12'
35+
mitmproxy-rs==0.12.9; python_version >= '3.12'
3636
msgpack==1.1.2; python_version >= '3.9'
37-
packaging==25.0; python_version >= '3.8'
37+
packaging==26.0; python_version >= '3.8'
3838
pluggy==1.6.0; python_version >= '3.9'
39-
psycopg==3.3.2; python_version >= '3.10'
39+
psycopg==3.3.3; python_version >= '3.10'
4040
publicsuffix2==2.20191221
41-
pyasn1==0.6.1; python_version >= '3.8'
41+
pyasn1==0.6.2; python_version >= '3.8'
4242
pyasn1-modules==0.4.2; python_version >= '3.8'
43-
pycparser==2.23; python_version >= '3.8'
43+
pycparser==3.0; python_version >= '3.10'
4444
pygments==2.19.2; python_version >= '3.8'
4545
pylsqpack==0.3.23; python_version >= '3.10'
46-
pyopenssl==25.1.0; python_version >= '3.7'
46+
pyopenssl==25.3.0; python_version >= '3.7'
4747
pyparsing==3.2.5; python_version >= '3.9'
4848
pyperclip==1.9.0
4949
pytest==9.0.2; python_version >= '3.10'
@@ -59,7 +59,7 @@ sortedcontainers==2.4.0
5959
tornado==6.5.2; python_version >= '3.9'
6060
typing-extensions==4.14.0; python_version >= '3.9'
6161
urwid==3.0.3; python_full_version >= '3.9.0'
62-
wcwidth==0.2.14; python_version >= '3.6'
63-
werkzeug==3.1.4; python_version >= '3.9'
62+
wcwidth==0.6.0; python_version >= '3.8'
63+
werkzeug==3.1.5; python_version >= '3.9'
6464
wsproto==1.2.0; python_full_version >= '3.7.0'
65-
zstandard==0.25.0; python_version >= '3.9'
65+
zstandard==0.25.0; python_version >= '3.9'

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

Lines changed: 14 additions & 14 deletions
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 #8442
1+
# generated from Citus's Pipfile.lock (in src/test/regress) as of citusdata/citus#8488
22
# using `pipenv requirements > requirements.txt`, so as to avoid the
33
# need for pipenv/pyenv in this image
44

@@ -11,14 +11,14 @@ attrs==25.4.0; python_version >= '3.9'
1111
bcrypt==5.0.0; python_version >= '3.8'
1212
blinker==1.9.0; python_version >= '3.9'
1313
brotli==1.2.0
14-
certifi==2026.1.4; python_version >= '3.7'
14+
certifi==2026.2.25; python_version >= '3.7'
1515
cffi==2.0.0; python_version >= '3.9'
1616
click==8.3.1; python_version >= '3.10'
1717
construct==2.10.70; python_version >= '3.6'
18-
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
18+
cryptography==46.0.5; python_version >= '3.8' and python_full_version not in '3.9.0, 3.9.1'
1919
docopt==0.6.2
2020
execnet==2.1.2; python_version >= '3.8'
21-
filelock==3.20.2; python_version >= '3.10'
21+
filelock==3.25.0; python_version >= '3.10'
2222
flask==3.1.2; python_version >= '3.9'
2323
h11==0.16.0; python_version >= '3.8'
2424
h2==4.3.0; python_version >= '3.9'
@@ -31,19 +31,19 @@ kaitaistruct==0.11; python_version >= '2.7' and python_version not in '3.0, 3.1,
3131
ldap3==2.9.1
3232
markupsafe==3.0.3; python_version >= '3.9'
3333
mitmproxy @ git+https://github.com/citusdata/mitmproxy.git@30b588eb1b7c66da233d7c471ec23f2b632ed531
34-
mitmproxy-linux==0.12.8; python_version >= '3.12'
35-
mitmproxy-rs==0.12.8; python_version >= '3.12'
34+
mitmproxy-linux==0.12.9; python_version >= '3.12'
35+
mitmproxy-rs==0.12.9; python_version >= '3.12'
3636
msgpack==1.1.2; python_version >= '3.9'
37-
packaging==25.0; python_version >= '3.8'
37+
packaging==26.0; python_version >= '3.8'
3838
pluggy==1.6.0; python_version >= '3.9'
39-
psycopg==3.3.2; python_version >= '3.10'
39+
psycopg==3.3.3; python_version >= '3.10'
4040
publicsuffix2==2.20191221
41-
pyasn1==0.6.1; python_version >= '3.8'
41+
pyasn1==0.6.2; python_version >= '3.8'
4242
pyasn1-modules==0.4.2; python_version >= '3.8'
43-
pycparser==2.23; python_version >= '3.8'
43+
pycparser==3.0; python_version >= '3.10'
4444
pygments==2.19.2; python_version >= '3.8'
4545
pylsqpack==0.3.23; python_version >= '3.10'
46-
pyopenssl==25.1.0; python_version >= '3.7'
46+
pyopenssl==25.3.0; python_version >= '3.7'
4747
pyparsing==3.2.5; python_version >= '3.9'
4848
pyperclip==1.9.0
4949
pytest==9.0.2; python_version >= '3.10'
@@ -59,7 +59,7 @@ sortedcontainers==2.4.0
5959
tornado==6.5.2; python_version >= '3.9'
6060
typing-extensions==4.14.0; python_version >= '3.9'
6161
urwid==3.0.3; python_full_version >= '3.9.0'
62-
wcwidth==0.2.14; python_version >= '3.6'
63-
werkzeug==3.1.4; python_version >= '3.9'
62+
wcwidth==0.6.0; python_version >= '3.8'
63+
werkzeug==3.1.5; python_version >= '3.9'
6464
wsproto==1.2.0; python_full_version >= '3.7.0'
65-
zstandard==0.25.0; python_version >= '3.9'
65+
zstandard==0.25.0; python_version >= '3.9'

circleci/images/stylechecker/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profil
6565
. "$CARGO_HOME/env"
6666
rustup toolchain install nightly-x86_64-unknown-linux-musl
6767
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-musl
68-
cargo install --locked bpf-linker --no-default-features --features llvm-21
6968
export PATH="/root/.cargo/bin:${PATH}"
69+
export PATH="/usr/lib/llvm21/bin:${PATH}"
7070

7171
LLVM_CONFIG="$(command -v llvm-config || command -v llvm-config-21)"
7272
LLVM_LIBDIR="$(${LLVM_CONFIG} --libdir)"
@@ -78,6 +78,8 @@ export LLVM_SYS_211_STATIC=1
7878
export AYA_RUSTC_LLVM_PROXY_DISABLE_DLOPEN=1
7979
export AYA_RUSTC_LLVM_PROXY_LIB_DIR="${LLVM_LIBDIR}"
8080

81+
cargo install --locked bpf-linker --version 0.9.15 --no-default-features --features llvm-21
82+
8183

8284
install -m 755 "$CARGO_HOME/bin/bpf-linker" /usr/local/bin/bpf-linker
8385

Lines changed: 6 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# generated from Citus's Pipfile.lock (in src/test/regress) as of #8442
2-
# using `pipenv requirements --dev > requirements.txt`, so as to avoid the
1+
# generated from Citus's Pipfile.lock (in src/test/regress) as of citusdata/citus#8488
2+
# using `pipenv requirements --dev-only > requirements.txt`, so as to avoid the
33
# need for pipenv/pyenv in this image
44

55
-i https://pypi.python.org/simple
@@ -8,68 +8,11 @@ black==24.10.0; python_version >= '3.9'
88
click==8.3.1; python_version >= '3.10'
99
flake8==7.3.0; python_version >= '3.9'
1010
flake8-bugbear==25.11.29; python_version >= '3.10'
11-
isort==7.0.0; python_full_version >= '3.10.0'
11+
isort==8.0.1; python_full_version >= '3.10.0'
1212
mccabe==0.7.0; python_version >= '3.6'
1313
mypy-extensions==1.1.0; python_version >= '3.8'
14-
packaging==25.0; python_version >= '3.8'
15-
pathspec==1.0.2; python_version >= '3.9'
16-
platformdirs==4.5.1; python_version >= '3.10'
14+
packaging==26.0; python_version >= '3.8'
15+
pathspec==1.0.4; python_version >= '3.9'
16+
platformdirs==4.9.2; python_version >= '3.10'
1717
pycodestyle==2.14.0; python_version >= '3.9'
1818
pyflakes==3.4.0; python_version >= '3.9'
19-
aioquic==1.2.0; python_version >= '3.8'
20-
argon2-cffi==25.1.0; python_version >= '3.8'
21-
argon2-cffi-bindings==25.1.0; python_version >= '3.9'
22-
asgiref==3.10.0; python_version >= '3.9'
23-
bcrypt==5.0.0; python_version >= '3.8'
24-
blinker==1.9.0; python_version >= '3.9'
25-
brotli==1.2.0
26-
certifi==2026.1.4; python_version >= '3.7'
27-
cffi==2.0.0; python_version >= '3.9'
28-
construct==2.10.70; python_version >= '3.6'
29-
cryptography==44.0.3; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
30-
docopt==0.6.2
31-
execnet==2.1.2; python_version >= '3.8'
32-
filelock==3.20.2; python_version >= '3.10'
33-
flask==3.1.2; python_version >= '3.9'
34-
h11==0.16.0; python_version >= '3.8'
35-
h2==4.3.0; python_version >= '3.9'
36-
hpack==4.1.0; python_version >= '3.9'
37-
hyperframe==6.1.0; python_version >= '3.9'
38-
iniconfig==2.3.0; python_version >= '3.10'
39-
itsdangerous==2.2.0; python_version >= '3.8'
40-
jinja2==3.1.6; python_version >= '3.7'
41-
kaitaistruct==0.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
42-
ldap3==2.9.1
43-
markupsafe==3.0.3; python_version >= '3.9'
44-
mitmproxy @ git+https://github.com/citusdata/mitmproxy.git@30b588eb1b7c66da233d7c471ec23f2b632ed531
45-
mitmproxy-linux==0.12.8; python_version >= '3.12'
46-
mitmproxy-rs==0.12.8; python_version >= '3.12'
47-
msgpack==1.1.2; python_version >= '3.9'
48-
pluggy==1.6.0; python_version >= '3.9'
49-
psycopg==3.3.2; python_version >= '3.10'
50-
publicsuffix2==2.20191221
51-
pyasn1==0.6.1; python_version >= '3.8'
52-
pyasn1-modules==0.4.2; python_version >= '3.8'
53-
pycparser==2.23; python_version >= '3.8'
54-
pygments==2.19.2; python_version >= '3.8'
55-
pylsqpack==0.3.23; python_version >= '3.10'
56-
pyopenssl==25.1.0; python_version >= '3.7'
57-
pyparsing==3.2.5; python_version >= '3.9'
58-
pyperclip==1.9.0
59-
pytest==9.0.2; python_version >= '3.10'
60-
pytest-asyncio==1.3.0; python_version >= '3.10'
61-
pytest-repeat==0.9.4; python_version >= '3.9'
62-
pytest-timeout==2.4.0; python_version >= '3.7'
63-
pytest-xdist==3.8.0; python_version >= '3.9'
64-
pyyaml==6.0.3; python_version >= '3.8'
65-
ruamel.yaml==0.18.16; python_version >= '3.8'
66-
ruamel.yaml.clib==0.2.15; python_version >= '3.9'
67-
service-identity==24.2.0; python_version >= '3.8'
68-
sortedcontainers==2.4.0
69-
tornado==6.5.2; python_version >= '3.9'
70-
typing-extensions==4.14.0; python_version >= '3.9'
71-
urwid==3.0.3; python_full_version >= '3.9.0'
72-
wcwidth==0.2.14; python_version >= '3.6'
73-
werkzeug==3.1.4; python_version >= '3.9'
74-
wsproto==1.2.0; python_full_version >= '3.7.0'
75-
zstandard==0.25.0; python_version >= '3.9'

0 commit comments

Comments
 (0)