Skip to content

Commit a29fb26

Browse files
committed
updates to Python packages in pipfile
1 parent bc98b72 commit a29fb26

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Pipfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ name = "pypi"
66
[packages]
77
attrs = ">=25.3.0"
88
bs4 = ">=0.0.2"
9-
charset-normalizer = ">=3.4.1"
10-
django = ">=5.1.7"
9+
charset-normalizer = ">=3.4.2"
10+
django = ">=5.2.4"
1111
GTC = ">=1.5.1"
1212
gunicorn = ">=23.0.0"
1313
html5 = ">=0.0.9"
1414
html5lib = ">=1.1"
15-
numpy = ">=2.2.5"
16-
owlready2 = ">=0.47"
15+
numpy = ">=2.3.1"
16+
owlready2 = ">=0.48"
1717
pnglatex = ">=1.1"
1818
pylatexenc = ">=2.10"
1919
pymysql = "==1.1.1"
2020
pytz = ">=2025.2"
2121
pyyaml = ">=6.0.2"
2222
qwikidata = ">=0.4.2"
2323
rdflib = ">=7.1.4"
24-
requests = ">=2.32.0"
25-
scipy = ">=1.15.2"
26-
selenium = ">=4.23.0"
24+
requests = ">=2.32.4"
25+
scipy = ">=1.16.0"
26+
selenium = ">=4.34.2"
2727
sqlparse = ">=0.5.3"
2828
trio = ">=0.30.0"
29-
urllib3 = ">=2.4.0"
29+
urllib3 = ">=2.5.0"
3030

3131
[dev-packages]
3232

0 commit comments

Comments
 (0)