Skip to content

Commit 1c3a3a4

Browse files
Update pyopenssl requirement from <26.3,>=23.0 to >=23.0,<26.4
Updates the requirements on [pyopenssl](https://github.com/pyca/pyopenssl) to permit the latest version. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](pyca/pyopenssl@23.0.0...26.3.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e08927 commit 1c3a3a4

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

0 commit comments

Comments
 (0)