Skip to content

Commit 81357e8

Browse files
committed
updating versions to address vulnerabilities
1 parent 15cd08f commit 81357e8

4 files changed

Lines changed: 35 additions & 35 deletions

File tree

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
-i https://pypi.python.org/simple
66
asgiref==3.4.1; python_version >= '3.6'
77
blinker==1.4
8-
brotli==1.0.9
9-
certifi==2024.2.2; python_version >= '3.6'
8+
brotli==1.1.0
9+
certifi==2024.8.30; python_version >= '3.6'
1010
cffi==1.16.0; platform_python_implementation != 'PyPy'
1111
click==8.0.4; python_version >= '3.6'
1212
construct==2.9.45
13-
cryptography==42.0.3; python_version >= '3.7'
13+
cryptography==46.0.3; python_version >= '3.7'
1414
docopt==0.6.2
1515
exceptiongroup==1.2.0; python_version < '3.11'
1616
execnet==2.0.2; python_version >= '3.7'
1717
filelock==3.13.1; python_version >= '3.8'
18-
flask==2.0.3; python_version >= '3.6'
18+
flask==2.3.2; python_version >= '3.6'
1919
h11==0.12.0; python_version >= '3.6'
20-
h2==4.1.0; python_full_version >= '3.6.1'
20+
h2==4.3.0; python_full_version >= '3.6.1'
2121
hpack==4.0.0; python_full_version >= '3.6.1'
2222
hyperframe==6.0.1; python_full_version >= '3.6.1'
2323
iniconfig==2.0.0; python_version >= '3.7'
2424
itsdangerous==2.1.2; python_version >= '3.7'
25-
jinja2==3.1.3; python_version >= '3.7'
25+
jinja2==3.1.6; python_version >= '3.7'
2626
kaitaistruct==0.9
2727
ldap3==2.9.1
2828
markupsafe==2.1.5; python_version >= '3.7'
@@ -31,7 +31,7 @@ msgpack==1.0.7; python_version >= '3.8'
3131
packaging==23.2; python_version >= '3.7'
3232
passlib==1.7.4
3333
pluggy==1.4.0; python_version >= '3.8'
34-
protobuf==3.18.3; python_version >= '3.5'
34+
protobuf==4.25.8; python_version >= '3.8'
3535
psycopg==3.1.18; python_version >= '3.7'
3636
publicsuffix2==2.20191221
3737
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'
@@ -49,7 +49,7 @@ ruamel.yaml==0.17.16; python_version >= '3'
4949
ruamel.yaml.clib==0.2.8; python_version < '3.10' and platform_python_implementation == 'CPython'
5050
sortedcontainers==2.4.0
5151
tomli==2.0.1; python_version < '3.11'
52-
tornado==6.4; python_version >= '3.8'
52+
tornado==6.4.2; python_version >= '3.8'
5353
typing-extensions==4.9.0; python_version >= '3.8'
5454
urwid==2.1.2
5555
werkzeug==2.3.7; python_version >= '3.8'

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
-i https://pypi.python.org/simple
66
asgiref==3.4.1; python_version >= '3.6'
77
blinker==1.4
8-
brotli==1.0.9
9-
certifi==2024.2.2; python_version >= '3.6'
8+
brotli==1.1.0
9+
certifi==2024.8.30; python_version >= '3.6'
1010
cffi==1.16.0; platform_python_implementation != 'PyPy'
1111
click==8.0.4; python_version >= '3.6'
1212
construct==2.9.45
13-
cryptography==42.0.3; python_version >= '3.7'
13+
cryptography==46.0.3; python_version >= '3.7'
1414
docopt==0.6.2
1515
exceptiongroup==1.2.0; python_version < '3.11'
1616
execnet==2.0.2; python_version >= '3.7'
1717
filelock==3.13.1; python_version >= '3.8'
18-
flask==2.0.3; python_version >= '3.6'
18+
flask==2.3.2; python_version >= '3.6'
1919
h11==0.12.0; python_version >= '3.6'
20-
h2==4.1.0; python_full_version >= '3.6.1'
20+
h2==4.3.0; python_full_version >= '3.6.1'
2121
hpack==4.0.0; python_full_version >= '3.6.1'
2222
hyperframe==6.0.1; python_full_version >= '3.6.1'
2323
iniconfig==2.0.0; python_version >= '3.7'
2424
itsdangerous==2.1.2; python_version >= '3.7'
25-
jinja2==3.1.3; python_version >= '3.7'
25+
jinja2==3.1.6; python_version >= '3.7'
2626
kaitaistruct==0.9
2727
ldap3==2.9.1
2828
markupsafe==2.1.5; python_version >= '3.7'
@@ -31,7 +31,7 @@ msgpack==1.0.7; python_version >= '3.8'
3131
packaging==23.2; python_version >= '3.7'
3232
passlib==1.7.4
3333
pluggy==1.4.0; python_version >= '3.8'
34-
protobuf==3.18.3; python_version >= '3.5'
34+
protobuf==4.25.8; python_version >= '3.8'
3535
psycopg==3.1.18; python_version >= '3.7'
3636
publicsuffix2==2.20191221
3737
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'
@@ -49,7 +49,7 @@ ruamel.yaml==0.17.16; python_version >= '3'
4949
ruamel.yaml.clib==0.2.8; python_version < '3.10' and platform_python_implementation == 'CPython'
5050
sortedcontainers==2.4.0
5151
tomli==2.0.1; python_version < '3.11'
52-
tornado==6.4; python_version >= '3.8'
52+
tornado==6.4.2; python_version >= '3.8'
5353
typing-extensions==4.9.0; python_version >= '3.8'
5454
urwid==2.1.2
5555
werkzeug==2.3.7; python_version >= '3.8'

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
-i https://pypi.python.org/simple
66
asgiref==3.4.1; python_version >= '3.6'
77
blinker==1.4
8-
brotli==1.0.9
9-
certifi==2024.2.2; python_version >= '3.6'
8+
brotli==1.1.0
9+
certifi==2024.8.30; python_version >= '3.6'
1010
cffi==1.16.0; platform_python_implementation != 'PyPy'
1111
click==8.0.4; python_version >= '3.6'
1212
construct==2.9.45
13-
cryptography==42.0.3; python_version >= '3.7'
13+
cryptography==46.0.3; python_version >= '3.7'
1414
docopt==0.6.2
1515
exceptiongroup==1.2.0; python_version < '3.11'
1616
execnet==2.0.2; python_version >= '3.7'
1717
filelock==3.13.1; python_version >= '3.8'
18-
flask==2.0.3; python_version >= '3.6'
18+
flask==2.3.2; python_version >= '3.6'
1919
h11==0.12.0; python_version >= '3.6'
20-
h2==4.1.0; python_full_version >= '3.6.1'
20+
h2==4.3.0; python_full_version >= '3.6.1'
2121
hpack==4.0.0; python_full_version >= '3.6.1'
2222
hyperframe==6.0.1; python_full_version >= '3.6.1'
2323
iniconfig==2.0.0; python_version >= '3.7'
2424
itsdangerous==2.1.2; python_version >= '3.7'
25-
jinja2==3.1.3; python_version >= '3.7'
25+
jinja2==3.1.6; python_version >= '3.7'
2626
kaitaistruct==0.9
2727
ldap3==2.9.1
2828
markupsafe==2.1.5; python_version >= '3.7'
@@ -31,7 +31,7 @@ msgpack==1.0.7; python_version >= '3.8'
3131
packaging==23.2; python_version >= '3.7'
3232
passlib==1.7.4
3333
pluggy==1.4.0; python_version >= '3.8'
34-
protobuf==3.18.3; python_version >= '3.5'
34+
protobuf==4.25.8; python_version >= '3.8'
3535
psycopg==3.1.18; python_version >= '3.7'
3636
publicsuffix2==2.20191221
3737
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'
@@ -49,7 +49,7 @@ ruamel.yaml==0.17.16; python_version >= '3'
4949
ruamel.yaml.clib==0.2.8; python_version < '3.10' and platform_python_implementation == 'CPython'
5050
sortedcontainers==2.4.0
5151
tomli==2.0.1; python_version < '3.11'
52-
tornado==6.4; python_version >= '3.8'
52+
tornado==6.4.2; python_version >= '3.8'
5353
typing-extensions==4.9.0; python_version >= '3.8'
5454
urwid==2.1.2
5555
werkzeug==2.3.7; python_version >= '3.8'

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
-i https://pypi.python.org/simple
66
attrs==23.2.0; python_version >= '3.7'
7-
black==24.2.0; python_version >= '3.8'
7+
black==24.10.0; python_version >= '3.8'
88
click==8.0.4; 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'
@@ -20,31 +20,31 @@ tomli==2.0.1; python_version < '3.11'
2020
typing-extensions==4.9.0; python_version >= '3.8'
2121
asgiref==3.4.1; python_version >= '3.6'
2222
blinker==1.4
23-
brotli==1.0.9
24-
certifi==2024.2.2; python_version >= '3.6'
23+
brotli==1.1.0
24+
certifi==2024.8.30; python_version >= '3.6'
2525
cffi==1.16.0; platform_python_implementation != 'PyPy'
2626
construct==2.10.70; python_version >= '3.6'
27-
cryptography==42.0.3; python_version >= '3.7'
27+
cryptography==46.0.3; python_version >= '3.7'
2828
docopt==0.6.2
2929
exceptiongroup==1.2.0; python_version < '3.11'
3030
execnet==2.0.2; python_version >= '3.7'
3131
filelock==3.13.1; python_version >= '3.8'
32-
flask==2.0.3; python_version >= '3.6'
33-
h11==0.12.0; python_version >= '3.6'
34-
h2==4.1.0; python_full_version >= '3.6.1'
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'
3535
hpack==4.0.0; python_full_version >= '3.6.1'
3636
hyperframe==6.0.1; python_full_version >= '3.6.1'
3737
iniconfig==2.0.0; python_version >= '3.7'
3838
itsdangerous==2.1.2; python_version >= '3.7'
39-
jinja2==3.1.3; python_version >= '3.7'
39+
jinja2==3.1.6; python_version >= '3.7'
4040
kaitaistruct==0.9
4141
ldap3==2.9.1
4242
markupsafe==2.1.5; python_version >= '3.7'
4343
-e git+https://github.com/citusdata/mitmproxy.git@2fd18ef051b987925a36337ab1d61aa674353b44#egg=mitmproxy
4444
msgpack==1.0.7; python_version >= '3.8'
4545
passlib==1.7.4
4646
pluggy==1.4.0; python_version >= '3.8'
47-
protobuf==3.18.3; python_version >= '3.5'
47+
protobuf==4.25.8; python_version >= '3.8'
4848
psycopg==3.1.18; python_version >= '3.7'
4949
publicsuffix2==2.20191221
5050
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'
@@ -61,8 +61,8 @@ pyyaml==6.0.1; python_version >= '3.6'
6161
ruamel.yaml==0.17.16; python_version >= '3'
6262
ruamel.yaml.clib==0.2.8; python_version < '3.10' and platform_python_implementation == 'CPython'
6363
sortedcontainers==2.4.0
64-
tornado==6.4; python_version >= '3.8'
64+
tornado==6.4.2; python_version >= '3.8'
6565
urwid==2.1.2
66-
werkzeug==2.3.7; python_version >= '3.8'
66+
werkzeug==3.1.4; python_version >= '3.8'
6767
wsproto==1.0.0; python_full_version >= '3.6.1'
6868
zstandard==0.15.2; python_version >= '3.5'

0 commit comments

Comments
 (0)