Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #167 from AzureAD/upgrade-crytography-to-2.3
Browse files Browse the repository at this point in the history
Upgrade crytography to 2.3 in requirements.txt
  • Loading branch information
rayluo authored Aug 15, 2018
2 parents 42fea5c + a8a103d commit ef3a881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PyJWT==1.0.0
#need 2.x for Python3 support
python-dateutil==2.1.0
#1.1.0 is the first that can be installed on windows
cryptography==1.1.0
cryptography==2.3.0
#for testing
httpretty==0.8.14
pylint==1.5.4

0 comments on commit ef3a881

Please sign in to comment.