Skip to content

Commit

Permalink
Merge pull request #26 from moneymeets/feature/update-python-dependen…
Browse files Browse the repository at this point in the history
…cies

Auto bump dependencies
  • Loading branch information
felix11h authored Feb 7, 2025
2 parents 14dde10 + f4f7594 commit cdb5962
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 38 deletions.
89 changes: 53 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python = "~3.12"
click="*"
boto3 = "*"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
ruff = "*"
pytest = "*"
pytest-cov = "*"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def make_args(command_args: dict[str, Any]) -> str:
def test_allow_feature_branch_wrong_environment(self, *args, **kwargs):
result = self.runner.invoke(
cmd_ecs_deploy,
args=f"{self.make_args(self.pulumi_command_args | {"--environment": "live"})}",
args=f"{self.make_args(self.pulumi_command_args | {'--environment': 'live'})}",
)
self.assertIsInstance(result.exception, RuntimeError)
self.assertEqual(result.exit_code, 1)
Expand Down

0 comments on commit cdb5962

Please sign in to comment.