fast-dev-cli 0.6.5__tar.gz → 0.6.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fast-dev-cli
3
- Version: 0.6.5
3
+ Version: 0.6.6
4
4
  Summary:
5
5
  Author: Waket Zheng
6
6
  Author-email: waketzheng@gmail.com
@@ -422,7 +422,7 @@ class UpgradeDependencies(Project, DryRun):
422
422
  return _upgrade
423
423
 
424
424
  def gen(self: Self) -> str:
425
- return self.gen_cmd()
425
+ return self.gen_cmd() + " && poetry update"
426
426
 
427
427
 
428
428
  @cli.command()
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fast-dev-cli"
3
- version = "0.6.5"
3
+ version = "0.6.6"
4
4
  description = ""
5
5
  authors = ["Waket Zheng <waketzheng@gmail.com>"]
6
6
  readme = "README.md"
File without changes
File without changes