Skip to content

Commit 4da38a2

Browse files
committed
Solve the dependency tree and dump requirements.txt
Signed-off-by: Theodore Aptekarev <[email protected]>
1 parent 612c0a4 commit 4da38a2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
attrs==22.2.0
2-
beautifulsoup4==4.13.3
3-
certifi==2022.12.7
1+
attrs==25.3.0
2+
beautifulsoup4==4.13.4
3+
certifi==2025.4.26
44
chardet==5.2.0
55
click==8.2.1
6-
idna==3.4
6+
idna==3.10
77
pip==23.0
8-
PyYAML==6.0
9-
requests==2.28.2
10-
saneyaml==0.6.0
8+
PyYAML==6.0.2
9+
requests==2.32.2
10+
saneyaml==0.6.1
1111
setuptools==67.1.0
12-
soupsieve==2.4
12+
soupsieve==2.7
1313
text-unidecode==1.3
14-
urllib3==1.26.14
14+
urllib3==1.26.20
1515
wheel==0.38.4

0 commit comments

Comments
 (0)