Skip to content

Commit 1fc7847

Browse files
committed
pyopenssl has released!
1 parent 1714e73 commit 1fc7847

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

test-requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ pytest >= 5.0 # for faulthandler in core
33
pytest-cov >= 2.6.0
44
# ipython 7.x is the last major version supporting Python 3.7
55
ipython ~= 7.31 # for the IPython traceback integration tests
6-
pyOpenSSL # for the ssl tests
7-
trustme # for the ssl tests
6+
pyOpenSSL >= 22.0.0 # for the ssl + DTLS tests
7+
trustme # for the ssl + DTLS tests
88
pylint # for pylint finding all symbols tests
99
jedi # for jedi code completion tests
1010
cryptography>=36.0.0 # 35.0.0 is transitive but fails

test-requirements.txt

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile
2+
# This file is autogenerated by pip-compile with python 3.9
33
# To update, run:
44
#
5-
# pip-compile --output-file test-requirements.txt test-requirements.in
5+
# pip-compile test-requirements.in
66
#
77
astor==0.8.1
88
# via -r test-requirements.in
@@ -25,8 +25,9 @@ click==8.0.3
2525
# via black
2626
coverage[toml]==6.0.2
2727
# via pytest-cov
28-
cryptography==35.0.0
28+
cryptography==36.0.1
2929
# via
30+
# -r test-requirements.in
3031
# pyopenssl
3132
# trustme
3233
decorator==5.1.1
@@ -96,7 +97,7 @@ pygments==2.10.0
9697
# via ipython
9798
pylint==2.12.2
9899
# via -r test-requirements.in
99-
pyopenssl @ https://github.com/pyca/pyopenssl/archive/refs/heads/main.zip
100+
pyopenssl==22.0.0
100101
# via -r test-requirements.in
101102
pyparsing==3.0.7
102103
# via packaging
@@ -106,8 +107,6 @@ pytest==6.2.5
106107
# pytest-cov
107108
pytest-cov==3.0.0
108109
# via -r test-requirements.in
109-
six==1.16.0
110-
# via pyopenssl
111110
sniffio==1.2.0
112111
# via -r test-requirements.in
113112
sortedcontainers==2.4.0
@@ -126,12 +125,26 @@ traitlets==5.1.1
126125
# ipython
127126
# matplotlib-inline
128127
trustme==0.9.0
128+
# via -r test-requirements.in
129+
types-cryptography==3.3.14
130+
# via types-pyopenssl
131+
types-enum34==1.1.8
132+
# via types-cryptography
133+
types-ipaddress==1.0.7
134+
# via types-cryptography
135+
types-pyopenssl==21.0.3 ; implementation_name == "cpython"
136+
# via -r test-requirements.in
137+
typing-extensions==4.0.1 ; implementation_name == "cpython"
129138
# via
130139
# -r test-requirements.in
140+
# astroid
131141
# black
132142
# mypy
143+
# pylint
133144
wcwidth==0.2.5
134145
# via prompt-toolkit
135146
wrapt==1.13.3
136147
# via astroid
137-
types-pyOpenSSL
148+
149+
# The following packages are considered to be unsafe in a requirements file:
150+
# setuptools

0 commit comments

Comments
 (0)