File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ 0.5.9 (2025-08-13)
5+ ------------------
6+
7+ Internal
8+ ~~~~~~~~
9+
10+ - Update all dependencies to latest.
11+ - Update pre-commit hooks to latest.
12+
13+ Security
14+ ~~~~~~~~
15+
16+ - Address CVE-2024-47081 by updating ``requests `` to ``2.32.4 ``.
17+ - Address CVE-2025-50181 by updating ``urllib3 `` to ``2.5.0 ``.
18+ - Address CVE-2025-50182 by updating ``urllib3 `` to ``2.5.0 ``.
19+
4200.5.8 (2025-05-18)
521------------------
622
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ class RealtimeDatasets(Enum):
3636 "txt" ,
3737]
3838
39- __version__ = "0.5.8 "
39+ __version__ = "0.5.9 "
Original file line number Diff line number Diff line change 11[project ]
22name = " pybuoy"
3- version = " 0.5.8 "
3+ version = " 0.5.9 "
44authors = [{ name = " Kyle J. Burda" , email = " kylejbdev@gmail.com" }]
55classifiers = [
66 " Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments