Skip to content

Commit bd44446

Browse files
authored
bump cryptography (#416)
1 parent ce3bd26 commit bd44446

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [2.1.7] - 2024-03-12
5+
6+
### Added
7+
- bumped cryptography dependency
8+
### Changed
9+
10+
### Fixed
11+
412
## [2.1.6] - 2024-03-11
513

614
### Added

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'jinja2==3.0.3',
4242
'webassets',
4343
'beaker',
44-
'cryptography==3.1',
44+
'cryptography==42.0.5',
4545
'python-ldap',
4646
'pytz',
4747
'irisclient',

src/oncall/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.6"
1+
__version__ = "2.1.7"

0 commit comments

Comments
 (0)