-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#854: Update pyarrow to fix CVE-2023-47248 (#391)
* Updated pyarrow to 14.0.1 * Used c++17 to build the udfclient, because abseil in protobuf 4.24.4 depends on std::string_view
- Loading branch information
Showing
8 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/python-3.8-minimal-EXASOL-6.2.0/flavor_base/language_deps/packages/python3_pip_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pandas|2.0.2 | ||
numpy|1.24.3 | ||
pyarrow|12.0.0 | ||
pyarrow|14.0.1 |
2 changes: 1 addition & 1 deletion
2
flavors/template-Exasol-all-python-3.8-conda/flavor_base/build_deps/packages/conda_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
protobuf|4.21.12 | ||
protobuf|4.24.4 | ||
pcre|8.45 | ||
chrpath|0.16 | ||
openjdk|11.0.15 | ||
|
2 changes: 1 addition & 1 deletion
2
...rs/template-Exasol-all-python-3.8-conda/flavor_base/language_deps/packages/conda_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...s/template-Exasol-all-python-3.8-conda/flavor_base/udfclient_deps/packages/conda_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
libprotobuf|3.21.12 | ||
libprotobuf|4.24.4 | ||
zeromq|4.3.4 | ||
openssl|3.1.2 | ||
openssl|3.1.4 | ||
nss|3.77 | ||
cppzmq|4.8.1 | ||
_openmp_mutex|4.5=2_kmp_llvm # We need this, such that we can later install libblas with mkl, which is for example needed by pytorch |
2 changes: 1 addition & 1 deletion
2
.../template-Exasol-all-python-3.8-cuda-conda/flavor_base/build_deps/packages/conda_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
protobuf|4.21.12 | ||
protobuf|4.24.4 | ||
pcre|8.45 | ||
chrpath|0.16 | ||
openjdk|11.0.15 | ||
|
2 changes: 1 addition & 1 deletion
2
...mplate-Exasol-all-python-3.8-cuda-conda/flavor_base/language_deps/packages/conda_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...plate-Exasol-all-python-3.8-cuda-conda/flavor_base/udfclient_deps/packages/conda_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
libprotobuf|3.21.12 | ||
libprotobuf|4.24.4 | ||
zeromq|4.3.4 | ||
openssl|3.1.2 | ||
openssl|3.1.4 | ||
nss|3.77 | ||
cppzmq|4.8.1 | ||
_openmp_mutex|4.5=2_kmp_llvm # We need this, such that we can later install libblas with mkl, which is for example needed by pytorch |