File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
attrs == 23.2.0
2
2
banal == 1.0.6
3
- beautifulsoup4 == 4.12 .3
3
+ beautifulsoup4 == 4.13 .3
4
4
binaryornot == 0.4.4
5
5
beartype == 0.17.2
6
6
boolean.py == 4.0
@@ -10,7 +10,7 @@ chardet==5.0.0
10
10
charset-normalizer == 2.1.0
11
11
click == 8.1.7
12
12
colorama == 0.4.5
13
- commoncode == 32.0 .0
13
+ commoncode == 32.2 .0
14
14
construct == 2.10.68
15
15
container-inspector == 31.1.0
16
16
cryptography == 42.0.5
Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ python_requires = >=3.9
64
64
install_requires =
65
65
attrs >= 18.1,!=20.1.0; python_version<'3.11'
66
66
attrs >= 22.1.0; python_version>='3.11'
67
- Beautifulsoup4 >= 4.0 .0
67
+ Beautifulsoup4[chardet] >= 4.13 .0
68
68
boolean.py >= 4.0
69
69
chardet >= 3.0.0
70
70
click >= 6.7, !=7.0, !=8.1.8
71
71
colorama >= 0.3.9
72
- commoncode >= 32.0 .0
72
+ commoncode >= 32.2 .0
73
73
container-inspector >= 31.0.0
74
74
debian-inspector >= 31.1.0
75
75
dparse2 >= 0.7.0
Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ python_requires = >=3.9
64
64
install_requires =
65
65
attrs >= 18.1,!=20.1.0; python_version<'3.11'
66
66
attrs >= 22.1.0; python_version>='3.11'
67
- Beautifulsoup4 >= 4.0 .0
67
+ Beautifulsoup4[chardet] >= 4.13 .0
68
68
boolean.py >= 4.0
69
69
chardet >= 3.0.0
70
70
click >= 6.7, !=7.0, !=8.1.8
71
71
colorama >= 0.3.9
72
- commoncode >= 32.0 .0
72
+ commoncode >= 32.2 .0
73
73
container-inspector >= 31.0.0
74
74
debian-inspector >= 31.1.0
75
75
dparse2 >= 0.7.0
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ def test_get_file_info_include_size(self):
53
53
info = api .get_file_info (test_dir )
54
54
expected = [
55
55
('size' , 0 ),
56
- ('sha1' , None ),
57
- ('md5' , None ),
58
- ('sha256' , None ),
56
+ ('sha1' , 0 ),
57
+ ('md5' , 0 ),
58
+ ('sha256' , 0 ),
59
59
('mime_type' , 'inode/x-empty' ),
60
60
('file_type' , 'empty' ),
61
61
('programming_language' , None ),
You can’t perform that action at this time.
0 commit comments