We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb3531 commit 792ec39Copy full SHA for 792ec39
CHANGELOG.md
@@ -15,7 +15,7 @@
15
* Fixes and issue with `checkin` checking in the wrong profile type (programmatic vs console)
16
17
#### Dependencies
18
-* None
+* `britive>=2.21.0`
19
20
#### Other
21
* None
requirements.txt
@@ -1,4 +1,4 @@
1
-britive>=2.20.1
+britive>=2.21.0
2
certifi>=2022.12.7
3
charset-normalizer==2.1.0
4
click==8.1.3
setup.cfg
@@ -26,7 +26,7 @@ install_requires =
26
toml
27
cryptography>=41.0.0
28
python-dateutil
29
- britive>=2.20.1
+ britive>=2.21.0
30
jmespath
31
pyjwt
32
0 commit comments