Skip to content

Commit a993255

Browse files
Bump setuptools from 78.0.2 to 78.1.1 in /pth-tester (#179)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
1 parent b762792 commit a993255

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ updates:
1717
directory: "/"
1818
patterns: ["*"]
1919
multi-ecosystem-group: "dependencies"
20+
21+
- package-ecosystem: "pip"
22+
directory: "/pth-tester"
23+
patterns: ["*"]
24+
multi-ecosystem-group: "dependencies"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ __pycache__/
55
build/
66
logs/
77
.DS_Store
8+
.vscode

pth-tester/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools==78.0.2", "wheel"]
2+
requires = ["setuptools==78.1.1", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)