Skip to content

Commit fe4b36f

Browse files
committed
release: v0.5.9
1 parent 4ce2769 commit fe4b36f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGES.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Change 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+
420
0.5.8 (2025-05-18)
521
------------------
622

pybuoy/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ class RealtimeDatasets(Enum):
3636
"txt",
3737
]
3838

39-
__version__ = "0.5.8"
39+
__version__ = "0.5.9"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pybuoy"
3-
version = "0.5.8"
3+
version = "0.5.9"
44
authors = [{ name = "Kyle J. Burda", email = "kylejbdev@gmail.com" }]
55
classifiers = [
66
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)