Skip to content

Commit d42fe1a

Browse files
committed
Refresh Python dependencies
1 parent 58455b2 commit d42fe1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ filelock~=3.16.1;python_version<"3.9"
1212
filelock>=3.17.0;python_version>="3.9"
1313
fasteners>=0.19
1414
mycdp>=1.1.0
15-
pynose>=1.5.3
15+
pynose>=1.5.4
1616
platformdirs>=4.3.6
1717
typing-extensions>=4.12.2
1818
sbvirtualdisplay>=1.4.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
'filelock>=3.17.0;python_version>="3.9"',
162162
'fasteners>=0.19',
163163
"mycdp>=1.1.0",
164-
"pynose>=1.5.3",
164+
"pynose>=1.5.4",
165165
'platformdirs>=4.3.6',
166166
'typing-extensions>=4.12.2',
167167
"sbvirtualdisplay>=1.4.0",

0 commit comments

Comments
 (0)