You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
-
## [Unreleased]
7
+
## [5.1.5] - 2023-08-21
8
8
9
9
### Changed
10
10
11
-
-`click` dependency updated from `click==8.1.3` to `click==8.1.4`
12
-
-`pem` dependency open from `pem==21.2.0` to `pem>=21.2.0`
11
+
-`click` dependency upgraded from `click==8.1.3` to `click==8.1.7`
12
+
-`pem` dependency open from `pem==21.2.0` to `pem~=21.2.0`
13
+
-`pyyaml` dependency open from `pyyaml==6.0.1` to `pyyaml~=6.0.1`
13
14
- Code reformatted with `yapf`, `black`, `isort` and `flake8` tools.
14
15
16
+
### Security
17
+
18
+
-`certifi` dependency open from `certifi==2021.10.8` to `certifi~=2023.7.22`
19
+
-`cryptography` dependency upgraded from `cryptography==41.0.1` to `cryptography~=41.0.3`
0 commit comments