Skip to content

Commit

Permalink
Update some versions and poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 13, 2024
1 parent 86885c3 commit cda2ca1
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 81 deletions.
8 changes: 4 additions & 4 deletions preflight_parser/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion preflight_parser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pydantic = "==1.10.*"

[tool.poetry.group.dev.dependencies]
ruff = "*"
pytest = "^8.3.2"
pytest = "^8.3.3"
mypy = "*"
mypy-extensions = "*"

Expand Down
130 changes: 65 additions & 65 deletions tex2pdf_service/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions tex2pdf_service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ tex_inspection = {git = "https://github.com/arXiv/submission-tools.git", subdire
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" }
hypercorn = {extras = ["h2"], version = "^0.16.0"}
pymupdf = "^1.24.9"
pymupdf = "^1.24.10"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
pylint = "^3.2.6"
pytest = "^8.3.3"
pylint = "^3.2.7"
click = "^8.1.7"
mypy = "*"
mypy-extensions = "*"
tqdm = "^4.66.2"
uvicorn = "^0.29.0"
requests = "^2.31.0"
requests = "^2.32.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
Loading

0 comments on commit cda2ca1

Please sign in to comment.