From 0ffe81444ab8f73cac18735d527161ce7d746432 Mon Sep 17 00:00:00 2001 From: mrhunsaker Date: Mon, 27 Apr 2026 09:30:35 -0600 Subject: [PATCH 1/2] Addressing Issue #9 (Add --version command line option ) --- 3dm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/3dm.py b/3dm.py index c730951..e13f7d2 100755 --- a/3dm.py +++ b/3dm.py @@ -80,6 +80,7 @@ def __call__(self, parser, namespace, values, option_string=None): parser.add_argument('--help', '-h', action=HelpAction, nargs=0) parser.add_argument('--debug', action='store_true') parser.add_argument('actions_and_files', nargs='+') +parser.add_argument('--version', action='version', version=f'%(prog)s v{VERSION}') # -v not used as it is already used by --view # We follow this strategy of using parse_known_args() rather than parse_args() # so that we can interleave actions_and_files with dashed options From 193fef99699428a81fe0b6e6382d36d37cd1ffca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 20:21:59 +0000 Subject: [PATCH 2/2] Bump urllib3 from 2.6.3 to 2.7.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 95b43b1..0c9e45c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1325,11 +1325,12 @@ }, "urllib3": { "hashes": [ - "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", - "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4" + "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c", + "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897" ], - "markers": "python_version >= '3.9'", - "version": "==2.6.3" + "index": "pypi", + "markers": "python_version >= '3.10'", + "version": "==2.7.0" }, "vtk": { "hashes": [