Skip to content

Commit fc40ffc

Browse files
authored
Merge pull request #125 from Vizonex/dependabot/pip/pyopenssl-gte-23.0-and-lt-26.1
Update pyopenssl requirement from <25.4,>=23.0 to >=23.0,<26.1
2 parents de22cdf + af4dc5c commit fc40ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test = [
4444
'flake8>=5,<8',
4545
'psutil',
4646
'pycodestyle>=2.9,<2.15',
47-
'pyOpenSSL>=23.0,<25.4',
47+
'pyOpenSSL>=23.0,<26.1',
4848
'mypy>=0.800'
4949
]
5050
dev = [

0 commit comments

Comments
 (0)