-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
99 changed files
with
1,074 additions
and
619 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 75.6.0 | ||
current_version = 75.8.0 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ backend-path = ["."] | |
|
||
[project] | ||
name = "setuptools" | ||
version = "75.6.0" | ||
version = "75.8.0" | ||
authors = [ | ||
{ name = "Python Packaging Authority", email = "[email protected]" }, | ||
] | ||
|
@@ -44,7 +44,7 @@ test = [ | |
"packaging>=24.2", | ||
"jaraco.envs>=2.2", | ||
"pytest-xdist>=3", # Dropped dependency on pytest-fork and py | ||
"jaraco.path>=3.2.0", | ||
"jaraco.path>=3.7.2", # Typing fixes | ||
"build[virtualenv]>=1.0.3", | ||
"filelock>=3.4.0", | ||
"ini2toml[lite]>=0.14", | ||
|
@@ -102,7 +102,7 @@ core = [ | |
|
||
# for distutils | ||
"jaraco.collections", | ||
"jaraco.functools>=4", | ||
"jaraco.functools >= 4", | ||
"packaging", | ||
"more_itertools", | ||
] | ||
|
@@ -114,8 +114,8 @@ check = [ | |
|
||
# local | ||
|
||
# changed defaults for PT001 and PT023 astral-sh/ruff#13292 | ||
"ruff >= 0.7.0; sys_platform != 'cygwin'", | ||
# Removal of deprecated UP027, PT004 & PT005 astral-sh/ruff#14383 | ||
"ruff >= 0.8.0; sys_platform != 'cygwin'", | ||
] | ||
|
||
cover = [ | ||
|
@@ -135,7 +135,7 @@ type = [ | |
# pin mypy version so a new version doesn't suddenly cause the CI to fail, | ||
# until types-setuptools is removed from typeshed. | ||
# For help with static-typing issues, or mypy update, ping @Avasam | ||
"mypy>=1.12,<1.14", | ||
"mypy==1.14.*", | ||
# Typing fixes in version newer than we require at runtime | ||
"importlib_metadata>=7.0.2; python_version < '3.10'", | ||
# Imported unconditionally in tools/finalize.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.