We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19249f8 commit 65b22acCopy full SHA for 65b22ac
Pipfile
@@ -8,7 +8,7 @@ flickrapi = "*"
8
GitPython = "*"
9
google-api-python-client = "*"
10
h11 = ">=0.16.0" # Ensure dependency is secure
11
-internetarchive = "*"
+internetarchive = ">=5.5.1"
12
jupyterlab = ">=3.6.7"
13
matplotlib = "*"
14
numpy = "*"
@@ -19,7 +19,7 @@ Pygments = "*"
19
python-dotenv = "*"
20
requests = ">=2.31.0"
21
seaborn = "*"
22
-urllib3 = ">=1.26.18"
+urllib3 = ">=2.5.0"
23
wordcloud = "*"
24
25
[dev-packages]
0 commit comments