You've already forked oncall
mirror of
https://github.com/linkedin/oncall.git
synced 2025-11-25 23:02:31 +02:00
bump cryptography (#416)
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [2.1.7] - 2024-03-12
|
||||
|
||||
### Added
|
||||
- bumped cryptography dependency
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
## [2.1.6] - 2024-03-11
|
||||
|
||||
### Added
|
||||
|
||||
2
setup.py
2
setup.py
@@ -41,7 +41,7 @@ setuptools.setup(
|
||||
'jinja2==3.0.3',
|
||||
'webassets',
|
||||
'beaker',
|
||||
'cryptography==3.1',
|
||||
'cryptography==42.0.5',
|
||||
'python-ldap',
|
||||
'pytz',
|
||||
'irisclient',
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "2.1.6"
|
||||
__version__ = "2.1.7"
|
||||
|
||||
Reference in New Issue
Block a user