talklib 3.4.3__tar.gz → 3.4.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {talklib-3.4.3/src/talklib.egg-info → talklib-3.4.6}/PKG-INFO +15 -32
- {talklib-3.4.3 → talklib-3.4.6}/pyproject.toml +3 -2
- {talklib-3.4.3 → talklib-3.4.6}/requirements.txt +13 -12
- {talklib-3.4.3 → talklib-3.4.6}/src/talklib/pod.py +5 -4
- {talklib-3.4.3 → talklib-3.4.6/src/talklib.egg-info}/PKG-INFO +15 -32
- {talklib-3.4.3 → talklib-3.4.6}/src/talklib.egg-info/requires.txt +13 -12
- {talklib-3.4.3 → talklib-3.4.6}/LICENSE.txt +0 -0
- {talklib-3.4.3 → talklib-3.4.6}/README.md +0 -0
- {talklib-3.4.3 → talklib-3.4.6}/setup.cfg +0 -0
- {talklib-3.4.3 → talklib-3.4.6}/src/talklib/__init__.py +0 -0
- {talklib-3.4.3 → talklib-3.4.6}/src/talklib/cli.py +0 -0
- {talklib-3.4.3 → talklib-3.4.6}/src/talklib/ev.py +0 -0
- {talklib-3.4.3 → talklib-3.4.6}/src/talklib/ffmpeg.py +0 -0
- {talklib-3.4.3 → talklib-3.4.6}/src/talklib/notify.py +0 -0
- {talklib-3.4.3 → talklib-3.4.6}/src/talklib/show.py +0 -0
- {talklib-3.4.3 → talklib-3.4.6}/src/talklib/utils.py +0 -0
- {talklib-3.4.3 → talklib-3.4.6}/src/talklib.egg-info/SOURCES.txt +0 -0
- {talklib-3.4.3 → talklib-3.4.6}/src/talklib.egg-info/dependency_links.txt +0 -0
- {talklib-3.4.3 → talklib-3.4.6}/src/talklib.egg-info/entry_points.txt +0 -0
- {talklib-3.4.3 → talklib-3.4.6}/src/talklib.egg-info/top_level.txt +0 -0
|
@@ -1,37 +1,19 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: talklib
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.6
|
|
4
4
|
Summary: A package to automate processing of shows/segments airing on the TL
|
|
5
5
|
Author-email: Ben Weddle <ben.weddle@gmail.com>
|
|
6
6
|
Maintainer-email: Ben Weddle <ben.weddle@gmail.com>
|
|
7
|
-
License: MIT
|
|
8
|
-
|
|
9
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
11
|
-
in the Software without restriction, including without limitation the rights
|
|
12
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
14
|
-
furnished to do so, subject to the following conditions:
|
|
15
|
-
|
|
16
|
-
The above copyright notice and this permission notice shall be included in all
|
|
17
|
-
copies or substantial portions of the Software.
|
|
18
|
-
|
|
19
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25
|
-
SOFTWARE.
|
|
7
|
+
License-Expression: MIT-open-group
|
|
26
8
|
Project-URL: Repository, https://github.com/talkinglibrary/talklib
|
|
27
9
|
Project-URL: Issues, https://github.com/talkinglibrary/talklib/issues
|
|
28
10
|
Requires-Python: >=3.10
|
|
29
11
|
Description-Content-Type: text/markdown
|
|
30
12
|
License-File: LICENSE.txt
|
|
31
|
-
Requires-Dist: aiohappyeyeballs==2.
|
|
32
|
-
Requires-Dist: aiohttp==3.
|
|
13
|
+
Requires-Dist: aiohappyeyeballs==2.6.1
|
|
14
|
+
Requires-Dist: aiohttp==3.13.3
|
|
33
15
|
Requires-Dist: aiohttp-retry==2.8.3
|
|
34
|
-
Requires-Dist: aiosignal==1.
|
|
16
|
+
Requires-Dist: aiosignal==1.4.0
|
|
35
17
|
Requires-Dist: annotated-types==0.7.0
|
|
36
18
|
Requires-Dist: async-timeout==4.0.2
|
|
37
19
|
Requires-Dist: attrs==22.1.0
|
|
@@ -40,11 +22,11 @@ Requires-Dist: boto3==1.35.18
|
|
|
40
22
|
Requires-Dist: botocore==1.35.18
|
|
41
23
|
Requires-Dist: build==1.0.3
|
|
42
24
|
Requires-Dist: certifi==2024.8.30
|
|
43
|
-
Requires-Dist: cffi==
|
|
25
|
+
Requires-Dist: cffi==2.0.0
|
|
44
26
|
Requires-Dist: charset-normalizer==2.1.1
|
|
45
27
|
Requires-Dist: colorama==0.4.6
|
|
46
28
|
Requires-Dist: coverage==6.5.0
|
|
47
|
-
Requires-Dist: cryptography==
|
|
29
|
+
Requires-Dist: cryptography==46.0.4
|
|
48
30
|
Requires-Dist: decorator==5.1.1
|
|
49
31
|
Requires-Dist: Deprecated==1.2.14
|
|
50
32
|
Requires-Dist: docutils==0.20.1
|
|
@@ -53,7 +35,7 @@ Requires-Dist: fabric==3.2.2
|
|
|
53
35
|
Requires-Dist: ffmpeg-python==0.2.0
|
|
54
36
|
Requires-Dist: frozenlist==1.4.1
|
|
55
37
|
Requires-Dist: future==0.18.3
|
|
56
|
-
Requires-Dist: idna==3.
|
|
38
|
+
Requires-Dist: idna==3.11
|
|
57
39
|
Requires-Dist: importlib-metadata==7.0.1
|
|
58
40
|
Requires-Dist: iniconfig==1.1.1
|
|
59
41
|
Requires-Dist: invoke==2.2.0
|
|
@@ -69,12 +51,13 @@ Requires-Dist: packaging==21.3
|
|
|
69
51
|
Requires-Dist: paramiko==3.5.0
|
|
70
52
|
Requires-Dist: pkginfo==1.9.6
|
|
71
53
|
Requires-Dist: pluggy==1.0.0
|
|
54
|
+
Requires-Dist: propcache==0.4.1
|
|
72
55
|
Requires-Dist: pycparser==2.22
|
|
73
56
|
Requires-Dist: pydantic==2.9.1
|
|
74
57
|
Requires-Dist: pydantic_core==2.23.3
|
|
75
58
|
Requires-Dist: Pygments==2.17.2
|
|
76
59
|
Requires-Dist: PyJWT==2.6.0
|
|
77
|
-
Requires-Dist: PyNaCl==1.
|
|
60
|
+
Requires-Dist: PyNaCl==1.6.2
|
|
78
61
|
Requires-Dist: pyparsing==3.0.9
|
|
79
62
|
Requires-Dist: pyproject_hooks==1.0.0
|
|
80
63
|
Requires-Dist: pytest==7.2.0
|
|
@@ -83,7 +66,7 @@ Requires-Dist: python-dateutil==2.9.0.post0
|
|
|
83
66
|
Requires-Dist: pytz==2022.6
|
|
84
67
|
Requires-Dist: pywin32-ctypes==0.2.2
|
|
85
68
|
Requires-Dist: readme-renderer==42.0
|
|
86
|
-
Requires-Dist: requests==2.32.
|
|
69
|
+
Requires-Dist: requests==2.32.5
|
|
87
70
|
Requires-Dist: requests-toolbelt==1.0.0
|
|
88
71
|
Requires-Dist: rfc3986==2.0.0
|
|
89
72
|
Requires-Dist: rich==13.7.0
|
|
@@ -92,11 +75,11 @@ Requires-Dist: six==1.16.0
|
|
|
92
75
|
Requires-Dist: tomli==2.0.1
|
|
93
76
|
Requires-Dist: twilio==9.0.2
|
|
94
77
|
Requires-Dist: twine==4.0.2
|
|
95
|
-
Requires-Dist: typing_extensions==4.
|
|
96
|
-
Requires-Dist: urllib3==2.
|
|
78
|
+
Requires-Dist: typing_extensions==4.15.0
|
|
79
|
+
Requires-Dist: urllib3==2.6.3
|
|
97
80
|
Requires-Dist: wrapt==1.16.0
|
|
98
|
-
Requires-Dist: yarl==1.
|
|
99
|
-
Requires-Dist: zipp==3.
|
|
81
|
+
Requires-Dist: yarl==1.22.0
|
|
82
|
+
Requires-Dist: zipp==3.23.0
|
|
100
83
|
Dynamic: license-file
|
|
101
84
|
|
|
102
85
|
# talklib
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "talklib"
|
|
3
|
-
version = "3.4.
|
|
3
|
+
version = "3.4.6"
|
|
4
4
|
description = "A package to automate processing of shows/segments airing on the TL"
|
|
5
5
|
readme = "README.md"
|
|
6
|
-
license =
|
|
6
|
+
license = "MIT-open-group"
|
|
7
|
+
license-files = ["LICENSE.txt"]
|
|
7
8
|
authors = [{name = "Ben Weddle", email = "ben.weddle@gmail.com"}]
|
|
8
9
|
maintainers = [{name = "Ben Weddle", email = "ben.weddle@gmail.com"}]
|
|
9
10
|
requires-python = ">=3.10"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
aiohappyeyeballs==2.
|
|
2
|
-
aiohttp==3.
|
|
1
|
+
aiohappyeyeballs==2.6.1
|
|
2
|
+
aiohttp==3.13.3
|
|
3
3
|
aiohttp-retry==2.8.3
|
|
4
|
-
aiosignal==1.
|
|
4
|
+
aiosignal==1.4.0
|
|
5
5
|
annotated-types==0.7.0
|
|
6
6
|
async-timeout==4.0.2
|
|
7
7
|
attrs==22.1.0
|
|
@@ -10,11 +10,11 @@ boto3==1.35.18
|
|
|
10
10
|
botocore==1.35.18
|
|
11
11
|
build==1.0.3
|
|
12
12
|
certifi==2024.8.30
|
|
13
|
-
cffi==
|
|
13
|
+
cffi==2.0.0
|
|
14
14
|
charset-normalizer==2.1.1
|
|
15
15
|
colorama==0.4.6
|
|
16
16
|
coverage==6.5.0
|
|
17
|
-
cryptography==
|
|
17
|
+
cryptography==46.0.4
|
|
18
18
|
decorator==5.1.1
|
|
19
19
|
Deprecated==1.2.14
|
|
20
20
|
docutils==0.20.1
|
|
@@ -23,7 +23,7 @@ fabric==3.2.2
|
|
|
23
23
|
ffmpeg-python==0.2.0
|
|
24
24
|
frozenlist==1.4.1
|
|
25
25
|
future==0.18.3
|
|
26
|
-
idna==3.
|
|
26
|
+
idna==3.11
|
|
27
27
|
importlib-metadata==7.0.1
|
|
28
28
|
iniconfig==1.1.1
|
|
29
29
|
invoke==2.2.0
|
|
@@ -39,12 +39,13 @@ packaging==21.3
|
|
|
39
39
|
paramiko==3.5.0
|
|
40
40
|
pkginfo==1.9.6
|
|
41
41
|
pluggy==1.0.0
|
|
42
|
+
propcache==0.4.1
|
|
42
43
|
pycparser==2.22
|
|
43
44
|
pydantic==2.9.1
|
|
44
45
|
pydantic_core==2.23.3
|
|
45
46
|
Pygments==2.17.2
|
|
46
47
|
PyJWT==2.6.0
|
|
47
|
-
PyNaCl==1.
|
|
48
|
+
PyNaCl==1.6.2
|
|
48
49
|
pyparsing==3.0.9
|
|
49
50
|
pyproject_hooks==1.0.0
|
|
50
51
|
pytest==7.2.0
|
|
@@ -53,7 +54,7 @@ python-dateutil==2.9.0.post0
|
|
|
53
54
|
pytz==2022.6
|
|
54
55
|
pywin32-ctypes==0.2.2
|
|
55
56
|
readme-renderer==42.0
|
|
56
|
-
requests==2.32.
|
|
57
|
+
requests==2.32.5
|
|
57
58
|
requests-toolbelt==1.0.0
|
|
58
59
|
rfc3986==2.0.0
|
|
59
60
|
rich==13.7.0
|
|
@@ -62,8 +63,8 @@ six==1.16.0
|
|
|
62
63
|
tomli==2.0.1
|
|
63
64
|
twilio==9.0.2
|
|
64
65
|
twine==4.0.2
|
|
65
|
-
typing_extensions==4.
|
|
66
|
-
urllib3==2.
|
|
66
|
+
typing_extensions==4.15.0
|
|
67
|
+
urllib3==2.6.3
|
|
67
68
|
wrapt==1.16.0
|
|
68
|
-
yarl==1.
|
|
69
|
-
zipp==3.
|
|
69
|
+
yarl==1.22.0
|
|
70
|
+
zipp==3.23.0
|
|
@@ -226,7 +226,7 @@ class Episode(BaseModel):
|
|
|
226
226
|
for item in items:
|
|
227
227
|
item = item.find("title").text
|
|
228
228
|
if item == self.episode_title:
|
|
229
|
-
to_send = "
|
|
229
|
+
to_send = f"There was a problem podcasting {self.episode_title}. There is already an episode with an identical title in the feed. Aborting automation."
|
|
230
230
|
self.notifications.send_notifications(message=to_send, subject="Error")
|
|
231
231
|
self.cleanup_files_on_abort()
|
|
232
232
|
raise Exception (to_send)
|
|
@@ -433,7 +433,7 @@ class TLPod(BaseModel):
|
|
|
433
433
|
self.notifications.prep_syslog(message=f"New display_name: {self.display_name}")
|
|
434
434
|
|
|
435
435
|
if file_lower_case.endswith("-dnp.wav"):
|
|
436
|
-
to_send = f"'-dnp' found in
|
|
436
|
+
to_send = f"While podcasting {self.display_name}, '-dnp' was found in the matched file: {file}. We will NOT podcast this episode. Exiting automation."
|
|
437
437
|
self.notifications.send_notifications(message=to_send, subject="Info", syslog_level="info")
|
|
438
438
|
raise Exception (to_send)
|
|
439
439
|
|
|
@@ -482,7 +482,8 @@ class TLPod(BaseModel):
|
|
|
482
482
|
self.notifications.prep_syslog(message="File successfully converted")
|
|
483
483
|
return output
|
|
484
484
|
except Exception as ffmpeg_exception:
|
|
485
|
-
self.
|
|
485
|
+
to_send: str = f'There was a problem podcasting {self.display_name}. There was an FFmpeg error: {ffmpeg_exception}'
|
|
486
|
+
self.notifications.send_notifications(message=to_send, subject='Error')
|
|
486
487
|
raise ffmpeg_exception
|
|
487
488
|
|
|
488
489
|
def concat(self, preroll:str, program_audio: str, output_filename: str):
|
|
@@ -555,4 +556,4 @@ class TLPod(BaseModel):
|
|
|
555
556
|
|
|
556
557
|
self.post_cleaup()
|
|
557
558
|
|
|
558
|
-
self.notifications.prep_syslog(message="
|
|
559
|
+
self.notifications.prep_syslog(message="Podcasting was successful. Exiting automation.")
|
|
@@ -1,37 +1,19 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: talklib
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.6
|
|
4
4
|
Summary: A package to automate processing of shows/segments airing on the TL
|
|
5
5
|
Author-email: Ben Weddle <ben.weddle@gmail.com>
|
|
6
6
|
Maintainer-email: Ben Weddle <ben.weddle@gmail.com>
|
|
7
|
-
License: MIT
|
|
8
|
-
|
|
9
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
11
|
-
in the Software without restriction, including without limitation the rights
|
|
12
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
14
|
-
furnished to do so, subject to the following conditions:
|
|
15
|
-
|
|
16
|
-
The above copyright notice and this permission notice shall be included in all
|
|
17
|
-
copies or substantial portions of the Software.
|
|
18
|
-
|
|
19
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25
|
-
SOFTWARE.
|
|
7
|
+
License-Expression: MIT-open-group
|
|
26
8
|
Project-URL: Repository, https://github.com/talkinglibrary/talklib
|
|
27
9
|
Project-URL: Issues, https://github.com/talkinglibrary/talklib/issues
|
|
28
10
|
Requires-Python: >=3.10
|
|
29
11
|
Description-Content-Type: text/markdown
|
|
30
12
|
License-File: LICENSE.txt
|
|
31
|
-
Requires-Dist: aiohappyeyeballs==2.
|
|
32
|
-
Requires-Dist: aiohttp==3.
|
|
13
|
+
Requires-Dist: aiohappyeyeballs==2.6.1
|
|
14
|
+
Requires-Dist: aiohttp==3.13.3
|
|
33
15
|
Requires-Dist: aiohttp-retry==2.8.3
|
|
34
|
-
Requires-Dist: aiosignal==1.
|
|
16
|
+
Requires-Dist: aiosignal==1.4.0
|
|
35
17
|
Requires-Dist: annotated-types==0.7.0
|
|
36
18
|
Requires-Dist: async-timeout==4.0.2
|
|
37
19
|
Requires-Dist: attrs==22.1.0
|
|
@@ -40,11 +22,11 @@ Requires-Dist: boto3==1.35.18
|
|
|
40
22
|
Requires-Dist: botocore==1.35.18
|
|
41
23
|
Requires-Dist: build==1.0.3
|
|
42
24
|
Requires-Dist: certifi==2024.8.30
|
|
43
|
-
Requires-Dist: cffi==
|
|
25
|
+
Requires-Dist: cffi==2.0.0
|
|
44
26
|
Requires-Dist: charset-normalizer==2.1.1
|
|
45
27
|
Requires-Dist: colorama==0.4.6
|
|
46
28
|
Requires-Dist: coverage==6.5.0
|
|
47
|
-
Requires-Dist: cryptography==
|
|
29
|
+
Requires-Dist: cryptography==46.0.4
|
|
48
30
|
Requires-Dist: decorator==5.1.1
|
|
49
31
|
Requires-Dist: Deprecated==1.2.14
|
|
50
32
|
Requires-Dist: docutils==0.20.1
|
|
@@ -53,7 +35,7 @@ Requires-Dist: fabric==3.2.2
|
|
|
53
35
|
Requires-Dist: ffmpeg-python==0.2.0
|
|
54
36
|
Requires-Dist: frozenlist==1.4.1
|
|
55
37
|
Requires-Dist: future==0.18.3
|
|
56
|
-
Requires-Dist: idna==3.
|
|
38
|
+
Requires-Dist: idna==3.11
|
|
57
39
|
Requires-Dist: importlib-metadata==7.0.1
|
|
58
40
|
Requires-Dist: iniconfig==1.1.1
|
|
59
41
|
Requires-Dist: invoke==2.2.0
|
|
@@ -69,12 +51,13 @@ Requires-Dist: packaging==21.3
|
|
|
69
51
|
Requires-Dist: paramiko==3.5.0
|
|
70
52
|
Requires-Dist: pkginfo==1.9.6
|
|
71
53
|
Requires-Dist: pluggy==1.0.0
|
|
54
|
+
Requires-Dist: propcache==0.4.1
|
|
72
55
|
Requires-Dist: pycparser==2.22
|
|
73
56
|
Requires-Dist: pydantic==2.9.1
|
|
74
57
|
Requires-Dist: pydantic_core==2.23.3
|
|
75
58
|
Requires-Dist: Pygments==2.17.2
|
|
76
59
|
Requires-Dist: PyJWT==2.6.0
|
|
77
|
-
Requires-Dist: PyNaCl==1.
|
|
60
|
+
Requires-Dist: PyNaCl==1.6.2
|
|
78
61
|
Requires-Dist: pyparsing==3.0.9
|
|
79
62
|
Requires-Dist: pyproject_hooks==1.0.0
|
|
80
63
|
Requires-Dist: pytest==7.2.0
|
|
@@ -83,7 +66,7 @@ Requires-Dist: python-dateutil==2.9.0.post0
|
|
|
83
66
|
Requires-Dist: pytz==2022.6
|
|
84
67
|
Requires-Dist: pywin32-ctypes==0.2.2
|
|
85
68
|
Requires-Dist: readme-renderer==42.0
|
|
86
|
-
Requires-Dist: requests==2.32.
|
|
69
|
+
Requires-Dist: requests==2.32.5
|
|
87
70
|
Requires-Dist: requests-toolbelt==1.0.0
|
|
88
71
|
Requires-Dist: rfc3986==2.0.0
|
|
89
72
|
Requires-Dist: rich==13.7.0
|
|
@@ -92,11 +75,11 @@ Requires-Dist: six==1.16.0
|
|
|
92
75
|
Requires-Dist: tomli==2.0.1
|
|
93
76
|
Requires-Dist: twilio==9.0.2
|
|
94
77
|
Requires-Dist: twine==4.0.2
|
|
95
|
-
Requires-Dist: typing_extensions==4.
|
|
96
|
-
Requires-Dist: urllib3==2.
|
|
78
|
+
Requires-Dist: typing_extensions==4.15.0
|
|
79
|
+
Requires-Dist: urllib3==2.6.3
|
|
97
80
|
Requires-Dist: wrapt==1.16.0
|
|
98
|
-
Requires-Dist: yarl==1.
|
|
99
|
-
Requires-Dist: zipp==3.
|
|
81
|
+
Requires-Dist: yarl==1.22.0
|
|
82
|
+
Requires-Dist: zipp==3.23.0
|
|
100
83
|
Dynamic: license-file
|
|
101
84
|
|
|
102
85
|
# talklib
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
aiohappyeyeballs==2.
|
|
2
|
-
aiohttp==3.
|
|
1
|
+
aiohappyeyeballs==2.6.1
|
|
2
|
+
aiohttp==3.13.3
|
|
3
3
|
aiohttp-retry==2.8.3
|
|
4
|
-
aiosignal==1.
|
|
4
|
+
aiosignal==1.4.0
|
|
5
5
|
annotated-types==0.7.0
|
|
6
6
|
async-timeout==4.0.2
|
|
7
7
|
attrs==22.1.0
|
|
@@ -10,11 +10,11 @@ boto3==1.35.18
|
|
|
10
10
|
botocore==1.35.18
|
|
11
11
|
build==1.0.3
|
|
12
12
|
certifi==2024.8.30
|
|
13
|
-
cffi==
|
|
13
|
+
cffi==2.0.0
|
|
14
14
|
charset-normalizer==2.1.1
|
|
15
15
|
colorama==0.4.6
|
|
16
16
|
coverage==6.5.0
|
|
17
|
-
cryptography==
|
|
17
|
+
cryptography==46.0.4
|
|
18
18
|
decorator==5.1.1
|
|
19
19
|
Deprecated==1.2.14
|
|
20
20
|
docutils==0.20.1
|
|
@@ -23,7 +23,7 @@ fabric==3.2.2
|
|
|
23
23
|
ffmpeg-python==0.2.0
|
|
24
24
|
frozenlist==1.4.1
|
|
25
25
|
future==0.18.3
|
|
26
|
-
idna==3.
|
|
26
|
+
idna==3.11
|
|
27
27
|
importlib-metadata==7.0.1
|
|
28
28
|
iniconfig==1.1.1
|
|
29
29
|
invoke==2.2.0
|
|
@@ -39,12 +39,13 @@ packaging==21.3
|
|
|
39
39
|
paramiko==3.5.0
|
|
40
40
|
pkginfo==1.9.6
|
|
41
41
|
pluggy==1.0.0
|
|
42
|
+
propcache==0.4.1
|
|
42
43
|
pycparser==2.22
|
|
43
44
|
pydantic==2.9.1
|
|
44
45
|
pydantic_core==2.23.3
|
|
45
46
|
Pygments==2.17.2
|
|
46
47
|
PyJWT==2.6.0
|
|
47
|
-
PyNaCl==1.
|
|
48
|
+
PyNaCl==1.6.2
|
|
48
49
|
pyparsing==3.0.9
|
|
49
50
|
pyproject_hooks==1.0.0
|
|
50
51
|
pytest==7.2.0
|
|
@@ -53,7 +54,7 @@ python-dateutil==2.9.0.post0
|
|
|
53
54
|
pytz==2022.6
|
|
54
55
|
pywin32-ctypes==0.2.2
|
|
55
56
|
readme-renderer==42.0
|
|
56
|
-
requests==2.32.
|
|
57
|
+
requests==2.32.5
|
|
57
58
|
requests-toolbelt==1.0.0
|
|
58
59
|
rfc3986==2.0.0
|
|
59
60
|
rich==13.7.0
|
|
@@ -62,8 +63,8 @@ six==1.16.0
|
|
|
62
63
|
tomli==2.0.1
|
|
63
64
|
twilio==9.0.2
|
|
64
65
|
twine==4.0.2
|
|
65
|
-
typing_extensions==4.
|
|
66
|
-
urllib3==2.
|
|
66
|
+
typing_extensions==4.15.0
|
|
67
|
+
urllib3==2.6.3
|
|
67
68
|
wrapt==1.16.0
|
|
68
|
-
yarl==1.
|
|
69
|
-
zipp==3.
|
|
69
|
+
yarl==1.22.0
|
|
70
|
+
zipp==3.23.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|