diff --git a/tex2pdf_service/poetry.lock b/tex2pdf_service/poetry.lock index 2dd6714..356fd68 100644 --- a/tex2pdf_service/poetry.lock +++ b/tex2pdf_service/poetry.lock @@ -772,8 +772,8 @@ pydantic = "==1.10.*" [package.source] type = "git" url = "https://github.com/arXiv/submission-tools.git" -reference = "ARXIVCE-2542-use-new-preflight" -resolved_reference = "eeb2327ef88cb77dcdd4e67099b58efb0effd6f2" +reference = "HEAD" +resolved_reference = "e665aed7daa77794115fee23e306c5e148e2dcf2" subdirectory = "preflight_parser" [[package]] @@ -1153,8 +1153,8 @@ toml = "^0.10.2" [package.source] type = "git" url = "https://github.com/arXiv/submission-tools.git" -reference = "ARXIVCE-2542-use-new-preflight" -resolved_reference = "eeb2327ef88cb77dcdd4e67099b58efb0effd6f2" +reference = "HEAD" +resolved_reference = "e665aed7daa77794115fee23e306c5e148e2dcf2" subdirectory = "tex_inspection" [[package]] @@ -1359,7 +1359,7 @@ files = [] develop = false [package.dependencies] -preflight_parser = {git = "https://github.com/arXiv/submission-tools.git", branch = "ARXIVCE-2542-use-new-preflight", subdirectory = "preflight_parser"} +preflight_parser = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "preflight_parser"} ruamel-yaml = "^0.18.5" toml = "^0.10.2" tomli_w = "^1.0" @@ -1367,11 +1367,11 @@ tomli_w = "^1.0" [package.source] type = "git" url = "https://github.com/arXiv/submission-tools.git" -reference = "ARXIVCE-2542-use-new-preflight" -resolved_reference = "eeb2327ef88cb77dcdd4e67099b58efb0effd6f2" +reference = "HEAD" +resolved_reference = "e665aed7daa77794115fee23e306c5e148e2dcf2" subdirectory = "zerozeroreadme" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "77933bd0b9d81ba27a6e04ff3ecbac247fb85d7df082aab5689dc28d3a5fc60b" +content-hash = "8654f6602bc896c175fbf7d94828b2210804256c32baac483ec17a1266b0cf08" diff --git a/tex2pdf_service/pyproject.toml b/tex2pdf_service/pyproject.toml index 9855a6a..666fd61 100644 --- a/tex2pdf_service/pyproject.toml +++ b/tex2pdf_service/pyproject.toml @@ -17,9 +17,9 @@ ruamel-yaml = "^0.18.5" pillow = "^10.4.0" python-multipart = "^0.0.6" psutil = "^5.9.8" -tex_inspection = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "tex_inspection", branch = "ARXIVCE-2542-use-new-preflight" } -preflight_parser = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "preflight_parser", branch = "ARXIVCE-2542-use-new-preflight" } -zerozeroreadme = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "zerozeroreadme", branch = "ARXIVCE-2542-use-new-preflight" } +tex_inspection = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "tex_inspection" } +preflight_parser = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "preflight_parser" } +zerozeroreadme = {git = "https://github.com/arXiv/submission-tools.git", subdirectory = "zerozeroreadme" } hypercorn = {extras = ["h2"], version = "^0.16.0"} pymupdf = "^1.24.10" requests = "^2.32.0"