Skip to content

Commit

Permalink
release: v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kylejb committed Jul 4, 2024
1 parent c76ccfe commit c540a32
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pybuoy/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ class RealtimeDatasets(Enum):
"txt",
]

__version__ = "0.5.4"
__version__ = "0.5.5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybuoy"
version = "0.5.4"
version = "0.5.5"
authors = ["Kyle J. Burda <kylejbdev@gmail.com>"]
classifiers=[
"Operating System :: OS Independent",
Expand Down

0 comments on commit c540a32

Please sign in to comment.