1
0
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:
Diego Cepeda
2024-03-12 15:57:32 -05:00
committed by GitHub
parent ce3bd26ebc
commit bd44446ecc
3 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -41,7 +41,7 @@ setuptools.setup(
'jinja2==3.0.3',
'webassets',
'beaker',
'cryptography==3.1',
'cryptography==42.0.5',
'python-ldap',
'pytz',
'irisclient',

View File

@@ -1 +1 @@
__version__ = "2.1.6"
__version__ = "2.1.7"