Skip to content

Commit e2d3aba

Browse files
authored
Merge pull request #163 from creativecommons/python-updates
Update Python modules (internetarchive 5.4.0, pillow 11.3.0, etc.)
2 parents a57846b + a4dcf85 commit e2d3aba

File tree

2 files changed

+1566
-1287
lines changed

2 files changed

+1566
-1287
lines changed

Pipfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@ flickrapi = "*"
88
GitPython = "*"
99
google-api-python-client = "*"
1010
h11 = ">=0.16.0" # Ensure dependency is secure
11-
internetarchive = "*"
11+
internetarchive = ">=5.5.1"
1212
jupyterlab = ">=3.6.7"
1313
matplotlib = "*"
1414
numpy = "*"
1515
pandas = "*"
1616
plotly = "*"
17+
pillow = ">=11.3.0" # Ensure dependency is secure
1718
Pyarrow = "*"
1819
Pygments = "*"
1920
python-dotenv = "*"
2021
requests = ">=2.31.0"
2122
seaborn = "*"
22-
urllib3 = ">=1.26.18"
23+
urllib3 = ">=2.5.0"
2324
wordcloud = "*"
2425

2526
[dev-packages]

0 commit comments

Comments
 (0)