Skip to content

Commit 8ec3220

Browse files
committed
testing V2 drift
1 parent 32b4118 commit 8ec3220

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

devolv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.2.6"
1+
__version__ = "0.2.7"
22

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ dependencies = [
1313
"typer>=0.9",
1414
"PyYAML",
1515
"deepdiff>=6.0.0",
16-
"boto3"
16+
"boto3",
17+
"PyGithub"
1718
]
1819
dynamic = ["version"]
1920

@@ -22,8 +23,7 @@ dev = [
2223
"pytest",
2324
"pytest-cov",
2425
"coverage-badge",
25-
"rich",
26-
"PyGithub"
26+
"rich"
2727
]
2828

2929
[project.scripts]

0 commit comments

Comments
 (0)