Skip to content

Commit 5ceec5b

Browse files
committed
Refresh Python dependencies
1 parent 4ca388c commit 5ceec5b

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
@@ -64,7 +64,7 @@ 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"
6666
pytest==7.0.1;python_version>="3.6" and python_version<"3.7"
67-
pytest==7.1.1;python_version>="3.7"
67+
pytest==7.1.2;python_version>="3.7"
6868
pytest-forked==1.3.0;python_version<"3.6"
6969
pytest-forked==1.4.0;python_version>="3.6"
7070
pytest-html==1.22.1;python_version<"3.6"
@@ -91,7 +91,8 @@ cryptography==2.9.2;python_version<"3.5"
9191
cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"
9292
cryptography==36.0.2;python_version>="3.6"
9393
pygments==2.5.2;python_version<"3.5"
94-
pygments==2.11.2;python_version>="3.5"
94+
pygments==2.11.2;python_version>="3.5" and python_version<"3.6"
95+
pygments==2.12.0;python_version>="3.6"
9596
prompt-toolkit==1.0.18;python_version<"3.5"
9697
prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"
9798
prompt-toolkit==3.0.29;python_version>="3.6"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
'pytest==4.6.11;python_version<"3.5"',
190190
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
191191
'pytest==7.0.1;python_version>="3.6" and python_version<"3.7"',
192-
'pytest==7.1.1;python_version>="3.7"',
192+
'pytest==7.1.2;python_version>="3.7"',
193193
'pytest-forked==1.3.0;python_version<"3.6"',
194194
'pytest-forked==1.4.0;python_version>="3.6"',
195195
'pytest-html==1.22.1;python_version<"3.6"',
@@ -216,7 +216,8 @@
216216
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
217217
'cryptography==36.0.2;python_version>="3.6"',
218218
'pygments==2.5.2;python_version<"3.5"',
219-
'pygments==2.11.2;python_version>="3.5"',
219+
'pygments==2.11.2;python_version>="3.5" and python_version<"3.6"',
220+
'pygments==2.12.0;python_version>="3.6"',
220221
'prompt-toolkit==1.0.18;python_version<"3.5"',
221222
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"', # noqa: E501
222223
'prompt-toolkit==3.0.29;python_version>="3.6"',

0 commit comments

Comments
 (0)