Skip to content

Commit fa15ea8

Browse files
committed
Refresh Python dependencies
1 parent af346e6 commit fa15ea8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
pip>=24.2
22
packaging>=24.2
33
setuptools~=70.2;python_version<"3.10"
4-
setuptools>=73.0.1;python_version>="3.10"
4+
setuptools>=75.5.0;python_version>="3.10"
55
wheel>=0.45.0
66
attrs>=24.2.0
77
certifi>=2024.8.30
88
exceptiongroup>=1.2.2
99
websockets~=13.1;python_version<"3.9"
10-
websockets>=14.0;python_version>="3.9"
10+
websockets>=14.1;python_version>="3.9"
1111
filelock>=3.16.1
1212
fasteners>=0.19
13-
mycdp>=1.0.1
13+
mycdp>=1.1.0
1414
pynose>=1.5.3
1515
platformdirs>=4.3.6
1616
typing-extensions>=4.12.2
@@ -64,7 +64,7 @@ rich==13.9.4
6464
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
6565

6666
coverage>=7.6.1;python_version<"3.9"
67-
coverage>=7.6.4;python_version>="3.9"
67+
coverage>=7.6.5;python_version>="3.9"
6868
pytest-cov>=5.0.0;python_version<"3.9"
6969
pytest-cov>=6.0.0;python_version>="3.9"
7070
flake8==5.0.4;python_version<"3.9"

Diff for: setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,16 @@
150150
'pip>=24.2',
151151
'packaging>=24.2',
152152
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
153-
'setuptools>=73.0.1;python_version>="3.10"',
153+
'setuptools>=75.5.0;python_version>="3.10"',
154154
'wheel>=0.45.0',
155155
'attrs>=24.2.0',
156156
"certifi>=2024.8.30",
157157
"exceptiongroup>=1.2.2",
158158
'websockets~=13.1;python_version<"3.9"',
159-
'websockets>=14.0;python_version>="3.9"',
159+
'websockets>=14.1;python_version>="3.9"',
160160
'filelock>=3.16.1',
161161
'fasteners>=0.19',
162-
"mycdp>=1.0.1",
162+
"mycdp>=1.1.0",
163163
"pynose>=1.5.3",
164164
'platformdirs>=4.3.6',
165165
'typing-extensions>=4.12.2',
@@ -222,7 +222,7 @@
222222
# Usage: coverage run -m pytest; coverage html; coverage report
223223
"coverage": [
224224
'coverage>=7.6.1;python_version<"3.9"',
225-
'coverage>=7.6.4;python_version>="3.9"',
225+
'coverage>=7.6.5;python_version>="3.9"',
226226
'pytest-cov>=5.0.0;python_version<"3.9"',
227227
'pytest-cov>=6.0.0;python_version>="3.9"',
228228
],

0 commit comments

Comments
 (0)