Skip to content

Commit 1067680

Browse files
authored
Merge pull request #135 from Vizonex/dependabot/pip/pyopenssl-gte-23.0-and-lt-26.2
Update pyopenssl requirement from <26.1,>=23.0 to >=23.0,<26.2
2 parents 8b18c79 + 7a40d18 commit 1067680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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,<26.1',
47+
'pyOpenSSL>=23.0,<26.2',
4848
'mypy>=0.800'
4949
]
5050
dev = [

0 commit comments

Comments
 (0)