Skip to content

Commit a93698c

Browse files
committed
Refresh Python dependencies
1 parent 66af773 commit a93698c

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
@@ -79,7 +79,7 @@ beautifulsoup4==4.10.0;python_version>="3.5"
7979
cryptography==2.9.2;python_version<"3.5"
8080
cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"
8181
cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"
82-
cryptography==36.0.0;python_version>="3.7"
82+
cryptography==36.0.1;python_version>="3.7"
8383
pygments==2.5.2;python_version<"3.5"
8484
pygments==2.10.0;python_version>="3.5"
8585
prompt-toolkit==1.0.18;python_version<"3.5"
@@ -111,7 +111,7 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
111111
Pillow==8.4.0;python_version>="3.6"
112112
typing-extensions==3.10.0.2;python_version<"3.6"
113113
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"
114-
rich==10.16.0;python_version>="3.6" and python_version<"4.0"
114+
rich==10.16.1;python_version>="3.6" and python_version<"4.0"
115115
tornado==5.1.1;python_version<"3.5"
116116
tornado==6.1;python_version>="3.5"
117117
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
'cryptography==2.9.2;python_version<"3.5"',
199199
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
200200
'cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"',
201-
'cryptography==36.0.0;python_version>="3.7"',
201+
'cryptography==36.0.1;python_version>="3.7"',
202202
'pygments==2.5.2;python_version<"3.5"',
203203
'pygments==2.10.0;python_version>="3.5"',
204204
'prompt-toolkit==1.0.18;python_version<"3.5"',
@@ -230,7 +230,7 @@
230230
'Pillow==8.4.0;python_version>="3.6"',
231231
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
232232
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
233-
'rich==10.16.0;python_version>="3.6" and python_version<"4.0"',
233+
'rich==10.16.1;python_version>="3.6" and python_version<"4.0"',
234234
'tornado==5.1.1;python_version<"3.5"',
235235
'tornado==6.1;python_version>="3.5"',
236236
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)