Skip to content

Commit 9a44a70

Browse files
committed
Refresh Python dependencies
1 parent d17b6c1 commit 9a44a70

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ py==1.8.1;python_version<"3.5"
6363
py==1.11.0;python_version>="3.5"
6464
pytest==4.6.11;python_version<"3.5"
6565
pytest==6.1.2;python_version>="3.5" and python_version<"3.6"
66-
pytest==7.0.1;python_version>="3.6"
66+
pytest==7.0.1;python_version>="3.6" and python_version<"3.7"
67+
pytest==7.1.0;python_version>="3.7"
6768
pytest-forked==1.3.0;python_version<"3.6"
6869
pytest-forked==1.4.0;python_version>="3.6"
6970
pytest-html==1.22.1;python_version<"3.6"
@@ -86,7 +87,7 @@ beautifulsoup4==4.9.3;python_version<"3.5"
8687
beautifulsoup4==4.10.0;python_version>="3.5"
8788
cryptography==2.9.2;python_version<"3.5"
8889
cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"
89-
cryptography==36.0.1;python_version>="3.6"
90+
cryptography==36.0.2;python_version>="3.6"
9091
pygments==2.5.2;python_version<"3.5"
9192
pygments==2.11.2;python_version>="3.5"
9293
prompt-toolkit==1.0.18;python_version<"3.5"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@
188188
'py==1.11.0;python_version>="3.5"',
189189
'pytest==4.6.11;python_version<"3.5"',
190190
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
191-
'pytest==7.0.1;python_version>="3.6"',
191+
'pytest==7.0.1;python_version>="3.6" and python_version<"3.7"',
192+
'pytest==7.1.0;python_version>="3.7"',
192193
'pytest-forked==1.3.0;python_version<"3.6"',
193194
'pytest-forked==1.4.0;python_version>="3.6"',
194195
'pytest-html==1.22.1;python_version<"3.6"',
@@ -211,7 +212,7 @@
211212
'beautifulsoup4==4.10.0;python_version>="3.5"',
212213
'cryptography==2.9.2;python_version<"3.5"',
213214
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
214-
'cryptography==36.0.1;python_version>="3.6"',
215+
'cryptography==36.0.2;python_version>="3.6"',
215216
'pygments==2.5.2;python_version<"3.5"',
216217
'pygments==2.11.2;python_version>="3.5"',
217218
'prompt-toolkit==1.0.18;python_version<"3.5"',

0 commit comments

Comments
 (0)