Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit e9156ea

Browse files
authored
Update httplib2 and ibmcloudsql packages. (#121)
* Security update for httplib2 to v0.18.1. * Update ibmcloudsql from `0.3.16` to `0.4.2`.
1 parent bbf5004 commit e9156ea

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

python3.6/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.27.0
44
Changes:
55
- update to an actual `buster` based parent image as `jessie` reached end of service.
6+
- update httplib2 from `0.12.1` to `0.18.1` (security fixes)
67

78
Python version:
89
- [3.6.11](https://github.com/docker-library/python/blob/8341311c62812118a7e2046bbad66da21243f137/3.6/buster/slim/Dockerfile)

python3.6/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ flask == 1.0.2
1212

1313
# default available packages for python3action
1414
beautifulsoup4 == 4.7.1
15-
httplib2 == 0.12.1
15+
httplib2 == 0.18.1
1616
kafka_python == 1.4.4
1717
lxml == 4.3.1
1818
python-dateutil == 2.7.5

python3.7/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# IBM Functions Python 3.7 Runtime Container
22

3+
## 1.19.0
4+
Changes:
5+
- update httplib2 from `0.13.0` to `0.18.1`
6+
- update ibmcloudsql from `0.3.16` to `0.4.2`
7+
8+
Python version:
9+
- [3.7.5](https://github.com/docker-library/python/blob/ab8b829cfefdb460ebc17e570332f0479039e918/3.7/stretch/Dockerfile)
10+
11+
Python packages:
12+
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
13+
Ensure that you only use packages mentioned there.<br/>
14+
Other python packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the referring package anymore.
15+
316

417
## 1.18.0
518
Changes:

python3.7/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ flask == 1.0.2
1212

1313
# default available packages for python3action
1414
beautifulsoup4 == 4.8.0
15-
httplib2 == 0.13.0
15+
httplib2 == 0.18.1
1616
kafka_python == 1.4.6
1717
lxml == 4.3.4
1818
python-dateutil == 2.8.0
@@ -37,7 +37,7 @@ ibm_db == 3.0.1
3737
cloudant == 2.12.0
3838
watson-developer-cloud == 2.8.1
3939
ibm-cos-sdk == 2.5.1
40-
ibmcloudsql == 0.3.16
40+
ibmcloudsql == 0.4.2
4141

4242
# Compose Libs
4343
psycopg2 == 2.8.2

0 commit comments

Comments
 (0)