Skip to content

Commit ab1d623

Browse files
authored
Add Dev Workflow (#46)
1 parent 8d062e1 commit ab1d623

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

pdm.lock

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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dynamic = ["version"]
1414
requires-python = ">=3.10"
1515

1616
dependencies = [
17-
"click>=8.1.2",
18-
"tomlkit>=0.10.1",
19-
"cppython-core>=0.3.2",
17+
"click>=8.1.3",
18+
"tomlkit>=0.10.2",
19+
"cppython-core>=0.3.3.dev0",
2020
"pydantic>=1.9.0",
2121
]
2222

@@ -37,10 +37,10 @@ lint = [
3737
"isort>=5.10.1",
3838
]
3939
test = [
40-
"pytest>=7.1.1",
40+
"pytest>=7.1.2",
4141
"pytest-cov>=3.0.0",
4242
"pytest-mock>=3.7.0",
43-
"pytest-cppython>=0.1.6",
43+
"pytest-cppython>=0.1.7.dev0",
4444
]
4545

4646
[project.scripts]

0 commit comments

Comments
 (0)