From c540a320c239d2082f90da246647dfd0847c68d2 Mon Sep 17 00:00:00 2001 From: "Kyle J. Burda" <47502769+kylejb@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:25:20 -0400 Subject: [PATCH] release: v0.5.5 --- CHANGES.rst | 15 +++++++++++++++ pybuoy/const.py | 2 +- pyproject.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b7a2e52..46fe30c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,21 @@ Change Log ========== +0.5.5 (2024-07-04) +------------------ + +Internal +~~~~~~~~ + +- Update all dependencies to latest + +Security +~~~~~~~~ + +- Update ``requests`` to 2.32.3 (CVE-2024-35195) +- Update ``jinja2`` to 3.1.4 (CVE-2024-34064) +- Update ``urllib3`` to 2.2.2 (CVE-2024-37891) + 0.5.4 (2024-04-13) ------------------ diff --git a/pybuoy/const.py b/pybuoy/const.py index 47ff3ea..845033b 100644 --- a/pybuoy/const.py +++ b/pybuoy/const.py @@ -36,4 +36,4 @@ class RealtimeDatasets(Enum): "txt", ] -__version__ = "0.5.4" +__version__ = "0.5.5" diff --git a/pyproject.toml b/pyproject.toml index 2b1bbe5..17eb71a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybuoy" -version = "0.5.4" +version = "0.5.5" authors = ["Kyle J. Burda "] classifiers=[ "Operating System :: OS Independent",