Skip to content

Commit e7661de

Browse files
committed
Refresh Python dependencies
1 parent 392b743 commit e7661de

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ exceptiongroup>=1.3.1
99
websockets~=15.0.1;python_version<"3.10"
1010
websockets>=16.0;python_version>="3.10"
1111
filelock~=3.19.1;python_version<"3.10"
12-
filelock>=3.25.1;python_version>="3.10"
12+
filelock>=3.25.2;python_version>="3.10"
1313
fasteners>=0.20
14-
mycdp>=1.3.3
14+
mycdp>=1.3.4
1515
pynose>=1.5.5
1616
platformdirs~=4.4.0;python_version<"3.10"
1717
platformdirs>=4.9.4;python_version>="3.10"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@
157157
'websockets~=15.0.1;python_version<"3.10"',
158158
'websockets>=16.0;python_version>="3.10"',
159159
'filelock~=3.19.1;python_version<"3.10"',
160-
'filelock>=3.25.1;python_version>="3.10"',
160+
'filelock>=3.25.2;python_version>="3.10"',
161161
'fasteners>=0.20',
162-
'mycdp>=1.3.3',
162+
'mycdp>=1.3.4',
163163
'pynose>=1.5.5',
164164
'platformdirs~=4.4.0;python_version<"3.10"',
165165
'platformdirs>=4.9.4;python_version>="3.10"',

0 commit comments

Comments
 (0)