From 1d0ee73478745214e98312c86a25c6cdba5835db Mon Sep 17 00:00:00 2001 From: Anindya Roy <104991338+gitofanindya@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:44:39 +0530 Subject: [PATCH] NXDRIVE-2990: Fix Dependabot issue (#5543) NXDRIVE-2990: Fix Dependabot issue --- .python-version | 1 + docs/changes/5.5.2.md | 1 + nxdrive/utils.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .python-version diff --git a/.python-version b/.python-version new file mode 100644 index 0000000000..d9506ceba5 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.12.5 diff --git a/docs/changes/5.5.2.md b/docs/changes/5.5.2.md index 6b32bc41e3..f569bbc4bc 100644 --- a/docs/changes/5.5.2.md +++ b/docs/changes/5.5.2.md @@ -24,6 +24,7 @@ Release date: `2025-xx-xx` ## Packaging / Build - [NXDRIVE-2992](https://hyland.atlassian.net/browse/NXDRIVE-2992): Fix Drive Release Workflow +- [NXDRIVE-2990](https://hyland.atlassian.net/browse/NXDRIVE-2990): Fix Dependabot issue ## Tests diff --git a/nxdrive/utils.py b/nxdrive/utils.py index 1894d87b10..663d026e10 100644 --- a/nxdrive/utils.py +++ b/nxdrive/utils.py @@ -1322,7 +1322,7 @@ def get_current_locale() -> str: def get_verify(): # type: () -> bool - """Detects if SSL verification is required or not""" + """#Detects if SSL verification is required or not""" ssl_verification_needed = True if Options.ssl_no_verify is True: ssl_verification_needed = False