Commit cbc92fd 1 parent 4428130 commit cbc92fd Copy full SHA for cbc92fd
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- Upgrade setuptools to 67.6.1
1
+ Upgrade setuptools to 67.7.2
Original file line number Diff line number Diff line change @@ -3046,6 +3046,9 @@ def has_version(self):
3046
3046
except ValueError :
3047
3047
issue_warning ("Unbuilt egg for " + repr (self ))
3048
3048
return False
3049
+ except SystemError :
3050
+ # TODO: remove this except clause when python/cpython#103632 is fixed.
3051
+ return False
3049
3052
return True
3050
3053
3051
3054
def clone (self , ** kw ):
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ rich==13.3.3
16
16
pygments==2.14.0
17
17
typing_extensions==4.5.0
18
18
resolvelib==1.0.1
19
- setuptools==67.6.1
19
+ setuptools==67.7.2
20
20
six==1.16.0
21
21
tenacity==8.2.2
22
22
tomli==2.0.1
You can’t perform that action at this time.
0 commit comments