Skip to content

Commit 181ce3c

Browse files
authored
Merge pull request #186 from citusdata/ihalatci-dep-update
werkzeug update to address vulnerability
2 parents aa2c190 + b096729 commit 181ce3c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

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

@@ -60,6 +60,6 @@ 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'
6262
wcwidth==0.2.14; python_version >= '3.6'
63-
werkzeug==3.1.0; python_version >= '3.9'
63+
werkzeug==3.1.4; python_version >= '3.9'
6464
wsproto==1.2.0; python_full_version >= '3.7.0'
6565
zstandard==0.25.0; python_version >= '3.9'

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

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

@@ -60,6 +60,6 @@ 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'
6262
wcwidth==0.2.14; python_version >= '3.6'
63-
werkzeug==3.1.0; python_version >= '3.9'
63+
werkzeug==3.1.4; python_version >= '3.9'
6464
wsproto==1.2.0; python_full_version >= '3.7.0'
6565
zstandard==0.25.0; python_version >= '3.9'

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

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

@@ -60,6 +60,6 @@ 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'
6262
wcwidth==0.2.14; python_version >= '3.6'
63-
werkzeug==3.1.0; python_version >= '3.9'
63+
werkzeug==3.1.4; python_version >= '3.9'
6464
wsproto==1.2.0; python_full_version >= '3.7.0'
6565
zstandard==0.25.0; python_version >= '3.9'

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

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

@@ -12,7 +12,7 @@ isort==7.0.0; 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'
1414
packaging==25.0; python_version >= '3.8'
15-
pathspec==0.12.1; python_version >= '3.8'
15+
pathspec==1.0.2; python_version >= '3.9'
1616
platformdirs==4.5.1; python_version >= '3.10'
1717
pycodestyle==2.14.0; python_version >= '3.9'
1818
pyflakes==3.4.0; python_version >= '3.9'
@@ -70,6 +70,6 @@ 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'
7272
wcwidth==0.2.14; python_version >= '3.6'
73-
werkzeug==3.1.0; python_version >= '3.9'
73+
werkzeug==3.1.4; python_version >= '3.9'
7474
wsproto==1.2.0; python_full_version >= '3.7.0'
7575
zstandard==0.25.0; python_version >= '3.9'

0 commit comments

Comments
 (0)