diff --git a/poetry.lock b/poetry.lock index 71e4818..2d3aa8c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1916,14 +1916,14 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pyproject-hooks" -version = "1.1.0" +version = "1.2.0" description = "Wrappers to call pyproject.toml-based build backend hooks." optional = false python-versions = ">=3.7" groups = ["main", "dev"] files = [ - {file = "pyproject_hooks-1.1.0-py3-none-any.whl", hash = "sha256:7ceeefe9aec63a1064c18d939bdc3adf2d8aa1988a510afec15151578b232aa2"}, - {file = "pyproject_hooks-1.1.0.tar.gz", hash = "sha256:4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965"}, + {file = "pyproject_hooks-1.2.0-py3-none-any.whl", hash = "sha256:9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913"}, + {file = "pyproject_hooks-1.2.0.tar.gz", hash = "sha256:1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8"}, ] [[package]] @@ -3220,4 +3220,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "735c452d6d94b74e58daf95c97185cb622c8adc54070e2b43a24806e130902b3" +content-hash = "791210ad8cfa507005496dc480a814ae5a923c8905e24074ef7d77caf76c7d50" diff --git a/pyproject.toml b/pyproject.toml index f094899..7841e8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pillow = "11.3.0" pkginfo = "1.11.1" Pygments = "2.20.0" pyparsing = "3.3.2" -pyproject_hooks = "1.1.0" +pyproject_hooks = "1.2.0" python-dateutil = "2.9.0.post0" pytz = "2024.1" pywin32-ctypes = "0.2.3"