Skip to content

Commit

Permalink
oci depedency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Otoupal committed Apr 25, 2024
1 parent d2c8f43 commit f720dce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abst/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"CLI Command making OCI Bastion and kubernetes usage simple and fast"
)

__version__ = "2.3.56"
__version__ = "2.3.57"
__author__ = "Jiri Otoupal"
__author_email__ = "jiri-otoupal@ips-database.eu"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion abst/bastion_support/oci_bastion.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def kill(self):
region = Bastion.session_desc.pop(sess_id)
print(f"Cleaning {self.get_print_name()}")
self.delete_bastion_session(sess_id, region)
print(f"Removed Session {self.get_print_name()}")
print(f"Preparing to remove session {self.get_print_name()}")
self.active_tunnel.send_signal(signal.SIGTERM)
except Exception:
rich.print(f"[green]Bastion successfully deleted[/green] {self.get_print_name()}")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
packages=find_packages(),
include_package_data=True,
python_requires=">=3.7,<4",
install_requires=["click", "rich", "inquirerpy", "oci==2.95.0", "lastversion",
install_requires=["click", "rich", "inquirerpy", "oci==2.126.0", "lastversion",
"semantic_version", "pyperclip",
"bext", "deepmerge~=1.1.1"],
extras_require={
Expand Down

0 comments on commit f720dce

Please sign in to comment.