Skip to content

Commit 5a4ee98

Browse files
authored
Merge pull request #168 from pusher/snyk-fix-ff18f898da89ff8eca0907fd4a49ec03
[Snyk] Security upgrade cryptography from 2.6.1 to 3.3.2
2 parents 3bd5bff + 2150cc0 commit 5a4ee98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python: [2.7, 3.5, 3.6, 3.7, 3.8]
14+
python: [2.7, 3.6, 3.7, 3.8]
1515

1616
name: Python ${{ matrix.python }} Test
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to use this library, you need to have a free account on <http://pusher.
88

99
## Supported Platforms
1010

11-
* Python - supports Python versions 2.7, 3.5, 3.6, 3.7 and 3.8
11+
* Python - supports Python versions 2.7, 3.6, 3.7 and 3.8
1212

1313
## Features
1414

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ asn1crypto==0.24.0
22
certifi==2019.3.9
33
cffi==1.12.3
44
chardet==3.0.4
5-
cryptography==2.6.1
5+
cryptography==3.3.2
66
httpretty==0.9.7
77
idna==2.8
88
mock==2.0.0

0 commit comments

Comments
 (0)