We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7441267 commit 792a512Copy full SHA for 792a512
.github/workflows/run.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: python setup
74
uses: actions/setup-python@v5
75
with:
76
- python-version: "3.11"
+ python-version: "3.12"
77
cache: 'pip'
78
check-latest: true
79
@@ -123,7 +123,7 @@ jobs:
123
124
125
126
127
128
129
requirements.txt
@@ -1,9 +1,9 @@
1
-pyinstaller==6.6.0
2
-send2trash==1.8.2
+pyinstaller==6.8.0
+send2trash==1.8.3
3
zstandard==0.22.0
4
-psutil==5.9.8
+psutil==6.0.0
5
pympler==1.0.1
6
ciso8601==2.3.1
7
pywin32==306; sys.platform == 'win32'
8
-nuitka==2.1.5
+nuitka==2.3.9
9
tkinterdnd2==0.3.0
0 commit comments