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 @@ -43,7 +43,7 @@ Environment variables that should be set for testing include the following.
4343Create ` ./testing-variables.txt ` and load what you need so you can easily re-create the needed variables. This file is in ` .gitignore ` .
4444
4545Package the code locally with ` pip install -e . ` so pytest can run against the python package.
46- Then ` pytest tests/ -v ` to perform the testing.
46+ Then ` pytest tests/ -vvv ` to perform the testing.
4747
4848The identity used for testing will require access to at least one profile to test ` checkout ` and ` checkin ` .
4949Additionally, the identity will need access to 2 secrets
Original file line number Diff line number Diff line change 1- britive ~= 2.14 .0
2- certifi == 2022.6.15
1+ britive ~= 2.15 .0
2+ certifi >= 2022.12.7
33charset-normalizer == 2.1.0
44click == 8.1.3
55idna == 3.3
@@ -10,7 +10,7 @@ six==1.16.0
1010tabulate == 0.8.10
1111toml == 0.10.2
1212urllib3 == 1.26.9
13- cryptography == 37 .0.4
13+ cryptography ~= 39 .0.1
1414pytest == 7.1.2
1515mkdocs == 1.3.1
1616mkdocs-click == 0.8.0
Original file line number Diff line number Diff line change 11[metadata]
22name = pybritive
3- version = 0.11.0
3+ version = 0.11.1
44author = Britive Inc.
55author_email = support@britive.com
66description = A pure Python CLI for Britive
@@ -24,9 +24,9 @@ install_requires =
2424 merge_args
2525 tabulate
2626 toml
27- cryptography
27+ 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