Skip to content

Commit

Permalink
NXDRIVE-2990: Fix Dependabot issue (#5543)
Browse files Browse the repository at this point in the history
NXDRIVE-2990: Fix Dependabot issue
  • Loading branch information
gitofanindya authored Feb 7, 2025
1 parent 3f98f0d commit 1d0ee73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12.5
1 change: 1 addition & 0 deletions docs/changes/5.5.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion nxdrive/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d0ee73

Please sign in to comment.