Skip to content

Commit e7eb589

Browse files
committed
chore(deps): update dependency rsa to <4.9 [security]
1 parent 818e6d2 commit e7eb589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"pyasn1-modules>=0.2.1",
2525
# rsa==4.5 is the last version to support 2.7
2626
# https://github.com/sybrenstuvel/python-rsa/issues/152#issuecomment-643470233
27-
'rsa<4.6; python_version < "3.6"',
27+
'rsa<4.9; python_version < "3.6"',
2828
'rsa>=3.1.4,<5; python_version >= "3.6"',
2929
# install enum34 to support 2.7. enum34 only works up to python version 3.3.
3030
'enum34>=1.1.10; python_version < "3.4"',

0 commit comments

Comments
 (0)