Skip to content

Commit 73cc7b0

Browse files
committed
Update generated requirements.txt to fix Dependabot alerts
1 parent 181ce3c commit 73cc7b0

File tree

4 files changed

+59
-59
lines changed

4 files changed

+59
-59
lines changed

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'
Lines changed: 17 additions & 17 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 --dev > requirements.txt`, so as to avoid the
33
# need for pipenv/pyenv in this image
44

@@ -8,12 +8,12 @@ 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'
1919
aioquic==1.2.0; python_version >= '3.8'
@@ -23,13 +23,13 @@ asgiref==3.10.0; python_version >= '3.9'
2323
bcrypt==5.0.0; python_version >= '3.8'
2424
blinker==1.9.0; python_version >= '3.9'
2525
brotli==1.2.0
26-
certifi==2026.1.4; python_version >= '3.7'
26+
certifi==2026.2.25; python_version >= '3.7'
2727
cffi==2.0.0; python_version >= '3.9'
2828
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'
29+
cryptography==46.0.5; python_version >= '3.8' and python_full_version not in '3.9.0, 3.9.1'
3030
docopt==0.6.2
3131
execnet==2.1.2; python_version >= '3.8'
32-
filelock==3.20.2; python_version >= '3.10'
32+
filelock==3.25.0; python_version >= '3.10'
3333
flask==3.1.2; python_version >= '3.9'
3434
h11==0.16.0; python_version >= '3.8'
3535
h2==4.3.0; python_version >= '3.9'
@@ -42,18 +42,18 @@ kaitaistruct==0.11; python_version >= '2.7' and python_version not in '3.0, 3.1,
4242
ldap3==2.9.1
4343
markupsafe==3.0.3; python_version >= '3.9'
4444
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'
45+
mitmproxy-linux==0.12.9; python_version >= '3.12'
46+
mitmproxy-rs==0.12.9; python_version >= '3.12'
4747
msgpack==1.1.2; python_version >= '3.9'
4848
pluggy==1.6.0; python_version >= '3.9'
49-
psycopg==3.3.2; python_version >= '3.10'
49+
psycopg==3.3.3; python_version >= '3.10'
5050
publicsuffix2==2.20191221
51-
pyasn1==0.6.1; python_version >= '3.8'
51+
pyasn1==0.6.2; python_version >= '3.8'
5252
pyasn1-modules==0.4.2; python_version >= '3.8'
53-
pycparser==2.23; python_version >= '3.8'
53+
pycparser==3.0; python_version >= '3.10'
5454
pygments==2.19.2; python_version >= '3.8'
5555
pylsqpack==0.3.23; python_version >= '3.10'
56-
pyopenssl==25.1.0; python_version >= '3.7'
56+
pyopenssl==25.3.0; python_version >= '3.7'
5757
pyparsing==3.2.5; python_version >= '3.9'
5858
pyperclip==1.9.0
5959
pytest==9.0.2; python_version >= '3.10'
@@ -69,7 +69,7 @@ sortedcontainers==2.4.0
6969
tornado==6.5.2; python_version >= '3.9'
7070
typing-extensions==4.14.0; python_version >= '3.9'
7171
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'
72+
wcwidth==0.6.0; python_version >= '3.8'
73+
werkzeug==3.1.5; python_version >= '3.9'
7474
wsproto==1.2.0; python_full_version >= '3.7.0'
75-
zstandard==0.25.0; python_version >= '3.9'
75+
zstandard==0.25.0; python_version >= '3.9'

0 commit comments

Comments
 (0)