Skip to content

Commit 49d1abc

Browse files
committed
. e add pytest dependency
1 parent c68821b commit 49d1abc

File tree

3 files changed

+87
-0
lines changed

3 files changed

+87
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[project]
2+
name = "ApprovalTests.CommonScripts"
3+
version = "0.0.0"
4+
requires-python = "==3.13.2"
5+
6+
[dependency-groups]
7+
dev = [
8+
"pytest",
9+
]

update_dependencies.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Python
2+
3+
Edit `pyproject.toml` - `requires-python`.
4+
5+
# Python modules
6+
7+
```
8+
> uv lock --upgrade
9+
```
10+
111
# GitHub Actions
212

313
Automatically updated by dependabot.

uv.lock

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)