Skip to content

Commit bffb101

Browse files
committed
Refresh Python dependencies
1 parent 4763d30 commit bffb101

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
@@ -11,7 +11,7 @@ websockets>=16.0;python_version>="3.10"
1111
filelock~=3.19.1;python_version<"3.10"
1212
filelock>=3.25.2;python_version>="3.10"
1313
fasteners>=0.20
14-
mycdp>=1.3.4
14+
mycdp>=1.3.6
1515
pynose>=1.5.5
1616
platformdirs~=4.4.0;python_version<"3.10"
1717
platformdirs>=4.9.4;python_version>="3.10"
@@ -29,7 +29,7 @@ pyreadline3>=3.5.4;platform_system=="Windows"
2929
tabcompleter>=1.4.0
3030
pdbp>=1.8.2
3131
idna>=3.11
32-
charset-normalizer>=3.4.5,<4
32+
charset-normalizer>=3.4.6,<4
3333
urllib3>=1.26.20,<2;python_version<"3.10"
3434
urllib3>=1.26.20,<3;python_version>="3.10"
3535
requests~=2.32.5
@@ -77,7 +77,7 @@ rich>=14.3.3,<15
7777
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7878

7979
coverage>=7.10.7;python_version<"3.10"
80-
coverage>=7.13.4;python_version>="3.10"
80+
coverage>=7.13.5;python_version>="3.10"
8181
pytest-cov>=7.0.0
8282
flake8==7.3.0
8383
mccabe==0.7.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
'filelock~=3.19.1;python_version<"3.10"',
160160
'filelock>=3.25.2;python_version>="3.10"',
161161
'fasteners>=0.20',
162-
'mycdp>=1.3.4',
162+
'mycdp>=1.3.6',
163163
'pynose>=1.5.5',
164164
'platformdirs~=4.4.0;python_version<"3.10"',
165165
'platformdirs>=4.9.4;python_version>="3.10"',
@@ -177,7 +177,7 @@
177177
'tabcompleter>=1.4.0',
178178
'pdbp>=1.8.2',
179179
'idna>=3.11',
180-
'charset-normalizer>=3.4.5,<4',
180+
'charset-normalizer>=3.4.6,<4',
181181
'urllib3>=1.26.20,<2;python_version<"3.10"',
182182
'urllib3>=1.26.20,<3;python_version>="3.10"',
183183
'requests~=2.32.5',
@@ -234,7 +234,7 @@
234234
# Usage: coverage run -m pytest; coverage html; coverage report
235235
"coverage": [
236236
'coverage>=7.10.7;python_version<"3.10"',
237-
'coverage>=7.13.4;python_version>="3.10"',
237+
'coverage>=7.13.5;python_version>="3.10"',
238238
'pytest-cov>=7.0.0',
239239
],
240240
# pip install -e .[flake8]

0 commit comments

Comments
 (0)