Skip to content

Commit

Permalink
Lock dependencies versions for reportlab and xhtml2pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart committed May 28, 2024
1 parent 09fe6d8 commit a1f11b7
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 67 deletions.
126 changes: 63 additions & 63 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ torrequest = "^0.1.0"
tqdm = "^4.66.1"
typing-extensions = "^4.8.0"
webencodings = "^0.5.1"
xhtml2pdf = "^0.2.11"
xhtml2pdf = "0.2.14"
XMind = "^1.2.0"
yarl = "^1.8.2"
networkx = "^2.6.3"
pyvis = "^0.2.1"
reportlab = "^4.2.0"
reportlab = "4.2.0"
cloudscraper = "^1.2.71"


Expand All @@ -74,7 +74,7 @@ pytest-asyncio = "^0.23.2"
pytest-cov = "^4.0.0"
pytest-httpserver = "^1.0.0"
pytest-rerunfailures = "^12.0"
reportlab = "^4.2.0"
reportlab = "4.2.0"

[tool.poetry.scripts]
maigret = "maigret.maigret:run"
Loading

0 comments on commit a1f11b7

Please sign in to comment.