Update pyopenssl requirement from <24.1,>=22.1 to >=22.1,<24.2 (#6771)
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](https://github.com/pyca/pyopenssl/compare/22.1.0...24.1.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8ca88037c8
commit
6ecec4b893
|
@ -47,7 +47,7 @@ dependencies = [
|
||||||
"passlib>=1.6.5, <1.8",
|
"passlib>=1.6.5, <1.8",
|
||||||
"protobuf>=3.14,<5",
|
"protobuf>=3.14,<5",
|
||||||
"pydivert>=2.0.3,<2.2; sys_platform == 'win32'",
|
"pydivert>=2.0.3,<2.2; sys_platform == 'win32'",
|
||||||
"pyOpenSSL>=22.1,<24.1",
|
"pyOpenSSL>=22.1,<24.2",
|
||||||
"pyparsing>=2.4.2,<3.2",
|
"pyparsing>=2.4.2,<3.2",
|
||||||
"pyperclip>=1.6.0,<1.9",
|
"pyperclip>=1.6.0,<1.9",
|
||||||
"ruamel.yaml>=0.16,<0.19",
|
"ruamel.yaml>=0.16,<0.19",
|
||||||
|
|
Loading…
Reference in New Issue