Skip to content

Commit ee8b086

Browse files
Build(deps-dev): Bump setuptools from 80.10.2 to 82.0.0 (#558)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
1 parent 5960429 commit ee8b086

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tests = [
4343
"pytest==8.3.5",
4444
"pytest-cov==7.0.0",
4545
"pytest-qt==4.5.0",
46-
"setuptools==80.10.2",
46+
"setuptools==82.0.0",
4747
]
4848
doc = [
4949
"Sphinx==8.1.3",

src/ansys/tools/installer/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import traceback
3131

3232
import certifi
33-
from pkg_resources import parse_version
33+
from packaging.version import parse as parse_version
3434
import requests
3535

3636
LOG = logging.getLogger(__name__)

0 commit comments

Comments
 (0)