We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3bd26 commit bd44446Copy full SHA for bd44446
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [2.1.7] - 2024-03-12
5
+
6
+### Added
7
+ - bumped cryptography dependency
8
+### Changed
9
10
+### Fixed
11
12
## [2.1.6] - 2024-03-11
13
14
### Added
setup.py
@@ -41,7 +41,7 @@
41
'jinja2==3.0.3',
42
'webassets',
43
'beaker',
44
- 'cryptography==3.1',
+ 'cryptography==42.0.5',
45
'python-ldap',
46
'pytz',
47
'irisclient',
src/oncall/__init__.py
@@ -1 +1 @@
-__version__ = "2.1.6"
+__version__ = "2.1.7"
0 commit comments