Skip to content

Commit f6ce84d

Browse files
committed
changelog and britive dependency update
1 parent 1f6e1a7 commit f6ce84d

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All 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.

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
britive~=2.14.0
2-
certifi>=2022.12.07
1+
britive~=2.15.0
2+
certifi>=2022.12.7
33
charset-normalizer==2.1.0
44
click==8.1.3
55
idna==3.3

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)