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

Commit d2bc05d

Browse files
authored
Update pip packeges to fix vulnerabilities (#199)
1 parent a23a9cc commit d2bc05d

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

python3.9/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
- [pypi ibm-watson](https://pypi.org/project/ibm-watson/)
1010
- [github ibm-watson](https://github.com/watson-developer-cloud/python-sdk)
1111

12+
## 1.0.1
13+
Changes:
14+
- update pip packages in requirements.txt
15+
- lxml 4.7.1 -> 4.9.1
16+
- twisted 21.7.0 -> 22.4.0
17+
- PyJWT 2.3.0 -> 2.4.0
18+
- Pillow = 9.0.0 -> 9.0.1
19+
20+
Python version:
21+
- [3.9.13](https://www.python.org/downloads/release/python-3913/)
22+
1223
## 1.0.0
1324
Changes:
1425
- update all packages to their lates versions

python3.9/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ flask == 2.0.2
1414
beautifulsoup4 == 4.10.0
1515
httplib2 == 0.20.2
1616
kafka_python == 2.0.2
17-
lxml == 4.7.1
17+
lxml == 4.9.1
1818
python-dateutil == 2.8.2
1919
requests == 2.27.1
2020
scrapy == 2.5.1
2121
simplejson == 3.17.6
2222
virtualenv == 20.13.0
23-
twisted == 21.7.0
24-
PyJWT == 2.3.0
23+
twisted == 22.4.0
24+
PyJWT == 2.4.0
2525

2626
# packages for numerics
2727
numpy == 1.22.0
@@ -30,7 +30,7 @@ scipy == 1.7.3
3030
pandas == 1.3.5
3131

3232
# packages for image processing
33-
Pillow == 9.0.0
33+
Pillow == 9.0.1
3434

3535
# IBM specific python modules
3636
ibm_db == 3.1.1

0 commit comments

Comments
 (0)