Skip to content

Commit 43bc256

Browse files
committed
Refresh Python dependencies
1 parent a08216b commit 43bc256

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
@@ -17,7 +17,7 @@ attrs>=22.2.0;python_version>="3.7"
1717
PyYAML>=6.0
1818
certifi>=2022.12.7
1919
filelock>=3.4.1;python_version<"3.7"
20-
filelock>=3.9.1;python_version>="3.7"
20+
filelock>=3.10.0;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
2222
platformdirs>=3.1.1;python_version>="3.7"
2323
pyparsing>=3.0.7;python_version<"3.7"
@@ -102,7 +102,7 @@ rich==13.3.2;python_version>="3.7"
102102
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
103103

104104
coverage==6.2;python_version<"3.7"
105-
coverage==7.2.1;python_version>="3.7"
105+
coverage==7.2.2;python_version>="3.7"
106106
pytest-cov==4.0.0
107107
flake8==5.0.4;python_version<"3.9"
108108
flake8==6.0.0;python_version>="3.9"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"PyYAML>=6.0",
142142
"certifi>=2022.12.7",
143143
'filelock>=3.4.1;python_version<"3.7"',
144-
'filelock>=3.9.1;python_version>="3.7"',
144+
'filelock>=3.10.0;python_version>="3.7"',
145145
'platformdirs>=2.4.0;python_version<"3.7"',
146146
'platformdirs>=3.1.1;python_version>="3.7"',
147147
'pyparsing>=3.0.7;python_version<"3.7"',
@@ -238,7 +238,7 @@
238238
# Usage: coverage run -m pytest; coverage html; coverage report
239239
"coverage": [
240240
'coverage==6.2;python_version<"3.7"',
241-
'coverage==7.2.1;python_version>="3.7"',
241+
'coverage==7.2.2;python_version>="3.7"',
242242
"pytest-cov==4.0.0",
243243
],
244244
# pip install -e .[flake8]

0 commit comments

Comments
 (0)