Skip to content

Commit b0518dc

Browse files
committed
Refresh Python dependencies
1 parent 2bc7763 commit b0518dc

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
@@ -1,5 +1,5 @@
11
pip>=26.0.1
2-
packaging>=26.0
2+
packaging>=26.1
33
setuptools~=70.2;python_version<"3.10"
44
setuptools>=82.0.1;python_version>="3.10"
55
wheel>=0.46.3
@@ -9,7 +9,7 @@ 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.2;python_version>="3.10"
12+
filelock>=3.28.0;python_version>="3.10"
1313
fasteners>=0.20
1414
mycdp>=1.3.7
1515
pynose>=1.5.5

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
python_requires=">=3.9",
148148
install_requires=[
149149
'pip>=26.0.1',
150-
'packaging>=26.0',
150+
'packaging>=26.1',
151151
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
152152
'setuptools>=82.0.1;python_version>="3.10"',
153153
'wheel>=0.46.3',
@@ -157,7 +157,7 @@
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.2;python_version>="3.10"',
160+
'filelock>=3.28.0;python_version>="3.10"',
161161
'fasteners>=0.20',
162162
'mycdp>=1.3.7',
163163
'pynose>=1.5.5',

0 commit comments

Comments
 (0)