Skip to content

Commit d8b0032

Browse files
committed
Refresh Python dependencies
1 parent ec706aa commit d8b0032

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pytest-html==1.22.1;python_version<"3.6"
8080
pytest-html==2.0.1;python_version>="3.6"
8181
pytest-metadata==1.8.0;python_version<"3.6"
8282
pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"
83-
pytest-metadata==2.0.3;python_version>="3.7"
83+
pytest-metadata==2.0.4;python_version>="3.7"
8484
pytest-ordering==0.6
8585
pytest-rerunfailures==8.0;python_version<"3.6"
8686
pytest-rerunfailures==10.2;python_version>="3.6"
@@ -98,7 +98,7 @@ beautifulsoup4==4.9.3;python_version<"3.6"
9898
beautifulsoup4==4.11.1;python_version>="3.6"
9999
cryptography==2.9.2;python_version<"3.6"
100100
cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"
101-
cryptography==38.0.1;python_version>="3.7"
101+
cryptography==38.0.3;python_version>="3.7"
102102
pygments==2.5.2;python_version<"3.6"
103103
pygments==2.13.0;python_version>="3.6"
104104
prompt-toolkit==1.0.18;python_version<"3.6"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
'pytest-html==2.0.1;python_version>="3.6"', # Newer ones had issues
206206
'pytest-metadata==1.8.0;python_version<"3.6"',
207207
'pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
208-
'pytest-metadata==2.0.3;python_version>="3.7"',
208+
'pytest-metadata==2.0.4;python_version>="3.7"',
209209
"pytest-ordering==0.6",
210210
'pytest-rerunfailures==8.0;python_version<"3.6"',
211211
'pytest-rerunfailures==10.2;python_version>="3.6"',
@@ -223,7 +223,7 @@
223223
'beautifulsoup4==4.11.1;python_version>="3.6"',
224224
'cryptography==2.9.2;python_version<"3.6"',
225225
'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
226-
'cryptography==38.0.1;python_version>="3.7"',
226+
'cryptography==38.0.3;python_version>="3.7"',
227227
'pygments==2.5.2;python_version<"3.6"',
228228
'pygments==2.13.0;python_version>="3.6"',
229229
'prompt-toolkit==1.0.18;python_version<"3.6"',

0 commit comments

Comments
 (0)