robusta-cli 1.2__tar.gz → 1.3__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: robusta-cli
3
- Version: 1.2
3
+ Version: 1.3
4
4
  Summary:
5
5
  Author: Natan Yellin
6
6
  Author-email: aantn@users.noreply.github.com
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3.12
12
12
  Requires-Dist: certifi (==2024.7.4)
13
13
  Requires-Dist: click (==8.1.8)
14
14
  Requires-Dist: click-spinner (>=0.1.10,<0.2.0)
15
- Requires-Dist: cryptography (==46.0.5) ; python_full_version >= "3.9.2" and python_version < "3.13"
15
+ Requires-Dist: cryptography (==46.0.7) ; python_full_version >= "3.9.2" and python_version < "3.13"
16
16
  Requires-Dist: dpath (>=2.0.5,<3.0.0)
17
17
  Requires-Dist: hikaru-model-28 (>=1.1.0,<2.0.0)
18
18
  Requires-Dist: kubernetes (>=29,<30)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "robusta-cli"
3
- version = "1.2"
3
+ version = "1.3"
4
4
  description = ""
5
5
  authors = ["Natan Yellin <aantn@users.noreply.github.com>"]
6
6
  readme = "README.md"
@@ -13,7 +13,7 @@ python = "^3.10, <3.13"
13
13
  typer = "^0.12.3"
14
14
  pyyaml = "^6.0.1"
15
15
  click-spinner = "^0.1.10"
16
- cryptography = {version = "46.0.5", python = ">=3.9.2,<3.13"}
16
+ cryptography = {version = "46.0.7", python = ">=3.9.2,<3.13"}
17
17
  dpath = "^2.0.5"
18
18
  pydantic = "^1.0"
19
19
  slack-sdk = "^3"
@@ -1,2 +1,2 @@
1
1
  # this is updated by .github/workflows/release.yaml
2
- __version__ = "1.2"
2
+ __version__ = "1.3"
File without changes
File without changes
File without changes
File without changes
File without changes