Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9322b3c

Browse files
Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download (#1165)
*fix#174* npm audit fix
1 parentfbeb884 commit9322b3c

File tree

2 files changed

+38
-19
lines changed

2 files changed

+38
-19
lines changed

‎__tests__/data/poetry.lock‎

Lines changed: 35 additions & 16 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎__tests__/data/pyproject.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description = ""
55
authors = ["Your Name <you@example.com>"]
66

77
[tool.poetry.dependencies]
8-
python =">=3.8,<3.14"
8+
python =">=3.9,<3.14"
99
flake8 ="^4.0.1"
1010
pyinstaller ="6.10.0"
11-
11+
setuptools =">=78.1.1"
1212

1313
[tool.poetry.dev-dependencies]
1414

1515
[build-system]
1616
requires = ["poetry-core>=1.0.0"]
17-
build-backend ="poetry.core.masonry.api"
17+
build-backend ="poetry.core.masonry.api"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp