Skip to content

Commit 23b23f4

Browse files
committed
Refresh Python dependencies
1 parent 758c6b9 commit 23b23f4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ attrs>=23.1.0;python_version>="3.7"
1717
PyYAML>=6.0
1818
certifi>=2023.5.7
1919
filelock>=3.4.1;python_version<"3.7"
20-
filelock>=3.12.1;python_version>="3.7"
20+
filelock>=3.12.2;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
2222
platformdirs>=3.5.3;python_version>="3.7"
2323
pyparsing>=3.0.7;python_version<"3.7"
@@ -95,10 +95,10 @@ pyotp==2.8.0;python_version>="3.7"
9595
cffi==1.15.1
9696
typing-extensions==4.1.1;python_version<"3.7"
9797
commonmark==0.9.1;python_version<"3.7"
98-
markdown-it-py==2.2.0;python_version>="3.7"
98+
markdown-it-py==3.0.0;python_version>="3.7"
9999
mdurl==0.1.2;python_version>="3.7"
100100
rich==12.6.0;python_version<"3.7"
101-
rich==13.4.1;python_version>="3.7"
101+
rich==13.4.2;python_version>="3.7"
102102

103103
# --- Testing Requirements --- #
104104
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"PyYAML>=6.0",
142142
"certifi>=2023.5.7",
143143
'filelock>=3.4.1;python_version<"3.7"',
144-
'filelock>=3.12.1;python_version>="3.7"',
144+
'filelock>=3.12.2;python_version>="3.7"',
145145
'platformdirs>=2.4.0;python_version<"3.7"',
146146
'platformdirs>=3.5.3;python_version>="3.7"',
147147
'pyparsing>=3.0.7;python_version<"3.7"',
@@ -219,10 +219,10 @@
219219
"cffi==1.15.1",
220220
'typing-extensions==4.1.1;python_version<"3.7"',
221221
'commonmark==0.9.1;python_version<"3.7"', # For old "rich"
222-
'markdown-it-py==2.2.0;python_version>="3.7"', # For new "rich"
222+
'markdown-it-py==3.0.0;python_version>="3.7"', # For new "rich"
223223
'mdurl==0.1.2;python_version>="3.7"', # For new "rich"
224224
'rich==12.6.0;python_version<"3.7"',
225-
'rich==13.4.1;python_version>="3.7"',
225+
'rich==13.4.2;python_version>="3.7"',
226226
],
227227
extras_require={
228228
# pip install -e .[allure]

0 commit comments

Comments
 (0)