File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pip>=23.1;python_version>="3.7"
3
3
packaging >= 21.3 ;python_version < "3.7"
4
4
packaging >= 23.1 ;python_version >= "3.7"
5
5
setuptools >= 59.6.0 ;python_version < "3.7"
6
- setuptools >= 67.7.0 ;python_version >= "3.7"
6
+ setuptools >= 67.7.1 ;python_version >= "3.7"
7
7
keyring >= 23.4.1 ;python_version < "3.8"
8
8
keyring >= 23.13.1 ;python_version >= "3.8"
9
9
tomli >= 1.2.3 ;python_version < "3.7"
Original file line number Diff line number Diff line change 127
127
'packaging>=21.3;python_version<"3.7"' ,
128
128
'packaging>=23.1;python_version>="3.7"' ,
129
129
'setuptools>=59.6.0;python_version<"3.7"' ,
130
- 'setuptools>=67.7.0 ;python_version>="3.7"' ,
130
+ 'setuptools>=67.7.1 ;python_version>="3.7"' ,
131
131
'keyring>=23.4.1;python_version<"3.8"' ,
132
132
'keyring>=23.13.1;python_version>="3.8"' ,
133
133
'tomli>=1.2.3;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments