From 8c0c7df3f2836d83898055a7ab5b2c7ed3c755af Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 26 Sep 2024 11:21:35 -0400 Subject: [PATCH] Parse # prefixed integers as binary --- poetry.lock | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 019277e..a8c6495 100644 --- a/poetry.lock +++ b/poetry.lock @@ -104,7 +104,7 @@ pyyaml = "^6.0" type = "git" url = "https://github.com/emesare/svd2py" reference = "HEAD" -resolved_reference = "71cd3bda50c8e3b757c2d6e46735afc5fd0e1e0b" +resolved_reference = "18d1f7d372d39bb4935db7f995ce0b191bff682b" [metadata] lock-version = "2.0" diff --git a/requirements.txt b/requirements.txt index 95d15eb..78d19f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ click==8.1.7 ; python_version >= "3.9" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows" pyyaml==6.0.2 ; python_version >= "3.9" and python_version < "4.0" -svd2py @ git+https://github.com/emesare/svd2py@71cd3bda50c8e3b757c2d6e46735afc5fd0e1e0b ; python_version >= "3.9" and python_version < "4.0" +svd2py @ git+https://github.com/emesare/svd2py@18d1f7d372d39bb4935db7f995ce0b191bff682b ; python_version >= "3.9" and python_version < "4.0"