File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All changes to the package starting with v0.3.1 will be logged here.
44
5+ ## v0.11.1 [ 2023-02-08]
6+ #### What's New
7+ * None
8+
9+ #### Enhancements
10+ * None
11+
12+ #### Bug Fixes
13+ * None
14+ *
15+ #### Dependencies
16+ * ` cryptography~=39.0.1 ` to resolve dependabot alert #1 and #3
17+ * ` certifi>=2022.12.7 ` to resolve dependabot alert #2
18+ * ` britive~=2.15.0 ` to bring in new API calls
19+
20+ #### Other
21+ * None
22+
523## v0.11.0 [ 2023-02-07]
624#### What's New
725* The ` api ` command is now available which exposes all the methods available in the Britive Python SDK.
Original file line number Diff line number Diff line change 1- britive ~= 2.14 .0
2- certifi >= 2022.12.07
1+ britive ~= 2.15 .0
2+ certifi >= 2022.12.7
33charset-normalizer == 2.1.0
44click == 8.1.3
55idna == 3.3
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ install_requires =
2626 toml
2727 cryptography~=39.0.1
2828 python-dateutil
29- britive> =2.14 .0
29+ britive~ =2.15 .0
3030 jmespath
3131
3232[options.packages.find]
You can’t perform that action at this time.
0 commit comments